|
MoreMotion Face API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--MoreMotionObject | +--ProcessField | +--EditBox
This class wrappes a HTML <INPUT type="text">
element that exists in a ProcessRecord.
<input
name="pf_NAME" type="text" onchange="PMgr.fieldChanged(this);"
mo:type="EditBox" mo:field="true" mo:name="NAME" mo:iValue=""
mo:props="nonBlank:true, isNumber:true, validValues:'1:20'"
/>
The name attribute of the element should have a "pf_"
prefix indicate
that it is a ProcessField.
Field Summary | |
boolean |
isEditBox
|
Fields inherited from class ProcessField |
props, isProcessField, elm, needsValueCloning
|
Fields inherited from class MoreMotionObject |
node, name, type, isMoreMotionObject, props
|
Constructor Summary | |
EditBox(node)
|
Method Summary | |
void
|
base(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 isEditBox
Constructor Detail |
EditBox(node)
Method Detail |
void base(node)
node
- the DOM Element node that is wrapped by this field
|
MoreMotion Face API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |