Class: LocalResource

LocalResource~LocalResource()

Methods

getErrorListingTypeNull(searchTableName, filter, title) → {*}

Common function
Parameters:
Name Type Description
searchTableName
filter
title
Source:
Returns:
Type
*

getErrorLoadingMetaData(searchTableName) → {*}

Common function
Parameters:
Name Type Description
searchTableName
Source:
Returns:
Type
*

getFilterMessage(filter)

translates jsDataQuery expression in a clearest mode
Parameters:
Name Type Description
filter
Source:

getNoRowFound2(mergedFilter) → {string|*}

Common function
Parameters:
Name Type Description
mergedFilter
Source:
Returns:
Type
string | *

getNoRowFound3(listingType) → {string}

Common function
Parameters:
Name Type Description
listingType
Source:
Returns:
Type
string

localizeCustomControls()

Client function, only does some work on client environment
Source:

replacePlaceolderLocalization(placeholder, newValue, stringToSearch) → {*}

Replaces placeholder in the string "stringToSearch"
Parameters:
Name Type Description
placeholder string the placeholder to search, senza %S
newValue string new value tio insert
stringToSearch string the string to search and to replace
Source:
Returns:
Type
*

replaceWordsInPhrase(objs) → {*}

Replace each word placeholders in the input string . the placeholder is S%%S
Parameters:
Name Type Description
objs Object key pair. with key and value to repalce on sInpunt
sInpunt. string input string
Source:
Returns:
Type
*