new LocalResource()
Methods
getErrorListingTypeNull(searchTableName, filter, title) → {*}
Common function
Parameters:
Name | Type | Description |
---|---|---|
searchTableName |
||
filter |
||
title |
Returns:
- Type
- *
getErrorLoadingMetaData(searchTableName) → {*}
Common function
Parameters:
Name | Type | Description |
---|---|---|
searchTableName |
Returns:
- Type
- *
getFilterMessage(filter)
translates jsDataQuery expression in a clearest mode
Parameters:
Name | Type | Description |
---|---|---|
filter |
getNoRowFound2(mergedFilter) → {string|*}
Common function
Parameters:
Name | Type | Description |
---|---|---|
mergedFilter |
Returns:
- Type
- string | *
getNoRowFound3(listingType) → {string}
Common function
Parameters:
Name | Type | Description |
---|---|---|
listingType |
Returns:
- Type
- string
localizeCustomControls()
Client function, only does some work on client environment
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 |
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 |
Returns:
- Type
- *