Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
S
 selectLanguage(languageCode), lb.core.plugins.i18n.sandbox.i18n
 send(url,data,receive)
 serialize(object):string, lb.base.json
 server(sandbox), lb.core.plugins.server
 setHash(hash)
 setLanguage(htmlElement), lb.base.template.i18n
 setLanguage(languageCode[,htmlElement]), lb.base.i18n
 setOptions(options)
 setTimeout(callback,delay):number, lb.core.plugins.utils.sandbox.utils
 start, lb.core.Module
 startAll, lb.core.application
 subscribe(filter,callback), lb.core.plugins.events.sandbox.events
T
 toArray(pseudoArray):array, lb.base.array
 trim(string):string
U
 unsubscribe(filter), lb.core.plugins.events.sandbox.events
 url(sandbox), lb.core.plugins.url
 utils(sandbox), lb.core.plugins.utils
W
 withValuesFrom([data]):function, lb.base.template.string
 withValuesFromDataOrLanguageProperties([data[,languageCode]]):function, lb.base.template.i18n
Select the language of the application, shared by all modules.
Send data to given URL, and trigger receive() with asynchronous answer.
Send and receive data from the remote host.
Serialize a JSON object or array into a JSON string.
Define methods in the ‘server’ property of given sandbox.
Set a hash part in current url.
Jump to a new local location by replacing the hash part of the URL.
Compute and set the language of given HTML element.
Set the language of given HTML element.
Set one or several configuration options.
Configure a set of option properties.
Plan the delayed execution of a callback function.
Create and start the underlying module.
Start all registered modules.
Create a new event subscription, triggering the callback only for events matching the provided filter.
Convert a pseudo-array to an array.
Remove white space from the start and end of the string.
Remove leading and trailing whitespace from a string.
Remove all subscriptions for given filter.
Define methods in the ‘url’ property of given sandbox.
Define methods in the ‘utils’ property of given sandbox.
Get a closure function that gets values of properties in data.
Get a closure function that gets values of properties in data or, as a fallback, from language properties available for given language code.
Close