WireItLibrary

WireIt  0.6.0

WireItLibrary > WireIt > WireIt.util.InOutContainer
Search:
 
Filters

Class WireIt.util.InOutContainer - extends WireIt.Container

Container with left inputs and right outputs

Constructor

WireIt.util.InOutContainer ( options , layer )
Parameters:
options <Object>
layer <WireIt.Layer>

Properties

className - String

CSS class name for the container element
Default Value: "WireIt-Container WireIt-ImageContainer"

inputs - Array

Array of strings for which an Input terminal will be created.
Default Value: []

outputs - Array

Array of strings for which an Output terminal will be created.
Default Value: []

resizable - Boolean

boolean that makes the container resizable
Default Value: false

xtype - String

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

Methods

render

void render ( )


Copyright © 2010 Eric Abouaf All rights reserved.