Form

<< >>

Navigation:  CodeStencil > Code Tree > Nodes > Node Types >

Form

 

This node opens a pop-up form that allows you to maintain configuration values defined in an expander.  

 

CS_clip0146

 

This can be useful if you are trying to send some configuration settings over to your code nanite.

 

Conditions For Configuration

The required conditions are:

1.The label of the node should be an existing Expander Label and name. For example, you can have a form-node with label - "[%STENCIL_CONFIG%]"

 

CS_clip0142

 

And, the Expander should have a record with the label "STENCIL_CONFIG"

 

CS_clip0143

 

2.The node type selected should be "Form"

 

CS_clip0147

 

3.The configuration settings should be in the form:   [Configuration Data Type]Configuration_Item=Configuration_Value

 

 For example: [Bool]AllowRemoteOperations=True

 

CS_clip0148