Class EditArea
Object
|
+--MoreMotionObject
|
+--ProcessField
|
+--EditArea
- class
EditArea
- extends ProcessField
A ProcessField class that wraps a HTML <TEXTAREA> element
that may exists inside or outside a ProcessRecord.
<textarea name="DESC" mo:type="EditArea"
mo:props="nonBlank:true, maxLength:255"
/>
Defined in Process.js
| Methods inherited from class ProcessField |
setValue, getValue, getCaption, clear, reset, setModified, isModified, getRecord, validate, appendRequestParams, focusTab, notify, notifyEx, runValidationHandler, checkValueIsAvailable, checkValueIsNumber, checkHasValidValue
|
EditArea
EditArea(node)
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 - 2011, MOR YAZILIM
Documentation generated by
JSDoc on Fri Mar 4 11:53:29 2011