diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | e9ae80694875f869892f13f4fcaf1170a00dea41 (patch) | |
tree | aa2f8d8a217e2d376224c8d46b7397b68d35de2d /quanta/data/dtep/wml-1-2 | |
download | tdewebdev-e9ae80694875f869892f13f4fcaf1170a00dea41.tar.gz tdewebdev-e9ae80694875f869892f13f4fcaf1170a00dea41.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'quanta/data/dtep/wml-1-2')
27 files changed, 815 insertions, 0 deletions
diff --git a/quanta/data/dtep/wml-1-2/Makefile.am b/quanta/data/dtep/wml-1-2/Makefile.am new file mode 100644 index 00000000..6b8fca48 --- /dev/null +++ b/quanta/data/dtep/wml-1-2/Makefile.am @@ -0,0 +1,5 @@ +quanta_DATA = a.tag access.tag anchor.tag br.tag card.tag description.rc do.tag fieldset.tag go.tag img.tag input.tag meta.tag noop.tag onevent.tag optgroup.tag option.tag p.tag \ +postfield.tag pre.tag select.tag setvar.tag table.tag template.tag timer.tag wml.tag common.tag + +quantadir = ${quanta_datadir}/dtep/wml-1-2 + diff --git a/quanta/data/dtep/wml-1-2/a.tag b/quanta/data/dtep/wml-1-2/a.tag new file mode 100644 index 00000000..9dfa559c --- /dev/null +++ b/quanta/data/dtep/wml-1-2/a.tag @@ -0,0 +1,30 @@ +<!DOCTYPE TAGS> +<TAGS> +<tag name="a" hasCore="1"> + + <attr name="href" status="required" type="url"> + <text>URL</text> + <textlocation col="0" row="0" /> + <location col="1" row="0" colspan="3"/> + </attr> + + <attr name="title" status="implied" type="input"> + <text>Title</text> + <textlocation col="0" row="1" /> + <location col="1" row="1"/> + </attr> + + <attr name="accesskey" status="implied" type="input"> + <text>Access key</text> + <textlocation col="0" row="2" /> + <location col="1" row="2" /> + </attr> + + <attr name="xml:lang" status="implied" type="input"> + <text>Override xml:lang</text> + <textlocation col="0" row="3" /> + <location col="1" row="3" /> + </attr> + +</tag> +</TAGS> diff --git a/quanta/data/dtep/wml-1-2/access.tag b/quanta/data/dtep/wml-1-2/access.tag new file mode 100644 index 00000000..a06e2147 --- /dev/null +++ b/quanta/data/dtep/wml-1-2/access.tag @@ -0,0 +1,20 @@ +<!DOCTYPE TAGS> +<TAGS> +<tag name="access" hasCore="1" single="1"> + + <attr name="domain" status="implied" type="input"> + <text>Domain</text> + <tooltip>URL domain that can access this deck</tooltip> + <textlocation col="0" row="0" /> + <location col="1" row="0"/> + </attr> + + <attr name="path" status="implied" type="input"> + <text>Path</text> + <textlocation col="0" row="1" /> + <tooltip>The URL root that can access this deck</tooltip> + <location col="1" row="1"/> + </attr> + +</tag> +</TAGS> diff --git a/quanta/data/dtep/wml-1-2/anchor.tag b/quanta/data/dtep/wml-1-2/anchor.tag new file mode 100644 index 00000000..0525193f --- /dev/null +++ b/quanta/data/dtep/wml-1-2/anchor.tag @@ -0,0 +1,24 @@ +<!DOCTYPE TAGS> +<TAGS> +<tag name="anchor" hasCore="1"> + + <attr name="title" status="implied" type="input"> + <text>Title</text> + <textlocation col="0" row="0" /> + <location col="1" row="0"/> + </attr> + + <attr name="accesskey" status="implied" type="input"> + <text>Access key</text> + <textlocation col="0" row="1" /> + <location col="1" row="1" /> + </attr> + + <attr name="xml:lang" status="implied" type="input"> + <text>Override xml:lang</text> + <textlocation col="0" row="2" /> + <location col="1" row="2" /> + </attr> + +</tag> +</TAGS> diff --git a/quanta/data/dtep/wml-1-2/br.tag b/quanta/data/dtep/wml-1-2/br.tag new file mode 100644 index 00000000..6e77a278 --- /dev/null +++ b/quanta/data/dtep/wml-1-2/br.tag @@ -0,0 +1,6 @@ +<!DOCTYPE TAGS> +<TAGS> +<tag name="br" hasCore="1" single="1"> + +</tag> +</TAGS> diff --git a/quanta/data/dtep/wml-1-2/card.tag b/quanta/data/dtep/wml-1-2/card.tag new file mode 100644 index 00000000..e13741cb --- /dev/null +++ b/quanta/data/dtep/wml-1-2/card.tag @@ -0,0 +1,56 @@ +<!DOCTYPE TAGS> +<TAGS> +<tag name="card" hasCore="1"> + + <attr name="title" status="implied" type="input"> + <text>Title</text> + <textlocation col="0" row="0" /> + <location col="1" row="0"/> + </attr> + + <attr name="newcontext" defaultValue="false" type="list"> + <text>Initialise context</text> + <textlocation col="0" row="1" /> + <location col="1" row="1"/> + <items> + <item>true</item> + <item>false</item> + </items> + </attr> + + <attr name="ordered" defaultValue="true" type="list"> + <text>Allow user to navigate</text> + <textlocation col="0" row="2" /> + <location col="1" row="2"/> + <items> + <item>true</item> + <item>false</item> + </items> + </attr> + + <attr name="xml:lang" status="implied" type="input"> + <text>Override xml:lang</text> + <textlocation col="0" row="3" /> + <location col="1" row="3" /> + </attr> + + <attr name="onenterforward" status="implied" type="url"> + <text>URL for go</text> + <textlocation col="0" row="4" /> + <location col="1" row="4" colspan="3"/> + </attr> + + <attr name="onenterbackward" status="implied" type="url"> + <text>URL for prev</text> + <textlocation col="0" row="5" /> + <location col="1" row="5" colspan="3"/> + </attr> + + <attr name="ontimer" status="implied" type="url"> + <text>URL for timer</text> + <textlocation col="0" row="6" /> + <location col="1" row="6" colspan="3"/> + </attr> + +</tag> +</TAGS> diff --git a/quanta/data/dtep/wml-1-2/common.tag b/quanta/data/dtep/wml-1-2/common.tag new file mode 100644 index 00000000..7be9453e --- /dev/null +++ b/quanta/data/dtep/wml-1-2/common.tag @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="Core" common="yes"> + <attr name="id" type="list" source="dcop" interface="QuantaIf" method="idSelectors()" arguments="" > + </attr> + <attr name="class" type="list" source="dcop" interface="QuantaIf" method="selectors(QString)" arguments="%tagname%" > + </attr> +</tag> + +</TAGS>
\ No newline at end of file diff --git a/quanta/data/dtep/wml-1-2/description.rc b/quanta/data/dtep/wml-1-2/description.rc new file mode 100644 index 00000000..1f5392a2 --- /dev/null +++ b/quanta/data/dtep/wml-1-2/description.rc @@ -0,0 +1,58 @@ +[General] +Name = -//WAPFORUM//DTD WML 1.2//EN +NickName = WML 1.2 +MimeTypes = text/vnd.wap.wml +DefaultExtension = wml +Groups = Core +NumOfPages = 1 +CaseSensitive = true + +[Toolbars] +Location = wml-1-2 +Names = deck, forms, table, tasks, text, misc + +[Page1] +Title = Core Attributes +Groups = Core + +[Extra tags] +List =!DOCTYPE, td, tr, small, big, u, i, strong, em, refresh, prev, head + +small=xml:lang +small_options = hasCore +big=xml:lang +big_options = hasCore +u=xml:lang +u_options = hasCore +i=xml:lang +i_options = hasCore +strong=xml:lang +strong_options = hasCore +em=xml:lang +em_options = hasCore +td=xml:lang +td_options = hasCore +tr_options = hasCore +prev_options = hasCore +refresh_options = hasCore +head_options = hasCore + +[Extra rules] +BooleanAttributes = simple +Single Tag Style = XML +StructGroupsCount = 2 + +[StructGroup_1] +Name = Images +No_Name = No Images +Icon = image +Tag = img(src) +HasFileName = true + +[StructGroup_2] +Name = Links +No_Name = No Links +Icon = www +Tag = a(title,href) +HasFileName = true +FileNameRx = .*\||#.* diff --git a/quanta/data/dtep/wml-1-2/do.tag b/quanta/data/dtep/wml-1-2/do.tag new file mode 100644 index 00000000..b6f6d07c --- /dev/null +++ b/quanta/data/dtep/wml-1-2/do.tag @@ -0,0 +1,51 @@ +<!DOCTYPE TAGS> +<TAGS> +<tag name="do" hasCore="1" > + + <attr name="type" status="required" type="list"> + <text>Type</text> + <textlocation col="0" row="0" /> + <location col="1" row="0" /> + <items> + <item>accept</item> + <item>delete</item> + <item>help</item> + <item>options</item> + <item>prev</item> + <item>reset</item> + <item>unknown</item> + <item>vnd.</item> + </items> + </attr> + + <attr name="label" status="implied" type="input"> + <text>Label</text> + <textlocation col="0" row="1" /> + <location col="1" row="1"/> + </attr> + + <attr name="name" status="implied" type="input"> + <text>Name</text> + <textlocation col="0" row="2" /> + <location col="1" row="2"/> + </attr> + + + <attr name="optional" defaultValue="false" type="list"> + <text>Ignore this element</text> + <textlocation col="0" row="3" /> + <location col="1" row="3" /> + <items> + <item>true</item> + <item>false</item> + </items> + </attr> + + <attr name="xml:lang" status="implied" type="input"> + <text>Override xml:lang</text> + <textlocation col="0" row="4" /> + <location col="1" row="4" /> + </attr> + +</tag> +</TAGS> diff --git a/quanta/data/dtep/wml-1-2/fieldset.tag b/quanta/data/dtep/wml-1-2/fieldset.tag new file mode 100644 index 00000000..8020e3e4 --- /dev/null +++ b/quanta/data/dtep/wml-1-2/fieldset.tag @@ -0,0 +1,18 @@ +<!DOCTYPE TAGS> +<TAGS> +<tag name="fieldset" hasCore="1"> + + <attr name="title" status="implied" type="input"> + <text>Title</text> + <textlocation col="0" row="0" /> + <location col="1" row="0" /> + </attr> + + <attr name="xml:lang" status="implied" type="input"> + <text>Override xml:lang</text> + <textlocation col="0" row="1" /> + <location col="1" row="1" /> + </attr> + +</tag> +</TAGS> diff --git a/quanta/data/dtep/wml-1-2/go.tag b/quanta/data/dtep/wml-1-2/go.tag new file mode 100644 index 00000000..a7e851e6 --- /dev/null +++ b/quanta/data/dtep/wml-1-2/go.tag @@ -0,0 +1,44 @@ +<!DOCTYPE TAGS> +<TAGS> +<tag name="go" hasCore="1"> + + <attr name="href" status="required" type="url"> + <text>HREF</text> + <textlocation col="0" row="0" /> + <location col="1" row="0" colspan="3"/> + </attr> + + <attr name="sendreferer" defaultValue="false" type="list"> + <text>Include URL in request</text> + <textlocation col="0" row="1" /> + <location col="1" row="1"/> + <items> + <item>true</item> + <item>false</item> + </items> + </attr> + + <attr name="method" defaultValue="get" type="list"> + <text>HTTP submission method</text> + <textlocation col="0" row="2" /> + <location col="1" row="2" /> + <items> + <item>post</item> + <item>get</item> + </items> + </attr> + + <attr name="enctype" defaultValue="application/x-www-form-urlencoded" type="input"> + <text>Encoding type</text> + <textlocation col="0" row="3" /> + <location col="1" row="3" /> + </attr> + + <attr name="accept-charset" status="implied" type="input"> + <text>Encodings accepted</text> + <textlocation col="0" row="4" /> + <location col="1" row="4" /> + </attr> + +</tag> +</TAGS> diff --git a/quanta/data/dtep/wml-1-2/img.tag b/quanta/data/dtep/wml-1-2/img.tag new file mode 100644 index 00000000..83b3da49 --- /dev/null +++ b/quanta/data/dtep/wml-1-2/img.tag @@ -0,0 +1,65 @@ +<!DOCTYPE TAGS> +<TAGS> +<tag name="img" hasCore="1" single="1"> + + <attr name="alt" status="required" type="input"> + <text>Alt text</text> + <textlocation col="0" row="0" /> + <location col="1" row="0"/> + </attr> + + <attr name="src" status="required" type="url"> + <text>URL</text> + <textlocation col="0" row="1" /> + <location col="1" row="1" colspan="3"/> + </attr> + + <attr name="localsrc" status="implied" type="input"> + <text>Local icon name</text> + <textlocation col="0" row="2" /> + <location col="1" row="2" /> + </attr> + + <attr name="vspace" defaultValue="0" type="input"> + <text>Vertical Space</text> + <textlocation col="0" row="3" /> + <location col="1" row="3" /> + </attr> + + <attr name="hspace" defaultValue="0" type="input"> + <text>Horizontal Space</text> + <textlocation col="0" row="4" /> + <location col="1" row="4" /> + </attr> + + <attr name="align" defaultValue="bottom" type="list"> + <text>Alignment to text</text> + <textlocation col="0" row="5" /> + <location col="1" row="5"/> + <items> + <item>top</item> + <item>middle</item> + <item>bottom</item> + </items> + </attr> + + <attr name="height" status="implied" type="input"> + <text>Height</text> + <textlocation col="0" row="6" /> + <location col="1" row="6"/> + </attr> + + <attr name="width" status="implied" type="input"> + <text>Width</text> + <textlocation col="0" row="7" /> + <location col="1" row="7"/> + </attr> + + <attr name="xml:lang" status="implied" type="input"> + <text>Override xml:lang</text> + <textlocation col="0" row="8" /> + <location col="1" row="8"/> + </attr> + +</tag> +</TAGS> diff --git a/quanta/data/dtep/wml-1-2/input.tag b/quanta/data/dtep/wml-1-2/input.tag new file mode 100644 index 00000000..e18b90d6 --- /dev/null +++ b/quanta/data/dtep/wml-1-2/input.tag @@ -0,0 +1,80 @@ +<!DOCTYPE TAGS> +<TAGS> +<tag name="input" hasCore="1" single="1"> + + <attr name="name" status="required" type="input"> + <text>Name</text> + <textlocation col="0" row="0" /> + <location col="1" row="0" colspan="3"/> + </attr> + + <attr name="type" defaultValue="text" type="list"> + <text>Text Type</text> + <textlocation col="0" row="1" /> + <location col="1" row="1"/> + <items> + <item>text</item> + <item>password</item> + </items> + </attr> + + <attr name="value" status="implied" type="input"> + <text>Value</text> + <textlocation col="0" row="2" /> + <location col="1" row="2" /> + </attr> + + <attr name="format" status="implied" type="input"> + <text>Format Mask</text> + <textlocation col="0" row="3" /> + <location col="1" row="3" /> + </attr> + + <attr name="emptyok" defaultValue="false" type="list"> + <text>Leave field blank</text> + <textlocation col="0" row="4" /> + <location col="1" row="4" /> + <items> + <item>true</item> + <item>false</item> + </items> + </attr> + + <attr name="size" status="implied" type="input"> + <text>Size</text> + <textlocation col="0" row="5" /> + <location col="1" row="5" /> + </attr> + + <attr name="maxlength" status="implied" type="input"> + <text>Maximum length</text> + <textlocation col="0" row="6" /> + <location col="1" row="6" /> + </attr> + + <attr name="tabindex" status="implied" type="input"> + <text>Tab index</text> + <textlocation col="0" row="7" /> + <location col="1" row="7" /> + </attr> + + <attr name="title" status="implied" type="input"> + <text>Title</text> + <textlocation col="0" row="8" /> + <location col="1" row="8" /> + </attr> + + <attr name="accesskey" status="implied"type="input"> + <text>Access key</text> + <textlocation col="0" row="9" /> + <location col="1" row="9" /> + </attr> + + <attr name="xml:lang" status="implied" type="input"> + <text>Override xml:lang</text> + <textlocation col="0" row="10" /> + <location col="1" row="10" /> + </attr> + +</tag> +</TAGS> diff --git a/quanta/data/dtep/wml-1-2/meta.tag b/quanta/data/dtep/wml-1-2/meta.tag new file mode 100644 index 00000000..41854ddc --- /dev/null +++ b/quanta/data/dtep/wml-1-2/meta.tag @@ -0,0 +1,40 @@ +<!DOCTYPE TAGS> +<TAGS> +<tag name="meta" hasCore="1" single="1"> + + <attr name="name" status="implied" type="input"> + <text>Name</text> + <textlocation col="0" row="0" /> + <location col="1" row="0" colspan="2" /> + </attr> + + <attr name="http-equiv" status="implied" type="input"> + <text>HTTP-Equiv</text> + <textlocation col="0" row="1" /> + <location col="1" row="1" colspan="2" /> + </attr> + + <attr name="content" status="required" type="input"> + <text>Content</text> + <textlocation col="0" row="2" /> + <location col="1" row="2" colspan="2" /> + </attr> + + <attr name="scheme" status="implied" type="input"> + <text>Scheme</text> + <textlocation col="0" row="3" /> + <location col="1" row="3" colspan="2" /> + </attr> + + <attr name="forua" defaultValue="false" type="list"> + <text>For User Agent</text> + <textlocation col="0" row="4" /> + <location col="1" row="4" colspan="2" /> + <items> + <item>true</item> + <item>false</item> + </items> + </attr> + +</tag> +</TAGS> diff --git a/quanta/data/dtep/wml-1-2/noop.tag b/quanta/data/dtep/wml-1-2/noop.tag new file mode 100644 index 00000000..faf83aea --- /dev/null +++ b/quanta/data/dtep/wml-1-2/noop.tag @@ -0,0 +1,6 @@ +<!DOCTYPE TAGS> +<TAGS> +<tag name="noop" hasCore="1" single="1"> + +</tag> +</TAGS> diff --git a/quanta/data/dtep/wml-1-2/onevent.tag b/quanta/data/dtep/wml-1-2/onevent.tag new file mode 100644 index 00000000..a0e5e67e --- /dev/null +++ b/quanta/data/dtep/wml-1-2/onevent.tag @@ -0,0 +1,22 @@ +<!DOCTYPE TAGS> +<TAGS> +<tag name="onevent" hasCore="1"> + + <attr name="type" staus="required" type="list"> + <text>Event</text> + <textlocation col="0" row="0" /> + <location col="1" row="0" /> + <items> + <item>accept</item> + <item>delete</item> + <item>help</item> + <item>options</item> + <item>prev</item> + <item>reset</item> + <item>unknown</item> + <item>vnd.</item> + </items> + </attr> + +</tag> +</TAGS> diff --git a/quanta/data/dtep/wml-1-2/optgroup.tag b/quanta/data/dtep/wml-1-2/optgroup.tag new file mode 100644 index 00000000..4d98dd0d --- /dev/null +++ b/quanta/data/dtep/wml-1-2/optgroup.tag @@ -0,0 +1,18 @@ +<!DOCTYPE TAGS> +<TAGS> +<tag name="optgroup" hasCore="1"> + + <attr name="title" status="implied" type="input"> + <text>Title</text> + <textlocation col="0" row="0" /> + <location col="1" row="0"/> + </attr> + + <attr name="xml:lang" status="implied"type="input"> + <text>Override xml:lang</text> + <textlocation col="0" row="1" /> + <location col="1" row="1" /> + </attr> + +</tag> +</TAGS> diff --git a/quanta/data/dtep/wml-1-2/option.tag b/quanta/data/dtep/wml-1-2/option.tag new file mode 100644 index 00000000..4bb7086b --- /dev/null +++ b/quanta/data/dtep/wml-1-2/option.tag @@ -0,0 +1,30 @@ +<!DOCTYPE TAGS> +<TAGS> +<tag name="option" hasCore="1"> + + <attr name="value" status="implied" type="input"> + <text>Value of variable</text> + <textlocation col="0" row="0" /> + <location col="1" row="0" colspan="3"/> + </attr> + + <attr name="title" status="implied" type="input"> + <text>Title</text> + <textlocation col="0" row="1" /> + <location col="1" row="1"/> + </attr> + + <attr name="onpick" status="implied" type="url"> + <text>URL</text> + <textlocation col="0" row="2" /> + <location col="1" row="2" /> + </attr> + + <attr name="xml:lang" status="implied" type="input"> + <text>Override xml:lang</text> + <textlocation col="0" row="3" /> + <location col="1" row="3" /> + </attr> + +</tag> +</TAGS> diff --git a/quanta/data/dtep/wml-1-2/p.tag b/quanta/data/dtep/wml-1-2/p.tag new file mode 100644 index 00000000..794f7a93 --- /dev/null +++ b/quanta/data/dtep/wml-1-2/p.tag @@ -0,0 +1,33 @@ +<!DOCTYPE TAGS> +<TAGS> +<tag name="p" hasCore="1"> + + <attr name="align" defaultValue="left" type="list"> + <text>Alignment</text> + <textlocation col="0" row="0" /> + <location col="1" row="0" /> + <items> + <item>left</item> + <item>center</item> + <item>right</item> + </items> + </attr> + + <attr name="mode" status="implied" type="list"> + <text>Text wrap mode</text> + <textlocation col="0" row="1" /> + <location col="1" row="1" /> + <items> + <item>wrap</item> + <item>nowrap</item> + </items> + </attr> + + <attr name="xml:lang" status="implied" type="input"> + <text>Override xml:lang</text> + <textlocation col="0" row="2" /> + <location col="1" row="2" /> + </attr> + +</tag> +</TAGS> diff --git a/quanta/data/dtep/wml-1-2/postfield.tag b/quanta/data/dtep/wml-1-2/postfield.tag new file mode 100644 index 00000000..c8d73ae4 --- /dev/null +++ b/quanta/data/dtep/wml-1-2/postfield.tag @@ -0,0 +1,18 @@ +<!DOCTYPE TAGS> +<TAGS> +<tag name="postfield" hasCore="1" single="1"> + + <attr name="name" status="required" type="input"> + <text>Variable Name</text> + <textlocation col="0" row="0" /> + <location col="1" row="0"/> + </attr> + + <attr name="value" status="required"type="input"> + <text>Value</text> + <textlocation col="0" row="1" /> + <location col="1" row="1"/> + </attr> + +</tag> +</TAGS> diff --git a/quanta/data/dtep/wml-1-2/pre.tag b/quanta/data/dtep/wml-1-2/pre.tag new file mode 100644 index 00000000..b53de122 --- /dev/null +++ b/quanta/data/dtep/wml-1-2/pre.tag @@ -0,0 +1,12 @@ +<!DOCTYPE TAGS> +<TAGS> +<tag name="pre" hasCore="1"> + + <attr name="xml:space" status="required" defaultValue="preserve" type="input"> + <text>Fixed as "preserve"</text> + <textlocation col="0" row="0" /> + <location col="1" row="0" /> + </attr> + +</tag> +</TAGS> diff --git a/quanta/data/dtep/wml-1-2/select.tag b/quanta/data/dtep/wml-1-2/select.tag new file mode 100644 index 00000000..ecf0ba13 --- /dev/null +++ b/quanta/data/dtep/wml-1-2/select.tag @@ -0,0 +1,58 @@ +<!DOCTYPE TAGS> +<TAGS> +<tag name="select" hasCore="1"> + + <attr name="title" status="implied" type="input"> + <text>Title</text> + <textlocation col="0" row="0" /> + <location col="1" row="0" colspan="3"/> + </attr> + + <attr name="name" status="implied" type="input"> + <text>Variable Name</text> + <textlocation col="0" row="1" /> + <location col="1" row="1"/> + </attr> + + <attr name="value" status="implied" type="input"> + <text>Value</text> + <textlocation col="0" row="2" /> + <location col="1" row="2" /> + </attr> + + <attr name="iname" status="implied" type="input"> + <text>Index variable name</text> + <textlocation col="0" row="3" /> + <location col="1" row="3" /> + </attr> + + <attr name="ivalue" status="implied" type="input"> + <text>Index variable deafult</text> + <textlocation col="0" row="4" /> + <location col="1" row="4" /> + </attr> + + <attr name="multiple" defaultValue="false" type="list"> + <text>Select multiple values</text> + <textlocation col="0" row="5" /> + <items> + <item>true</item> + <item>false</item> + </items> + <location col="1" row="5" /> + </attr> + + <attr name="tabindex" status="implied" type="input"> + <text>Tab index</text> + <textlocation col="0" row="6" /> + <location col="1" row="6" /> + </attr> + + <attr name="xml:lang" status="implied" type="input"> + <text>Override xml:lang</text> + <textlocation col="0" row="7" /> + <location col="1" row="7" /> + </attr> + +</tag> +</TAGS> diff --git a/quanta/data/dtep/wml-1-2/setvar.tag b/quanta/data/dtep/wml-1-2/setvar.tag new file mode 100644 index 00000000..0d535c3e --- /dev/null +++ b/quanta/data/dtep/wml-1-2/setvar.tag @@ -0,0 +1,18 @@ +<!DOCTYPE TAGS> +<TAGS> +<tag name="setvar" hasCore="1" single="1"> + + <attr name="name" status="required"type="input"> + <text>Variable Name</text> + <textlocation col="0" row="0" /> + <location col="1" row="0"/> + </attr> + + <attr name="value" status="required"type="input"> + <text>Value</text> + <textlocation col="0" row="1" /> + <location col="1" row="1"/> + </attr> + +</tag> +</TAGS> diff --git a/quanta/data/dtep/wml-1-2/table.tag b/quanta/data/dtep/wml-1-2/table.tag new file mode 100644 index 00000000..380f0579 --- /dev/null +++ b/quanta/data/dtep/wml-1-2/table.tag @@ -0,0 +1,37 @@ +<!DOCTYPE TAGS> +<TAGS> +<tag name="table" hasCore="1"> + + <attr name="title" status="implied" type="input"> + <text>Title</text> + <textlocation col="0" row="0" /> + <tooltip>A label of the table</tooltip> + <location col="1" row="0" /> + </attr> + + <attr name="align" status="implied" type="list"> + <text>Align</text> + <textlocation col="0" row="1" /> + <items> + <item>left</item> + <item>center</item> + <item>right</item> + </items> + <location col="1" row="1" colspan="2" /> + </attr> + + <attr name="columns" status="required" type="input"> + <text>Number of columns</text> + <textlocation col="0" row="2" /> + <location col="1" row="2" /> + <tooltip>Must be greater than zero</tooltip> + </attr> + + <attr name="xml:lang" status="implied" type="input"> + <text>Override xml:lang</text> + <textlocation col="0" row="3" /> + <location col="1" row="3" /> + </attr> + +</tag> +</TAGS> diff --git a/quanta/data/dtep/wml-1-2/template.tag b/quanta/data/dtep/wml-1-2/template.tag new file mode 100644 index 00000000..8106432a --- /dev/null +++ b/quanta/data/dtep/wml-1-2/template.tag @@ -0,0 +1,24 @@ +<!DOCTYPE TAGS> +<TAGS> +<tag name="template" hasCore="1"> + + <attr name="onenterforward" status="implied" type="url"> + <text>URL for go</text> + <textlocation col="0" row="0" /> + <location col="1" row="0" colspan="3"/> + </attr> + + <attr name="onenterbackward" status="implied" type="url"> + <text>URL for prev</text> + <textlocation col="0" row="1" /> + <location col="1" row="1" colspan="3"/> + </attr> + + <attr name="ontimer" status="implied" type="url"> + <text>URL for timer</text> + <textlocation col="0" row="2" /> + <location col="1" row="2" colspan="3"/> + </attr> + +</tag> +</TAGS> diff --git a/quanta/data/dtep/wml-1-2/timer.tag b/quanta/data/dtep/wml-1-2/timer.tag new file mode 100644 index 00000000..f892418f --- /dev/null +++ b/quanta/data/dtep/wml-1-2/timer.tag @@ -0,0 +1,18 @@ +<!DOCTYPE TAGS> +<TAGS> +<tag name="timer" hasCore="1" single="1"> + + <attr name="name" status="implied" type="input"> + <text>Name</text> + <textlocation col="0" row="0" /> + <location col="1" row="0" /> + </attr> + + <attr name="value" status="required" type="input"> + <text>Value in 0.1 second units</text> + <textlocation col="0" row="1" /> + <location col="1" row="1" /> + </attr> + +</tag> +</TAGS> diff --git a/quanta/data/dtep/wml-1-2/wml.tag b/quanta/data/dtep/wml-1-2/wml.tag new file mode 100644 index 00000000..75747803 --- /dev/null +++ b/quanta/data/dtep/wml-1-2/wml.tag @@ -0,0 +1,13 @@ +<!DOCTYPE TAGS> +<TAGS> +<tag name="wml" hasCore="1"> + + <attr name="xml:lang" status="implied" type="input"> + <text>Override xml:lang</text> + <textlocation col="0" row="0" /> + <location col="1" row="0" /> + </attr> + + +</tag> +</TAGS> |