linb.UI.WidgetgetCaption ( )
Get caption of control.
returns: string. Control caption.
getIcon ( )
Get an icon path for control.
returns: string. Icon path. example - "app/default.gif"
getIconPos ( )
To get Icon position.
return: String. Icon position. Exmaple: {iconPos:'left -48px'}
getTips ( )
Get tip message of control.
returns: string. Tip message.
setCaption ( value, flag )
Set caption for control.
value: string. Control caption.
setIcon ( value, flag )
Set an icon path for control.
value: string. Icon path. example - "app/default.gif"
setIconPos ( value, flag )
To set Icon position.
value: String. Icon position. Exmaple: {iconPos:'left -48px'}
setTips ( value, flag )
Set tip message for control.
value. string. Tip messge.