Multiple Behaviors
XML Definitions for Shared Controller
<inputBehavior
name="API Tour: 06a Multi Behavior"
url="tour/06_multiBehavior.html"
iconOn="tour/tour_06.png"
uiName="API Tour: 06 Multi Behavior"
UIGroups="General"
>
<variable name="Question" type="text" />
<variable name="AnswerA" type="text" />
<variable name="AnswerB" type="text" />
<variable name="Image" type="image" />
</inputBehavior>Controller Code

Last updated