2020

Table Of Contents
USING QUARKXPRESS SERVER
<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
schemaschema),” 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>
A GUIDE TO QUARKXPRESS SERVER 2020 | 131