Template Engine

Class StylusTemplate

Extends:
Template
Defined in:
StylusTemplate.js

StylusTemplate Stylus engine implementation. Do not use it !!!

Constructor

StylusTemplate()

Fields

Field
Inherited from Template
Indicates if template is a child of parent.
Inherited from Template
Indicates if template was rendered.

Methods

Method
Inherited from Template
addChild(child)
Adding child template
Inherited from EventDispatcher
addEventListener(type, callbackFunction, context)
Adding listener
Inherited from EventDispatcher
Dispatches event
Inherited from Template
Dispatchig render action and handles its errors and exceptions.
Inherited from Template
Returns content generated by specific render engine
Inherited from Template
Returns error handler
Inherited from Template
Returns template name
Inherited from Template
Returns template location path
Inherited from Template
Returns template manager who holds every template in the subtree
Inherited from EventDispatcher
Checks if given event type listener is registered
Inherited from Template
onData(e)
Handling model load.
Inherited from Template
Handling model error.
Inherited from EventDispatcher
Remove group of listeners or all listeners
Inherited from EventDispatcher
removeEventListener(type, callbackFunction)
Remove listener
render()
Executing stylus template rendering
Inherited from Template
Setting rendering result
Inherited from Template
setTemplateManager(templateManager)
Sets template manager object which holds every template in the subtree
Class Detail
StylusTemplate()
Deprecated:
This is only proof of concept Class. Currently unstable not for production use
Method Details
render()
Executing stylus template rendering
Parameters (optional)
{Object}
Documentation generated by JsDoc Toolkit 2.4.0 on Wed Aug 17 2011 15:33:34 GMT+0200 (CEST)