fcf.NSystem.ConfigurationgetConfiguration() Returns an application configuration object on the client Return value:fcf.NSystem.Configuration
fcf.EventChannelgetEventChannel() Returns the application message channel object Return value:fcf.EventChannel
fcf.NClient.LocalDatagetLocalData() Returns storing template data Return value:fcf.NClient.LocalData
fcf.NClient.WrappergetRootWrapper() Returns the root wrapper of the page Return value:fcf.NClient.Wrapper
booleanisAvailable() Returns true if the application is initialized and ready to use Return value:boolean
fcf.Actions->fcf.NRender.Templaterender(objecta_options) [Asynchronous method] Renders the template Arguments:objecta_options - An object containing rendering parameters:
string template - template path
fcf.NClient.Wrapper | string parent - parent wrapper or its identifier
DomElement owner - [default = parent.getDomElement()] Dom element into which the new template will be embedded.
object args - template arguments
Return value:fcf.Actions->fcf.NRender.Template
fcf.ActionssetLocation(stringa_url) [Asynchronous method] Changes the URI of the page without reloading it and redrawing dependent templates. Arguments:stringa_url - New page URLReturn value:fcf.Actions
fcf.ActionssetUrlArg(stringa_name, mixeda_value) [Asynchronous method] Sets the redraw page argument of dependent templates. Arguments:stringa_name - Argument namemixeda_value - Argument valueReturn value:fcf.Actions