| Top |
|
|
bindProperty () |
|
|
unbindProperty () |
|
|
finalize () |
|
|
getValue () |
|
|
setValue () |
|
|
getOptions () |
|
|
setOptions () |
boolean bindProperty (Settings.BindingDirection sync_type,string key_name,string applet_var,function applet_callback,user_data);
Bind an applet proprety/varaible to a setting
sync_type |
the direction of the binding |
|
key_name |
the id of the setting |
|
applet_var |
the applet's property that is used to hold the setting (eg. |
|
applet_callback |
(optional) the applet method to call when the setting has changed and the new values set |
|
user_data |
(optional) any extra data/object you wish to pass to the callback |