logo

/repo|v1.4.10

Class

new UIController(options)uicontroller.jsline 28

Class UIController

PARAMETERS
NameTypeDescription

options

[ Object ] = {}

options

PROPERTIES
NameTypeDescription

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
NameTypeDescription

type

string

event name and selector

fn

function

handler function

on(aType, aFn)uicontroller.jsline 72

PARAMETERS
NameTypeDescription

aType

stringobject

event name and selector string

aFn

function

event handler

trigger(args)uicontroller.jsline 155

trigger event

PARAMETERS
NameTypeDescription

args

object

event name & extra params

Resizable