MoreMotion Face API

Class HiddenBox

Object
   |
   +--MoreMotionObject
         |
         +--ProcessField
               |
               +--HiddenBox

class HiddenBox
extends ProcessField


Wrapper class of a HTML <INPUT type="hidden"> Element that exists in a Process Block.


 <input
   name="pf_ID" type="hidden"
   mo:type="HiddenBox" mo:field="true" mo:name="NAME" mo:iValue=""
 />
 
The name attribute of the element should have a "pf_" prefix to indicate that it is a ProcessField.

Defined in Process.js


Field Summary
 boolean isHiddenBox
          
   
Fields inherited from class ProcessField
props, isProcessField, elm, needsValueCloning
   
Fields inherited from class MoreMotionObject
node, name, type, isMoreMotionObject, props
 
Constructor Summary
HiddenBox(node)
           
 
Method Summary
 void base(node)
          
 void validate()
           Validates this Process Field with the built-in validation methods that are applicable to the type of the Process Field.
 
Methods inherited from class ProcessField
setValue, getValue, clear, setModified, isModified, getRecord, setSubmitPrefix, appendRequestParams, focusTab, notify, runValidationHandler, checkValueIsAvailable, checkValueIsNumber, checkHasValidValue, runHandler
   
Methods inherited from class MoreMotionObject
saveProps, boolProp, numberProp, charProp, getIValue, setIValue
 

Field Detail

isHiddenBox

boolean isHiddenBox

Constructor Detail

HiddenBox

HiddenBox(node)

Method Detail

base

void base(node)

validate

void validate()

MoreMotion Face API

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