UNPKG

adxutil

Version:

Utilities tools for Askia Design eXtension

120 lines (114 loc) 4.72 kB
<?xml version="1.0" encoding="utf-8"?> <control xmlns="http://www.askia.com/2.1.0/ADCSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.askia.com/2.1.0/ADCSchema https://raw.githubusercontent.com/AskiaADX/ADXSchema/2.1.0/ADCSchema.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> <author> <![CDATA[{{ADXAuthor}}]]> </author> <company>{{ADXAuthor.Company}}</company> <helpURL></helpURL> <site>{{ADXAuthor.Website}}</site> <categories> <category>General</category> </categories> <constraints> <constraint on="questions" single="true" multiple="true" numeric="true" date="true" open="true" /> <constraint on="controls" responseblock="true" /> </constraints> </info> <outputs defaultOutput="default"> <output id="default"> <description><![CDATA[Default output]]></description> <content fileName="single.html" type="html" mode="dynamic" position="none" /> <content fileName="multiple.html" type="html" mode="dynamic" position="none" /> <content fileName="open.html" type="html" mode="dynamic" position="none" /> <content fileName="numeric.html" type="html" mode="dynamic" position="none" /> <content fileName="datetime.html" type="html" mode="dynamic" position="none" /> <content fileName="default.css" type="css" mode="static" position="head" /> <content fileName="default.html" type="html" mode="dynamic" position="placeholder" /> <content fileName="default.js" type="javascript" mode="static" position="foot" /> <content fileName="Initializer.js" type="javascript" mode="dynamic" position="foot" /> </output> </outputs> <properties> <category id="general" name="General"> <property xsi:type="standardProperty" id="placeholder" name="Placeholder" type="string"> <description> <![CDATA[ Using HTML 5, in modern browser. Helper text shows in the input when it's empty. ]]> </description> <value></value> </property> <property xsi:type="standardProperty" id="useList" name="Use a selection list" type="boolean"> <description> <![CDATA[ Use a select list to enumerate all available responses. This option works with closed and numeric questions. For numeric question, the range between bounds should be inferior than 20. It take in account the step option. ]]> </description> <value>false</value> </property> </category> <category id="numericQuestion" name="Numeric question"> <property xsi:type="standardProperty" id="unitStep" name="Step for numeric" type="number"> <description> <![CDATA[ Using HTML 5, in modern browser. Indicates the unit to increment or decrement the number using the stepper. ]]> </description> <value>1</value> </property> </category> <category id="openQuestion" name="Open-ended question"> <property xsi:type="standardProperty" id="multiline" name="Multi-line text" type="boolean"> <description> <![CDATA[ Allow multi-line text for open-ended question. Only when sub-type is text. ]]> </description> <value>false</value> </property> <property xsi:type="standardProperty" id="opensubtype" name="Open-ended sub-type" type="string"> <description> <![CDATA[ Using HTML 5, in modern browser. Define a sub-type for open-ended question. ]]> </description> <value>text</value> <options> <option value="text" text="Text"/> <option value="email" text="Email"/> <option value="url" text="URL"/> <option value="color" text="Color"/> </options> </property> <property xsi:type="standardProperty" id="datalist" name="Data list" type="string"> <description> <![CDATA[ Using HTML 5, in modern browser. Add an auto-completion with the terms in the specified list. Only available on single line. Use a pipe `|` separators between each terms ]]> </description> <value></value> </property> </category> </properties> </control>