-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.xml
More file actions
67 lines (59 loc) · 2.32 KB
/
config.xml
File metadata and controls
67 lines (59 loc) · 2.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<?xml version="1.0" encoding="utf-8"?>
<control xmlns="http://www.askia.com/ADCSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.askia.com/ADCSchema http://www.askia.com/Downloads/dev/schemas/adc2.0/Config.xsd"
version="2.0.0"
askiaCompat="5.3.3">
<info>
<name>adc2-uploadFile</name>
<fileName>adc2-uploadFile</fileName>
<guid>296cd906-60ab-49f9-819d-5c9e6c41f1fe</guid>
<version>1.0.1</version>
<date>2015-01-20</date>
<description>
<![CDATA[
Describe your ADC here
Tested in:
List the browsers name and version where the ADC should work on.
Dependencies:
- Name of the 3rd party resource. Version. URL
- Name of the 3rd party resource. Version. URL
Notes:
Special notes about incompatibility or warnings
]]>
</description>
<author>
<![CDATA[
Author1 <author1@email.com>,
Author2 <author2@email.com>
]]>
</author>
<company>Askia</company>
<helpURL></helpURL>
<site></site>
<categories>
<category>General</category>
</categories>
<style width="400" height="300"/>
<constraints>
<constraint on="questions" single="false" multiple="false" numeric="false" date="false" open="true" />
<constraint on="controls" responseblock="true" textbox="true" />
</constraints>
</info>
<outputs defaultOutput="fallback">
<output id="fallback">
<description><![CDATA[Fallback when the browser doesn't support Javascript]]></description>
<condition><![CDATA[Not(Browser.Support("javascript"))]]></condition>
<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.html" type="html" mode="dynamic" position="placeholder" />
<content fileName="WebForm1.aspx" type="html" mode="static" position="none" />
</output>
</outputs>
<properties>
<category id="general" name="General">
</category>
</properties>
</control>