2017

Table Of Contents
USING QUARKXPRESS SERVER
134 | A Guide to QuarkXPress Server 2017
<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”
O
WNERXTID=”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=”1131430 225”/>
</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 DTD),” BOXATTRIBUTE (Modifier
DTD),” and “TEXTATTRIBUTE (Modifier DTD).”
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>