This documentation is currently being moved to our new documentation site.
Please view or edit the documentation there, instead.
If you're looking for Fluid Project coordination, design, communication, etc, try the Fluid Project Wiki.
Old Inline Edit Events
Event | Type | Description | Parameters | Parameter Description |
---|---|---|---|---|
| default | This event is fired once the inline edit component is initialized. |
|
|
onCreateEditView | default | This event is fired during the initialization of the component and triggers the creation of the edit view. | none | Â |
| default | This event is fired any time the model for the component has changed, that is, any time the value of the text associated with the component has changed. |
|
|
| "preventable" | This event fires just before the component switches from 'view' mode into 'edit' mode. Because the event is preventable, listeners may prevent the component from actually entering edit mode. | none | Â |
| default | This event fires just after the component has finished entering 'edit' mode. | none | Â |
| "preventable" | This event fires just before the component switches out of 'edit' mode, i.e. before the newly edited value is stored in the model. Because the event is preventable, listeners may prevent the new value from being stored in the model, i.e. they may cancel the edit. |
|
|
| default | This event fires just after the newly edited value is stored in the model. Note that it only fires if the |
|
|