Introduction

 

 

FIELD

<field label>

 

id

<integer field id (numbered from 1)>

 

class

<field data class>

 

prompt

<field prompt>

 

options

<OPTIONAL comma-delimited list of options>

 

callback

<OPTIONAL function that is called when the field is modified>
(int function (char *template name, int field_id, int idx_data))
maximum name length = 15 characters

 

list

 

Keyword that tells Input Manager to collect a list of items

 

 

If "id" isn't specified, it is set to the field id of the previous field plus one. If it is the first field, the "id" is initialized to zero. It is a good idea to explicitly define "id", so that your "handle" to the field doesn't change if you re-order the sequence of the fields within the template.

 

FIELD = <field label>

.

..

trigger (keyword that "triggers" execution of "function").

 

or

 

pseudo_trigger (keyword that "triggers" execution of "function", but does not specify start of options buttons)

Return to VX CAD/CAM Index