|
MoreMotion Face API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--MoreMotionObject | +--ProcessField | +--TextBox
Wrapper class of a DOM Node that contains text data. This class provides methods to manage a
read-only text field so that it can be assigned values and hyperlinks dynamically. This class
also provides ajaxRefreshHandler interface which means the wrapped text can be refreshed by the
MoreMotionAjaxManager.refreshFields() method along with other type of ProcessFields.
Defined in Process.js
Field Summary | |
boolean |
isTextBox
|
Fields inherited from class ProcessField |
props, isProcessField, elm, needsValueCloning
|
Fields inherited from class MoreMotionObject |
node, name, type, isMoreMotionObject, props
|
Constructor Summary | |
TextBox(node)
|
Method Summary | |
void
|
base(node)
|
Object
|
base2(node)
|
Methods inherited from class ProcessField |
setValue, getValue, clear, setModified, isModified, getRecord, validate, setSubmitPrefix, appendRequestParams, focusTab, notify, runValidationHandler, checkValueIsAvailable, checkValueIsNumber, checkHasValidValue, runHandler
|
Methods inherited from class MoreMotionObject |
saveProps, boolProp, numberProp, charProp, getIValue, setIValue
|
Field Detail |
boolean isTextBox
Constructor Detail |
TextBox(node)
node
- the DOM Element node that is wrapped by this object
Method Detail |
void base(node)
node
- the DOM Element node that is wrapped by this field
Object base2(node)
|
MoreMotion Face API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |