Module hilo/core/Hilo
Requires
hilo/util/browser, hilo/util/util
Source
Hilo.js
Hilo The underlying core set of methods.
Property | Defined | |
---|---|---|
static
Browser feature set includes:
|
Hilo | |
static
Visual object alinment enumeration objects include:
|
Hilo | |
version:String
static
Hilo version
|
Hilo | |
static
Event enumeration objects include:
|
Hilo |
Method | Defined | |
---|---|---|
getElementRect(elem:HTMLElement):Object
static
Get DOM element content in the page display area.
|
Hilo | |
createElement(type:String, properties:Object):HTMLElement
static
Create a DOM element.
|
Hilo | |
viewToString(view:View):String
static
Generates a string representation that contains a path to the specified visual object.
|
Hilo | |
getUid(prefix:String):String
static
Gets a globally unique id.
|
Hilo | |
getElement(id:String):HTMLElement
static
Gets a DOM element according to the parameter id.
|
Hilo | |
copy(target:Object, source:Object, strict:Boolean):Object
static
Simple shallow copy objects.
|
Hilo | |
getTransformCSS(obj:View):String
static
Generated visual object CSS style transformation.
|
Hilo |