Welcome to the Lobeo Module Server project. Please feel free to submit bugs related to it.
FS#240 - Implement behavior for value & attributes
Attached to Project:
LMS
Opened by Guillaume (Guillaume) - Saturday, 19 November 2011, 01:39 GMT
Last edited by Guillaume (Guillaume) - Friday, 08 March 2013, 14:11 GMT
Opened by Guillaume (Guillaume) - Saturday, 19 November 2011, 01:39 GMT
Last edited by Guillaume (Guillaume) - Friday, 08 March 2013, 14:11 GMT
|
DetailsHi,
implements behavior for component value & component attributes. ex: component.setValue(behavior); component.set('background', behavior, ...); the component.getValue() will return the behavior and NOT the value as the value is not necessary sent to the server (depending the behavior); a behavior can be : - component.getValueBehavior() -> means that the component which use the behavior will have his value synchronized with this component value. - client.getViewPortWidthBehavior() -> the value is equals to the viewport width. Guillaume |
This task depends upon