|
MoreMotion Face API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object
|
+--MoreMotionObject
|
+--ProcessField
|
+--ComboBox
Wrapper class of an one-line HTML <SELECT> Element that exists in a Process Block.
<select
name="pf_CITIES" onchange="PMgr.fieldChanged(this);"
mo:type="ComboBox" mo:field="true" mo:name="CITIES" mo:iValue="2" mo:needsInit="true"
mo:props="nonBlank:true" >
<option value="1">Option 1<option>
<option value="2">Option 2<option>
</select>
The name attribute of the element should have a "pf_" prefix indicate
that it is a ProcessField.
| Field Summary | |
boolean |
isComboBox
|
Object |
needsValueCloning
|
| Fields inherited from class ProcessField |
props, isProcessField, elm, needsValueCloning
|
| Fields inherited from class MoreMotionObject |
node, name, type, isMoreMotionObject, props
|
| Constructor Summary | |
ComboBox(node)
|
|
| Method Summary | |
void
|
base(node)
|
void
|
init()
|
| Methods inherited from class ProcessField |
setValue, getValue, clear, reset, setModified, isModified, getRecord, validate, appendRequestParams, focusTab, notify, runValidationHandler, checkValueIsAvailable, checkValueIsNumber, checkHasValidValue, runHandler
|
| Methods inherited from class MoreMotionObject |
saveProps, setProp, boolProp, numberProp, charProp, getIValue, setIValue
|
| Field Detail |
boolean isComboBox
Object needsValueCloning
| Constructor Detail |
ComboBox(node)
| Method Detail |
void base(node)
node - the DOM Element node that is wrapped by this field
void init()
|
MoreMotion Face API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||