linb.UIrender ( )
To render ui control based on any other html tags.
setCustomAppearance ( key, value )
Set UI control appearance. This function allows programmer to give control a new look. Example - setCustomAppearance({"KEY":"border:solid 1px;background-color:#fff;"}).
getAll ( )
Get all ui controls.
getByCacheId ( ids )
Get all cached control by id array.
ids: id array. Sample - ["label1","button2"]
returns: ui control. Control with that id.