2015

Table Of Contents
A child INTERACTIVITY element facilitates the application of interactivity on boxes.
This allows for the deconstruct and modifiability of App Studio Interactivities, as shown
below:
<PROJECT>
<LAYOUT>
<ID NAME="Layout 1"/>
<PAGESEQUENCE MASTERREFERENCE="A-Master-A">
<STORY BOXNAME="Flow">
<INLINEBOX>
<!--Preview image-->
<CONTENT>file:Images/2pdf.PNG</CONTENT>
<INTERACTIVITY AUTHORXTID="1131430225" NAME="Button 1"
OWNERXTID="1129333841" TYPE="Button">
<Settings InitiallyHidden="False">
<settings>
<actions>
<action>
<type>openfile</type>
<name/>
<sourcesettings>
<sourcetype>1</sourcetype>
<sourcepath>PDF/EconomicResearch.pdf</sourcepath>
</sourcesettings>
</action>
<actions>
</settings>
</Settings>
<DATAPROVIDER DATAPROVIDERXTID="1131430225"/>
</INTERACTIVITY>
</INLINEBOX>
</STORY>
</PAGESEQUENCE>
</LAYOUT>
</PROJECT>
This applies button interactivity and associates an Open File action. The generated
App Studio issue, when previewed on a device, would display the
"EconomicResearch.pdf". The Open File action can open media files as well.
The child BOXATTRIBUTE lets you specify an angle of rotation of the box through the
use of the <ANGLE> element, like so:
<INLINEBOX>
<BOXATTRIBUTE ANGLE="30"/>
<CONTENT>file:tmp.bmp</CONTENT>
...
This would rotate the box by 30 degrees.
For more information, see "INLINEBOX (Modifier schema)," BOXATTRIBUTE (Modifier
schema)," and "TEXTATTRIBUTE (Modifier schema)."
If you deconstruct an anchored box that was created with an <INLINEBOX> element,
the resulting XML describes the box as a <BOX> element, not an <INLINEBOX> element.
Working with groups
To add boxes to a group, create a <GROUP> element and then insert <BOXREF> elements
that refer to the boxes you want in the group. For example, the group described below
includes the two boxes described above it:
<BOX BOXTYPE="CT_TEXT" COLOR="White">
<ID NAME="MainStoryText" UID="217"/>
</BOX>
<BOX BOXTYPE="CT_PICT">
<ID NAME="MainStoryPhoto" UID="218"/>
</BOX>
<GROUP>
<ID NAME="MainStoryGroup" UID="300"/>
120 | A GUIDE TO QUARKXPRESS SERVER 2015
USING QUARKXPRESS SERVER