adxutil
Version:
Utilities tools for Askia Design eXtension
124 lines • 6.82 kB
text/xml
<page xmlns="http://www.askia.com/2.1.0/ADPSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.askia.com/2.1.0/ADPSchema https://raw.githubusercontent.com/AskiaADX/ADXSchema/2.1.0/ADPSchema.xsd"
version="2.1.0"
askiaCompat="5.4.2">
<info>
<name>{{ADXName}}</name>
<guid>{{ADXGuid}}</guid>
<version>1.0.0</version>
<date>2000-01-01</date>
<description><![CDATA[{{ADXDescription}}]]></description>
<company>{{ADXAuthor.Company}}</company>
<author><![CDATA[{{ADXAuthor}}]]></author>
<site>{{ADXAuthor.Website}}</site>
<helpURL></helpURL>
</info>
<outputs defaultOutput="default">
<output id="default" masterPage="default.html">
<description><![CDATA[Default output]]></description>
<content fileName="favicon.png" type="image" mode="static" position="none" />
<content fileName="logo-askia-rvb.png" type="image" mode="static" position="none" />
<content fileName="askia.live.routing.js" type="javascript" mode="dynamic" position="head" />
<content fileName="html5-ie.js" type="javascript" mode="static" position="head" />
<content fileName="normalize.min.css" type="css" mode="static" position="head" />
<content fileName="styles.min.css" type="css" mode="static" position="head" />
<content fileName="styles.css" type="css" mode="dynamic" position="head" />
<content fileName="askia.ajax.min.js" type="javascript" mode="static" position="foot" />
</output>
</outputs>
<properties>
<category id="general" name="General">
<property xsi:type="standardProperty" id="window_title" name="Window title" type="string" require="true" visible="true">
<description><![CDATA[Title of the window]]></description>
<value><![CDATA[Askia Web Survey]]></value>
</property>
<property xsi:type="standardProperty" id="survey_logo_src" name="Logo path" type="string" require="false" visible="true">
<description><![CDATA[The logo of the survey which will be display next to the survey name]]></description>
<value></value>
</property>
<property xsi:type="standardProperty" id="survey_logo_alt" name="Logo alternate text" type="string" require="false" visible="true">
<description><![CDATA[The alternate text of the logo]]></description>
<value></value>
</property>
<property xsi:type="standardProperty" id="survey_name" name="Survey name" type="string" require="false" visible="true">
<description><![CDATA[The name of the survey]]></description>
<value></value>
</property>
<property xsi:type="standardProperty" id="errors_caption" name="Error caption" type="string" mode="dynamic" require="false" visible="true">
<description><![CDATA[Error caption]]></description>
<value></value>
</property>
<property xsi:type="standardProperty" id="display_progress_value" name="Display progress value" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[Display progress value]]></description>
<value><![CDATA[yes]]></value>
<options>
<option value="yes" text="Yes" />
<option value="no" text="No" />
</options>
</property>
<property xsi:type="standardProperty" id="sticky_header" name="Sticky header" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[Sticky header]]></description>
<value><![CDATA[no]]></value>
<options>
<option value="yes" text="Yes" />
<option value="no" text="No" />
</options>
</property>
<property xsi:type="standardProperty" id="radio_checkbox_size" name="Radio and checkbox size" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[Radio and checkbox size]]></description>
<value><![CDATA[1.5rem]]></value>
</property>
<property xsi:type="standardProperty" id="ribbon_footer_background_color" name="Ribbon and footer background color" type="color" mode="dynamic" require="true" visible="false" colorFormat="rgba">
<description><![CDATA[The background color of the ribbon and footer]]></description>
<value><![CDATA[{%= Theme.PrimaryColor %}]]></value>
</property>
</category>
<category id="buttons" name="Buttons">
<property xsi:type="standardProperty" id="buttons_alignement" name="Alignment" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[The alignment of the buttons]]></description>
<value><![CDATA[center]]></value>
<options>
<option value="left" text="Left" />
<option value="center" text="Center" />
<option value="right" text="Right" />
</options>
</property>
<property xsi:type="standardProperty" id="display_previous" name="Display previous" type="string" require="true" visible="true">
<description><![CDATA[Display previous button]]></description>
<value><![CDATA[yes]]></value>
<options>
<option value="yes" text="Yes" />
<option value="no" text="No" />
</options>
</property>
<property xsi:type="standardProperty" id="previous_caption" name="Previous caption" type="string" mode="dynamic" require="false" visible="true">
<description><![CDATA[Previous caption]]></description>
<value><![CDATA[Previous]]></value>
</property>
<property xsi:type="standardProperty" id="next_caption" name="Next caption" type="string" mode="dynamic" require="false" visible="true">
<description><![CDATA[Next caption]]></description>
<value><![CDATA[Next]]></value>
</property>
</category>
<category id="footer" name="Footer">
<property xsi:type="standardProperty" id="display_footer" name="Display footer" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[Display footer]]></description>
<value><![CDATA[no]]></value>
<options>
<option value="yes" text="Yes" />
<option value="no" text="No" />
</options>
</property>
<property xsi:type="standardProperty" id="footer_left" name="Footer left" type="string" mode="dynamic" require="false" visible="true">
<description><![CDATA[Footer left]]></description>
<value></value>
</property>
<property xsi:type="standardProperty" id="footer_right" name="Footer right" type="string" mode="dynamic" require="false" visible="true">
<description><![CDATA[Footer right]]></description>
<value></value>
</property>
</category>
</properties>
</page>