MoreMotion Face API

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


Field Summary
 boolean isEditArea
          
   
Fields inherited from class ProcessField
props, isProcessField, elm, needsValueCloning
   
Fields inherited from class MoreMotionObject
node, name, type, isMoreMotionObject, props
 
Constructor Summary
EditArea(node)
           
 
Method Summary
 void base(node)
          
 Object checkMaxLength(elmToValidate,elmToFocus)
          
 
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

isEditArea

boolean isEditArea

Constructor Detail

EditArea

EditArea(node)

Method Detail

base

void base(node)

checkMaxLength

Object checkMaxLength(elmToValidate,elmToFocus)

MoreMotion Face API

Copyright 2002 - 2008, MOR YAZILIM
Documentation generated by JSDoc on Mon Sep 29 14:52:55 2008