Class Alfresco.widget.InsituEditor.base
Insitu Editor base class, from which editor implementations should be extended.
Defined in: alfresco.js
| Field Attributes | Field Name and Description |
|---|---|
|
YAHOO.util.Element representing
|
|
|
Forms Runtime instance.
|
|
|
Configuration parameters.
|
| Method Attributes | Method Name and Description |
|---|---|
|
doHide(restoreUI)
Abstract function
|
|
|
doShow()
Abstract function
|
|
|
onPersistFailure(response)
Failure property persistence handler
|
|
|
onPersistSuccess(response)
Successful property persistence handler
|
Field Detail
{HTMLElement}
editForm
{YAHOO.util.Element}
elEditForm
YAHOO.util.Element representing
{Alfresco.forms.Form}
form
Forms Runtime instance.
{object}
params
Configuration parameters.
Method Detail
doHide(restoreUI)
Abstract function
- Parameters:
- {boolean} restoreUI
- Whether to restore the UI or rely on the caller to do it
doShow()
Abstract function
onPersistFailure(response)
Failure property persistence handler
- Parameters:
- {Object} response
- Server response object literal
onPersistSuccess(response)
Successful property persistence handler
- Parameters:
- {Object} response
- Server response object literal