Grass Valley K2 TX/MAM User Manual v.2.2 User Manual
Page 35

TX/MAM User Manual - document version: 2.2 – Page 35
Following tags and attributes are available:
•
<XML>
•
<WINDOW>
•
<PAGE>
•
<CHECKBOX>
•
<COMBOBOX>
•
<DATETIMEPICKER>
•
<LABEL>
•
<SPINEDIT>
•
<TEXTAREA>
•
<TEXTFIELD>
•
<TIMECODE>
Attributes
•
x,y, width, height
•
max
•
name
•
searchable
•
id
Tags and attributes are described below:
XML
These tags are obligatory and start and end the xml-definition. Example:
<XML> <WINDOW width="400" height="300" scrollwidth="300"
scrollheight="250">controls</WINDOW> </XML>
WINDOW
Defines the window size (obligatory).
A scrollbox can be defined (optional).
Example:
<WINDOW width="400" height="300" scrollwidth="300"
scrollheight="250">controls</WINDOW>
PAGE
Use to define custom tab pages. The default TX/MAM tabs are Info and
Technical. Example:
<WINDOW width="400" height="300" scrollwidth="300"
scrollheight="250" > <PAGE name="tab1">controls</PAGE>
<PAGE name="tab2">controls</PAGE> </WINDOW>
Controls
CHECKBOX
Defines a checkbox. Example:
<CHECKBOX name="checkbox" x="90" y="90" height="100"
width="100" search="false">label</CHECKBOX>