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
N
 new Listener(element,type,callback[,useCapture]), lb.base.dom.Listener
 new Module(id,creator):Module, lb.core.Module
 new Sandbox(id):Sandbox, lb.core.Sandbox
 new Subscriber(filter,callback):Subscriber, lb.core.events.Subscriber
 no(value):boolean
 notify(event), lb.core.events.Subscriber
O
 onHashChange(callback), lb.core.plugins.url.sandbox.url
 or(a,b):any
P
 parse(string):object|array, lb.base.json
 print(message), lb.base.log
 publish(event)
R
 removeAll(array), lb.base.array
 removeAllListeners, lb.core.plugins.dom.sandbox.dom
 removeClass(element,name)
 removeListener(callback), lb.base.history
 removeListener(listener), lb.core.plugins.dom.sandbox.dom
 removeModule(module), lb.core.application
 removeOne(array,item]), lb.base.array
 removeSubscriber(subscriber), lb.core.events.publisher
 replaceParams(getValue):function
 reset
 run, lb.core.application
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
 TEXT_NODE, lb.base.dom
 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
Create a new listener for a type of event on a DOM element.
Constructor of a new Core Module.
Constructor of a new Sandbox.
Constructor of a new Core Events Subscriber.
Check whether given value is null or undefined
Check whether given value is null or undefined
Apply the filter to incoming event and trigger the callback if the event matches the expected filter.
Set a listener to observe changes in local part of the URL.
Get a default value when given value is null or undefined
Get a default value when given value is null or undefined
Parse a JSON string into corresponding object or array.
Print a message to the log console.
Publish an event to be broadcast to all subscribers.
Publish a new event for broadcasting to all interested subscribers.
Remove all items from the array.
Remove all listeners configured on DOM elements of the box, using the configured DOM factory.
Remove a CSS class from the className of a DOM element.
Remove a CSS class from a DOM element part of the box.
Unregister a callback for hash modifications.
Unregister a listener, using the configured DOM factory.
Remove a module from the application.
Remove the first occurence of an item from the given array.
Remove an existing subscriber from the list.
Get a filter function to replace parameters in attribute and text nodes.
Get a filter function to replace parameters in a string template.
Remove all options from configuration.
Remove all language properties.
Run the application.
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.
The nodeType value of text nodes: 3.
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