WireItLibrary

editor-plugin  0.6.0

WireItLibrary > editor-plugin > WireIt.FormContainer
Search:
 
Filters

Class WireIt.FormContainer - extends WireIt.Container

Known Subclasses:
WireIt.TextareaContainer WireIt.util.ComposedContainer
Class used to build a container with inputEx forms

Constructor

WireIt.FormContainer ( options , layer )
Parameters:
options <Object> Configuration object (see properties)
layer <WireIt.Layer> The WireIt.Layer (or subclass) instance that contains this container

Properties

collapsible - Boolean

Collapsible
Default Value: false

fields - Array

List of inputEx field definitions
Default Value: []

legend - String

Legend
Default Value: null

xtype - String

String representing this class for exporting as JSON
Default Value: "WireIt.FormContainer"

Methods

getValue

void getValue ( )

render

void render ( )
The render method is overrided to call renderForm

renderForm

void renderForm ( )
Render the form

setOptions

void setOptions ( )

setValue

void setValue ( )


Copyright © 2010 Eric Abouaf All rights reserved.