inputEx-library

inputEx  0.7.1

inputEx-library > inputEx > inputEx.UneditableField
Search:
 
Filters

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 inherited from inputEx.Field:

Methods

getValue

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

setOptions

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

setValue

void 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) Wether this setValue should fire the updatedEvt or not (default is true, pass false to NOT send the event)

Events inherited from inputEx.Field:


Copyright © 2011 Eric Abouaf All rights reserved.