Class EditArea
Object
|
+--MoreMotionObject
|
+--ProcessField
|
+--EditArea
- class
EditArea
- extends ProcessField
Wrapper class of a HTML <TEXTAREA>
Element that exists in a Process Block.
<textarea
name="pf_DESC" onchange="PMgr.fieldChanged(this);"
mo:type="EditArea" mo:field="true" mo:name="DESC" mo:iValue=""
mo:props="nonBlank:true, maxLength:255"
/>
The name attribute of the element should have a "pf_"
prefix indicate
that it is a ProcessField.
Defined in Process.js
Methods inherited from class ProcessField |
setValue, getValue, clear, setModified, isModified, getRecord, validate, setSubmitPrefix, appendRequestParams, focusTab, notify, runValidationHandler, checkValueIsAvailable, checkValueIsNumber, checkHasValidValue, runHandler
|
isEditArea
boolean isEditArea
EditArea
EditArea(node)
base
void base(node)
Parameters:
node
- the DOM Element node that is wrapped by this field
checkMaxLength
Object checkMaxLength(elmToValidate,elmToFocus)
Parameters:
elmToValidate
- The HTML Element object which is checked for maximum length to validate
elmToFocus
- The HTML Element object which is checked for maximum length to focus
Copyright 2002 - 2008, MOR YAZILIM
Documentation generated by
JSDoc on Mon Sep 29 14:52:55 2008