new UIController(options)uicontroller.jsline 28
Class UIController
PARAMETERS
Name Type Description options
[ Object ] = {}
options
PROPERTIES
Name Type Description rootElement
[ jQuery ]
root element
tagName
[ string ]
tag name
className
[ string ]
class name
Instance Methods
destroy()uicontroller.jsline 178
destroy
off(type, fn)uicontroller.jsline 103
unbind event handler
PARAMETERS
Name Type Description type
string
event name and selector
fn
function
handler function
on(aType, aFn)uicontroller.jsline 72
PARAMETERS
Name Type Description aType
stringobject
event name and selector string
aFn
function
event handler
remove()uicontroller.jsline 169
remove
trigger(args)uicontroller.jsline 155
trigger event
PARAMETERS
Name Type Description args
object
event name & extra params