inputEx Documentation Back to homepage

inputEx Documentation > inputEx.UneditableField 0.2.2

Static Class inputEx.UneditableField - extends inputEx.Field

Create a uneditable field where you can stick the html you want Added Options:
  • visu: inputEx visu type

Constructor

inputEx.UneditableField ( options )
Parameters:
options <Object>  - inputEx.Field options object

Properties

static  groupOptions - Object

group Options for each field

options - Object

Configuration object to set the options for this class and the parent classes. See constructor details for options added by this class.

Methods

getValue

<Any> getValue()
Return the stored value
Returns:
    <Any> The previously stored value

setOptions

setOptions(options)
Set the default values of the options
Parameters:
    options <Object>  - Options object (inputEx inputParams) as passed to the constructor

setValue

setValue(val[,sendUpdatedEvt])
Store the value and update the visu
Parameters:
    val <Any>  - The value that will be sent to the visu
    sendUpdatedEvt <boolean> optional - (optional) Wether this setValue should fire the updatedEvt or not (default is true, pass false to NOT send the event)




Copyright (c) 2007-2009 Eric Abouaf. All rights reserved.
Generated by JsDoc Toolkit 2.0.0 on Wed, 04 Mar 2009 15:41:32 GMT using neyricjslibs-template.