LMS

Welcome to the Lobeo Module Server project. Please feel free to submit bugs related to it.
Tasklist

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
Task Type Feature Request
Category
Status New
Assigned To Guillaume (Guillaume)
Operating System All
Severity Low
Priority Low
Reported Version alpha1
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

Details

Hi,

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

Loading...