Signed-off-by: Alexis Puente Montiel <miscelaneanatural@yahoo.es>
Minor fixes.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 3b06901a66
)
r14.0.x
r14.0.12
@ -1,4 +1,4 @@
|
||||
SUBDIRS = html html-frameset html-strict tagxml php xhtml xhtml-basic xhtml-frameset xhtml-strict xhtml11 xslt wml-1-2 css docbook-4.2 schema cfml cffunct kde-docbook-4.1.2 kde-docbook-4.2 relaxng empty dtd
|
||||
SUBDIRS = html html5 html-frameset html-strict tagxml php xhtml xhtml-basic xhtml-frameset xhtml-strict xhtml11 xslt wml-1-2 css docbook-4.2 schema cfml cffunct kde-docbook-4.1.2 kde-docbook-4.2 relaxng empty dtd
|
||||
install-data-local:
|
||||
# rm -f `find ${quanta_datadir}/tags -type f -name "*"`
|
||||
# rmdir `find ${quanta_datadir}/tags -type d -name "*"`
|
||||
|
@ -0,0 +1,31 @@
|
||||
#################################################
|
||||
#
|
||||
# (C) 2010-2011 Serghei Amelian
|
||||
# serghei (DOT) amelian (AT) gmail.com
|
||||
#
|
||||
# Improvements and feedback are welcome
|
||||
#
|
||||
# This file is released under GPL >= 2
|
||||
#
|
||||
#################################################
|
||||
|
||||
install( FILES
|
||||
abbr.tag acronym.tag address.tag applet.tag area.tag article.tag
|
||||
aside.tag a.tag audio.tag base.tag bdi.tag bdo.tag
|
||||
big.tag blockquote.tag body.tag br.tag b.tag button.tag
|
||||
caption.tag center.tag cite.tag code.tag colgroup.tag col.tag
|
||||
common.tag data.tag dd.tag del.tag description.rc details.tag
|
||||
dfn.tag dir.tag div.tag dl.tag dt.tag embed.tag
|
||||
empty.tag em.tag fieldset.tag figcaption.tag figure.tag footer.tag
|
||||
form.tag header.tag headings.tag head.tag hr.tag html.tag
|
||||
img.tag input.tag ins.tag i.tag kbd.tag label.tag
|
||||
legend.tag link.tag li.tag main.tag map.tag mark.tag
|
||||
meta.tag nav.tag noscript.tag object.tag ol.tag optgroup.tag
|
||||
option.tag param.tag picture.tag pre.tag p.tag q.tag
|
||||
rbc.tag rb.tag rp.tag rtc.tag rt.tag ruby.tag
|
||||
samp.tag script.tag section.tag select.tag small.tag source.tag
|
||||
span.tag strong.tag style.tag sub.tag sup.tag svg.tag
|
||||
table.tag tbody.tag td.tag textarea.tag tfoot.tag thead.tag
|
||||
th.tag time.tag title.tag track.tag tr.tag tt.tag
|
||||
ul.tag u.tag var.tag video.tag wbr.tag
|
||||
DESTINATION ${DATA_INSTALL_DIR}/quanta/dtep/html5 )
|
@ -0,0 +1,20 @@
|
||||
quanta_DATA = abbr.tag acronym.tag address.tag applet.tag area.tag article.tag \
|
||||
aside.tag a.tag audio.tag base.tag bdi.tag bdo.tag \
|
||||
big.tag blockquote.tag body.tag br.tag b.tag button.tag \
|
||||
caption.tag center.tag cite.tag code.tag colgroup.tag col.tag \
|
||||
common.tag data.tag dd.tag del.tag description.rc details.tag \
|
||||
dfn.tag dir.tag div.tag dl.tag dt.tag embed.tag \
|
||||
empty.tag em.tag fieldset.tag figcaption.tag figure.tag footer.tag \
|
||||
form.tag header.tag headings.tag head.tag hr.tag html.tag \
|
||||
img.tag input.tag ins.tag i.tag kbd.tag label.tag \
|
||||
legend.tag link.tag li.tag main.tag map.tag mark.tag \
|
||||
meta.tag nav.tag noscript.tag object.tag ol.tag optgroup.tag \
|
||||
option.tag param.tag picture.tag pre.tag p.tag q.tag \
|
||||
rbc.tag rb.tag rp.tag rtc.tag rt.tag ruby.tag \
|
||||
samp.tag script.tag section.tag select.tag small.tag source.tag \
|
||||
span.tag strong.tag style.tag sub.tag sup.tag svg.tag \
|
||||
table.tag tbody.tag td.tag textarea.tag tfoot.tag thead.tag \
|
||||
th.tag time.tag title.tag track.tag tr.tag tt.tag \
|
||||
ul.tag u.tag var.tag video.tag wbr.tag
|
||||
quantadir = ${quanta_datadir}/dtep/html5
|
||||
|
@ -0,0 +1,120 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="a" hasCore="1" hasI18n="1" hasScript="1">
|
||||
|
||||
<attr name="href" type="input" source="selection">
|
||||
<text>href</text>
|
||||
<textlocation col="0" row="0" />
|
||||
<location col="1" row="0" colspan="3"/>
|
||||
</attr>
|
||||
|
||||
<attr name="rel" type="input">
|
||||
<text>rel</text>
|
||||
<textlocation col="0" row="2" />
|
||||
<location col="1" row="2" />
|
||||
</attr>
|
||||
|
||||
<attr name="rev" type="input">
|
||||
<text>rev</text>
|
||||
<textlocation col="2" row="2" />
|
||||
<location col="3" row="2" />
|
||||
</attr>
|
||||
|
||||
<attr name="type" type="list">
|
||||
<text>type</text>
|
||||
<textlocation col="0" row="3" />
|
||||
<location col="1" row="3" />
|
||||
<items>
|
||||
<item>text/html</item>
|
||||
<item>image/jpeg</item>
|
||||
<item>image/gif</item>
|
||||
<item>image/png</item>
|
||||
<item>model/vrml</item>
|
||||
<item>video/quicktime</item>
|
||||
<item>application/java</item>
|
||||
<item>application/mathml+xml</item>
|
||||
<item>application/rss+xml</item>
|
||||
<item>application/xhtml+xml</item>
|
||||
<item>application/xml</item>
|
||||
<item>text/css</item>
|
||||
<item>text/javascript</item>
|
||||
<item>text/xml</item>
|
||||
</items>
|
||||
</attr>
|
||||
|
||||
<attr name="onfocus" type="input">
|
||||
<text>onfocus</text>
|
||||
<textlocation col="0" row="8" />
|
||||
<location col="1" row="8" colspan="3" />
|
||||
</attr>
|
||||
|
||||
<attr name="onblur" type="input">
|
||||
<text>onblur</text>
|
||||
<textlocation col="0" row="9" />
|
||||
<location col="1" row="9" colspan="3" />
|
||||
</attr>
|
||||
|
||||
<attr name="hreflang" type="input" />
|
||||
<attr name="charset" type="input" />
|
||||
<attr name="accesskey" type="input" />
|
||||
<attr name="tabindex" type="input" />
|
||||
<attr name="shape" type="list">
|
||||
<items>
|
||||
<item>rect</item>
|
||||
<item>circle</item>
|
||||
<item>poly</item>
|
||||
<item>default</item>
|
||||
</items>
|
||||
</attr>
|
||||
<attr name="coords" type="input" />
|
||||
|
||||
<children>
|
||||
<child name="#text" />
|
||||
<child name="abbr" />
|
||||
<child name="acronym" />
|
||||
<child name="b" />
|
||||
<child name="bdi" />
|
||||
<child name="bdo" />
|
||||
<child name="big" />
|
||||
<child name="br" />
|
||||
<child name="wbr" />
|
||||
<child name="button" />
|
||||
<child name="cite" />
|
||||
<child name="code" />
|
||||
<child name="del" />
|
||||
<child name="dfn" />
|
||||
<child name="em" />
|
||||
<child name="i" />
|
||||
<child name="mark" />
|
||||
<child name="u" />
|
||||
<child name="data" />
|
||||
<child name="time" />
|
||||
<child name="img" />
|
||||
<child name="audio" />
|
||||
<child name="embed" />
|
||||
<child name="source" />
|
||||
<child name="track" />
|
||||
<child name="video" />
|
||||
<child name="svg" />
|
||||
<child name="input" />
|
||||
<child name="ins" />
|
||||
<child name="kbd" />
|
||||
<child name="label" />
|
||||
<child name="map" />
|
||||
<child name="object" />
|
||||
<child name="q" />
|
||||
<child name="samp" />
|
||||
<child name="script" />
|
||||
<child name="select" />
|
||||
<child name="small" />
|
||||
<child name="span" />
|
||||
<child name="strong" />
|
||||
<child name="sub" />
|
||||
<child name="sup" />
|
||||
<child name="textarea" />
|
||||
<child name="tt" />
|
||||
<child name="var" />
|
||||
</children>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,54 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="abbr" hasCore="1" hasI18n="1" hasScript="1">
|
||||
<children>
|
||||
<child name="#text" />
|
||||
<child name="a" />
|
||||
<child name="abbr" />
|
||||
<child name="acronym" />
|
||||
<child name="b" />
|
||||
<child name="bdi" />
|
||||
<child name="bdo" />
|
||||
<child name="big" />
|
||||
<child name="br" />
|
||||
<child name="wbr" />
|
||||
<child name="button" />
|
||||
<child name="cite" />
|
||||
<child name="code" />
|
||||
<child name="del" />
|
||||
<child name="dfn" />
|
||||
<child name="em" />
|
||||
<child name="i" />
|
||||
<child name="mark" />
|
||||
<child name="u" />
|
||||
<child name="data" />
|
||||
<child name="time" />
|
||||
<child name="img" />
|
||||
<child name="audio" />
|
||||
<child name="embed" />
|
||||
<child name="source" />
|
||||
<child name="track" />
|
||||
<child name="video" />
|
||||
<child name="svg" />
|
||||
<child name="input" />
|
||||
<child name="ins" />
|
||||
<child name="kbd" />
|
||||
<child name="label" />
|
||||
<child name="map" />
|
||||
<child name="object" />
|
||||
<child name="q" />
|
||||
<child name="samp" />
|
||||
<child name="script" />
|
||||
<child name="select" />
|
||||
<child name="small" />
|
||||
<child name="span" />
|
||||
<child name="strong" />
|
||||
<child name="sub" />
|
||||
<child name="sup" />
|
||||
<child name="textarea" />
|
||||
<child name="tt" />
|
||||
<child name="var" />
|
||||
</children>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,54 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="acronym" hasCore="1" hasI18n="1" hasScript="1">
|
||||
<children>
|
||||
<child name="#text" />
|
||||
<child name="a" />
|
||||
<child name="abbr" />
|
||||
<child name="acronym" />
|
||||
<child name="b" />
|
||||
<child name="bdi" />
|
||||
<child name="bdo" />
|
||||
<child name="big" />
|
||||
<child name="br" />
|
||||
<child name="wbr" />
|
||||
<child name="button" />
|
||||
<child name="cite" />
|
||||
<child name="code" />
|
||||
<child name="del" />
|
||||
<child name="dfn" />
|
||||
<child name="em" />
|
||||
<child name="i" />
|
||||
<child name="mark" />
|
||||
<child name="u" />
|
||||
<child name="data" />
|
||||
<child name="time" />
|
||||
<child name="img" />
|
||||
<child name="audio" />
|
||||
<child name="embed" />
|
||||
<child name="source" />
|
||||
<child name="track" />
|
||||
<child name="video" />
|
||||
<child name="svg" />
|
||||
<child name="input" />
|
||||
<child name="ins" />
|
||||
<child name="kbd" />
|
||||
<child name="label" />
|
||||
<child name="map" />
|
||||
<child name="object" />
|
||||
<child name="q" />
|
||||
<child name="samp" />
|
||||
<child name="script" />
|
||||
<child name="select" />
|
||||
<child name="small" />
|
||||
<child name="span" />
|
||||
<child name="strong" />
|
||||
<child name="sub" />
|
||||
<child name="sup" />
|
||||
<child name="textarea" />
|
||||
<child name="tt" />
|
||||
<child name="var" />
|
||||
</children>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,54 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="address" hasCore="1" hasI18n="1" hasScript="1">
|
||||
<children>
|
||||
<child name="#text" />
|
||||
<child name="a" />
|
||||
<child name="abbr" />
|
||||
<child name="acronym" />
|
||||
<child name="b" />
|
||||
<child name="bdi" />
|
||||
<child name="bdo" />
|
||||
<child name="big" />
|
||||
<child name="br" />
|
||||
<child name="wbr" />
|
||||
<child name="button" />
|
||||
<child name="cite" />
|
||||
<child name="code" />
|
||||
<child name="del" />
|
||||
<child name="dfn" />
|
||||
<child name="em" />
|
||||
<child name="i" />
|
||||
<child name="mark" />
|
||||
<child name="u" />
|
||||
<child name="data" />
|
||||
<child name="time" />
|
||||
<child name="img" />
|
||||
<child name="audio" />
|
||||
<child name="embed" />
|
||||
<child name="source" />
|
||||
<child name="track" />
|
||||
<child name="video" />
|
||||
<child name="svg" />
|
||||
<child name="input" />
|
||||
<child name="ins" />
|
||||
<child name="kbd" />
|
||||
<child name="label" />
|
||||
<child name="map" />
|
||||
<child name="object" />
|
||||
<child name="q" />
|
||||
<child name="samp" />
|
||||
<child name="script" />
|
||||
<child name="select" />
|
||||
<child name="small" />
|
||||
<child name="span" />
|
||||
<child name="strong" />
|
||||
<child name="sub" />
|
||||
<child name="sup" />
|
||||
<child name="textarea" />
|
||||
<child name="tt" />
|
||||
<child name="var" />
|
||||
</children>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,144 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="applet" hasCore="1" hasI18n="1" hasScript="1">
|
||||
|
||||
<attr name="archive" type="input">
|
||||
<text>archive</text>
|
||||
<textlocation col="0" row="0" />
|
||||
<location col="1" row="0" colspan="2" />
|
||||
</attr>
|
||||
|
||||
<attr name="classid" type="input">
|
||||
<text>classid</text>
|
||||
<textlocation col="0" row="1" />
|
||||
<location col="1" row="1" colspan="2" />
|
||||
</attr>
|
||||
|
||||
<attr name="codebase" type="input">
|
||||
<text>codebase</text>
|
||||
<textlocation col="0" row="2" />
|
||||
<location col="1" row="2" colspan="2" />
|
||||
</attr>
|
||||
|
||||
<attr name="code" type="input">
|
||||
<text>code</text>
|
||||
<textlocation col="0" row="3" />
|
||||
<location col="1" row="3" colspan="2" />
|
||||
</attr>
|
||||
|
||||
<attr name="object" type="input">
|
||||
<text>object</text>
|
||||
<textlocation col="0" row="4" />
|
||||
<location col="1" row="4" colspan="2" />
|
||||
</attr>
|
||||
|
||||
<attr name="height" type="input">
|
||||
<text>height</text>
|
||||
<textlocation col="0" row="5" />
|
||||
<location col="1" row="5" colspan="2" />
|
||||
</attr>
|
||||
|
||||
<attr name="width" type="input">
|
||||
<text>width</text>
|
||||
<textlocation col="0" row="6" />
|
||||
<location col="1" row="6" colspan="2" />
|
||||
</attr>
|
||||
|
||||
<attr name="align" type="input">
|
||||
<text>align</text>
|
||||
<textlocation col="2" row="7" />
|
||||
<location col="3" row="7" colspan="1" />
|
||||
</attr>
|
||||
|
||||
<attr name="hspace" type="input">
|
||||
<text>hspace</text>
|
||||
<textlocation col="2" row="8" />
|
||||
<location col="3" row="8" colspan="1" />
|
||||
</attr>
|
||||
|
||||
<attr name="vspace" type="input">
|
||||
<text>vspace</text>
|
||||
<textlocation col="2" row="9" />
|
||||
<location col="3" row="9" colspan="1" />
|
||||
</attr>
|
||||
|
||||
<children>
|
||||
<child name="#text" />
|
||||
<child name="a" />
|
||||
<child name="abbr" />
|
||||
<child name="acronym" />
|
||||
<child name="address" />
|
||||
<child name="article" />
|
||||
<child name="aside" />
|
||||
<child name="center" />
|
||||
<child name="details" />
|
||||
<child name="figcaption" />
|
||||
<child name="figure" />
|
||||
<child name="footer" />
|
||||
<child name="header" />
|
||||
<child name="main" />
|
||||
<child name="nav" />
|
||||
<child name="picture" />
|
||||
<child name="section" />
|
||||
<child name="b" />
|
||||
<child name="bdi" />
|
||||
<child name="bdo" />
|
||||
<child name="big" />
|
||||
<child name="blockquote" />
|
||||
<child name="br" />
|
||||
<child name="wbr" />
|
||||
<child name="button" />
|
||||
<child name="cite" />
|
||||
<child name="code" />
|
||||
<child name="del" />
|
||||
<child name="dfn" />
|
||||
<child name="di" />
|
||||
<child name="dl" />
|
||||
<child name="em" />
|
||||
<child name="fieldset" />
|
||||
<child name="form" />
|
||||
<child name="h1" />
|
||||
<child name="h2" />
|
||||
<child name="h3" />
|
||||
<child name="h4" />
|
||||
<child name="h5" />
|
||||
<child name="h6" />
|
||||
<child name="hr" />
|
||||
<child name="img" />
|
||||
<child name="audio" />
|
||||
<child name="embed" />
|
||||
<child name="source" />
|
||||
<child name="track" />
|
||||
<child name="video" />
|
||||
<child name="svg" />
|
||||
<child name="input" />
|
||||
<child name="ins" />
|
||||
<child name="kbd" />
|
||||
<child name="label" />
|
||||
<child name="map" />
|
||||
<child name="noscript" />
|
||||
<child name="object" />
|
||||
<child name="ol" />
|
||||
<child name="p" />
|
||||
<child name="param" />
|
||||
<child name="pre" />
|
||||
<child name="q" />
|
||||
<child name="samp" />
|
||||
<child name="script" />
|
||||
<child name="select" />
|
||||
<child name="small" />
|
||||
<child name="span" />
|
||||
<child name="strong" />
|
||||
<child name="sub" />
|
||||
<child name="sup" />
|
||||
<child name="table" />
|
||||
<child name="textarea" />
|
||||
<child name="tt" />
|
||||
<child name="ul" />
|
||||
<child name="dir" />
|
||||
<child name="var" />
|
||||
</children>
|
||||
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,44 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="area" hasFocus="1" hasCore="1" hasI18n="1" hasScript="1" single="1">
|
||||
|
||||
<attr name="shape" type="list">
|
||||
<text>shape</text>
|
||||
<textlocation col="0" row="0" />
|
||||
<location col="1" row="0" colspan="2"/>
|
||||
<items>
|
||||
<item>rect</item>
|
||||
<item>circle</item>
|
||||
<item>poly</item>
|
||||
<item>default</item>
|
||||
</items>
|
||||
</attr>
|
||||
|
||||
<attr name="coords" type="text">
|
||||
<text>coords</text>
|
||||
<textlocation col="0" row="1" />
|
||||
<location col="1" row="1" colspan="2"/>
|
||||
</attr>
|
||||
|
||||
<attr name="href" type="url">
|
||||
<text>href</text>
|
||||
<textlocation col="0" row="3" />
|
||||
<location col="1" row="3" colspan="2"/>
|
||||
</attr>
|
||||
|
||||
<attr name="accesskey" type="input">
|
||||
<text>accesskey</text>
|
||||
<textlocation col="0" row="4" />
|
||||
<location col="1" row="4" colspan="1" />
|
||||
</attr>
|
||||
|
||||
<attr name="alt" type="input">
|
||||
<text>alt</text>
|
||||
<textlocation col="0" row="6" />
|
||||
<location col="1" row="6" colspan="2"/>
|
||||
</attr>
|
||||
|
||||
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,54 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="article" hasCore="1" hasI18n="1" hasScript="1">
|
||||
<children>
|
||||
<child name="#text" />
|
||||
<child name="a" />
|
||||
<child name="abbr" />
|
||||
<child name="acronym" />
|
||||
<child name="b" />
|
||||
<child name="bdi" />
|
||||
<child name="bdo" />
|
||||
<child name="big" />
|
||||
<child name="br" />
|
||||
<child name="wbr" />
|
||||
<child name="button" />
|
||||
<child name="cite" />
|
||||
<child name="code" />
|
||||
<child name="del" />
|
||||
<child name="dfn" />
|
||||
<child name="em" />
|
||||
<child name="i" />
|
||||
<child name="mark" />
|
||||
<child name="u" />
|
||||
<child name="data" />
|
||||
<child name="time" />
|
||||
<child name="img" />
|
||||
<child name="audio" />
|
||||
<child name="embed" />
|
||||
<child name="source" />
|
||||
<child name="track" />
|
||||
<child name="video" />
|
||||
<child name="svg" />
|
||||
<child name="input" />
|
||||
<child name="ins" />
|
||||
<child name="kbd" />
|
||||
<child name="label" />
|
||||
<child name="map" />
|
||||
<child name="object" />
|
||||
<child name="q" />
|
||||
<child name="samp" />
|
||||
<child name="script" />
|
||||
<child name="select" />
|
||||
<child name="small" />
|
||||
<child name="span" />
|
||||
<child name="strong" />
|
||||
<child name="sub" />
|
||||
<child name="sup" />
|
||||
<child name="textarea" />
|
||||
<child name="tt" />
|
||||
<child name="var" />
|
||||
</children>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,54 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="aside" hasCore="1" hasI18n="1" hasScript="1">
|
||||
<children>
|
||||
<child name="#text" />
|
||||
<child name="a" />
|
||||
<child name="abbr" />
|
||||
<child name="acronym" />
|
||||
<child name="b" />
|
||||
<child name="bdi" />
|
||||
<child name="bdo" />
|
||||
<child name="big" />
|
||||
<child name="br" />
|
||||
<child name="wbr" />
|
||||
<child name="button" />
|
||||
<child name="cite" />
|
||||
<child name="code" />
|
||||
<child name="del" />
|
||||
<child name="dfn" />
|
||||
<child name="em" />
|
||||
<child name="i" />
|
||||
<child name="mark" />
|
||||
<child name="u" />
|
||||
<child name="data" />
|
||||
<child name="time" />
|
||||
<child name="img" />
|
||||
<child name="audio" />
|
||||
<child name="embed" />
|
||||
<child name="source" />
|
||||
<child name="track" />
|
||||
<child name="video" />
|
||||
<child name="svg" />
|
||||
<child name="input" />
|
||||
<child name="ins" />
|
||||
<child name="kbd" />
|
||||
<child name="label" />
|
||||
<child name="map" />
|
||||
<child name="object" />
|
||||
<child name="q" />
|
||||
<child name="samp" />
|
||||
<child name="script" />
|
||||
<child name="select" />
|
||||
<child name="small" />
|
||||
<child name="span" />
|
||||
<child name="strong" />
|
||||
<child name="sub" />
|
||||
<child name="sup" />
|
||||
<child name="textarea" />
|
||||
<child name="tt" />
|
||||
<child name="var" />
|
||||
</children>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,48 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="audio" hasCore="1" hasI18n="1" hasScript="1">
|
||||
|
||||
<attr name="longdesc" type="url">
|
||||
<text>longdesc</text>
|
||||
<textlocation col="0" row="0" />
|
||||
<location col="1" row="0" colspan="2" />
|
||||
</attr>
|
||||
|
||||
<attr name="src" type="url">
|
||||
<text>src</text>
|
||||
<textlocation col="0" row="1" />
|
||||
<location col="1" row="1" colspan="2" />
|
||||
</attr>
|
||||
|
||||
<attr name="height" type="input">
|
||||
<text>height</text>
|
||||
<textlocation col="0" row="2" />
|
||||
<location col="1" row="2" colspan="2" />
|
||||
</attr>
|
||||
|
||||
<attr name="width" type="input">
|
||||
<text>width</text>
|
||||
<textlocation col="0" row="3" />
|
||||
<location col="1" row="3" colspan="2" />
|
||||
</attr>
|
||||
|
||||
<attr name="alt" type="input">
|
||||
<text>alt</text>
|
||||
<textlocation col="0" row="4" />
|
||||
<location col="1" row="4" colspan="3" />
|
||||
</attr>
|
||||
|
||||
<attr name="usemap" type="input">
|
||||
<text>usemap</text>
|
||||
<textlocation col="0" row="5" />
|
||||
<location col="1" row="5" colspan="3" />
|
||||
</attr>
|
||||
|
||||
<attr name="ismap" type="check">
|
||||
<text>ismap</text>
|
||||
<textlocation col="0" row="6" />
|
||||
<location col="1" row="6" colspan="3" />
|
||||
</attr>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,54 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="b" hasCore="1" hasI18n="1" hasScript="1">
|
||||
<children>
|
||||
<child name="#text" />
|
||||
<child name="a" />
|
||||
<child name="abbr" />
|
||||
<child name="acronym" />
|
||||
<child name="b" />
|
||||
<child name="bdi" />
|
||||
<child name="bdo" />
|
||||
<child name="big" />
|
||||
<child name="br" />
|
||||
<child name="wbr" />
|
||||
<child name="button" />
|
||||
<child name="cite" />
|
||||
<child name="code" />
|
||||
<child name="del" />
|
||||
<child name="dfn" />
|
||||
<child name="em" />
|
||||
<child name="i" />
|
||||
<child name="mark" />
|
||||
<child name="u" />
|
||||
<child name="data" />
|
||||
<child name="time" />
|
||||
<child name="img" />
|
||||
<child name="audio" />
|
||||
<child name="embed" />
|
||||
<child name="source" />
|
||||
<child name="track" />
|
||||
<child name="video" />
|
||||
<child name="svg" />
|
||||
<child name="input" />
|
||||
<child name="ins" />
|
||||
<child name="kbd" />
|
||||
<child name="label" />
|
||||
<child name="map" />
|
||||
<child name="object" />
|
||||
<child name="q" />
|
||||
<child name="samp" />
|
||||
<child name="script" />
|
||||
<child name="select" />
|
||||
<child name="small" />
|
||||
<child name="span" />
|
||||
<child name="strong" />
|
||||
<child name="sub" />
|
||||
<child name="sup" />
|
||||
<child name="textarea" />
|
||||
<child name="tt" />
|
||||
<child name="var" />
|
||||
</children>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="base" single="1">
|
||||
<attr name="id" type="list" source="dcop" interface="QuantaIf" method="idSelectors()" arguments="" > <text>Id</text>
|
||||
<textlocation col="0" row="0" />
|
||||
<location col="1" row="0" />
|
||||
</attr>
|
||||
|
||||
<attr name="href" type="input">
|
||||
<text>Href</text>
|
||||
<textlocation col="0" row="1" />
|
||||
<location col="1" row="1" />
|
||||
</attr>
|
||||
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,65 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="bdi" hasCore="1" hasI18n="1" hasScript="1">
|
||||
|
||||
<attr name="dir" type="list">
|
||||
<text>dir</text>
|
||||
<textlocation col="0" row="1" />
|
||||
<tooltip>This is not widely supported</tooltip>
|
||||
<location col="1" row="1" colspan="2" />
|
||||
<items>
|
||||
<item>ltr</item>
|
||||
<item>rtl</item>
|
||||
</items>
|
||||
</attr>
|
||||
<children>
|
||||
<child name="#text" />
|
||||
<child name="a" />
|
||||
<child name="abbr" />
|
||||
<child name="acronym" />
|
||||
<child name="b" />
|
||||
<child name="bdi" />
|
||||
<child name="bdo" />
|
||||
<child name="big" />
|
||||
<child name="br" />
|
||||
<child name="wbr" />
|
||||
<child name="button" />
|
||||
<child name="cite" />
|
||||
<child name="code" />
|
||||
<child name="del" />
|
||||
<child name="dfn" />
|
||||
<child name="em" />
|
||||
<child name="i" />
|
||||
<child name="mark" />
|
||||
<child name="u" />
|
||||
<child name="data" />
|
||||
<child name="time" />
|
||||
<child name="img" />
|
||||
<child name="audio" />
|
||||
<child name="embed" />
|
||||
<child name="source" />
|
||||
<child name="track" />
|
||||
<child name="video" />
|
||||
<child name="svg" />
|
||||
<child name="input" />
|
||||
<child name="ins" />
|
||||
<child name="kbd" />
|
||||
<child name="label" />
|
||||
<child name="map" />
|
||||
<child name="object" />
|
||||
<child name="q" />
|
||||
<child name="samp" />
|
||||
<child name="script" />
|
||||
<child name="select" />
|
||||
<child name="small" />
|
||||
<child name="span" />
|
||||
<child name="strong" />
|
||||
<child name="sub" />
|
||||
<child name="sup" />
|
||||
<child name="textarea" />
|
||||
<child name="tt" />
|
||||
<child name="var" />
|
||||
</children>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,65 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="bdo" hasCore="1" hasI18n="1" hasScript="1">
|
||||
|
||||
<attr name="dir" type="list">
|
||||
<text>dir</text>
|
||||
<textlocation col="0" row="1" />
|
||||
<tooltip>This is not widely supported</tooltip>
|
||||
<location col="1" row="1" colspan="2" />
|
||||
<items>
|
||||
<item>ltr</item>
|
||||
<item>rtl</item>
|
||||
</items>
|
||||
</attr>
|
||||
<children>
|
||||
<child name="#text" />
|
||||
<child name="a" />
|
||||
<child name="abbr" />
|
||||
<child name="acronym" />
|
||||
<child name="b" />
|
||||
<child name="bdi" />
|
||||
<child name="bdo" />
|
||||
<child name="big" />
|
||||
<child name="br" />
|
||||
<child name="wbr" />
|
||||
<child name="button" />
|
||||
<child name="cite" />
|
||||
<child name="code" />
|
||||
<child name="del" />
|
||||
<child name="dfn" />
|
||||
<child name="em" />
|
||||
<child name="i" />
|
||||
<child name="mark" />
|
||||
<child name="u" />
|
||||
<child name="data" />
|
||||
<child name="time" />
|
||||
<child name="img" />
|
||||
<child name="audio" />
|
||||
<child name="embed" />
|
||||
<child name="source" />
|
||||
<child name="track" />
|
||||
<child name="video" />
|
||||
<child name="svg" />
|
||||
<child name="input" />
|
||||
<child name="ins" />
|
||||
<child name="kbd" />
|
||||
<child name="label" />
|
||||
<child name="map" />
|
||||
<child name="object" />
|
||||
<child name="q" />
|
||||
<child name="samp" />
|
||||
<child name="script" />
|
||||
<child name="select" />
|
||||
<child name="small" />
|
||||
<child name="span" />
|
||||
<child name="strong" />
|
||||
<child name="sub" />
|
||||
<child name="sup" />
|
||||
<child name="textarea" />
|
||||
<child name="tt" />
|
||||
<child name="var" />
|
||||
</children>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,54 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="big" hasCore="1" hasI18n="1" hasScript="1">
|
||||
<children>
|
||||
<child name="#text" />
|
||||
<child name="a" />
|
||||
<child name="abbr" />
|
||||
<child name="acronym" />
|
||||
<child name="b" />
|
||||
<child name="bdi" />
|
||||
<child name="bdo" />
|
||||
<child name="big" />
|
||||
<child name="br" />
|
||||
<child name="wbr" />
|
||||
<child name="button" />
|
||||
<child name="cite" />
|
||||
<child name="code" />
|
||||
<child name="del" />
|
||||
<child name="dfn" />
|
||||
<child name="em" />
|
||||
<child name="i" />
|
||||
<child name="mark" />
|
||||
<child name="u" />
|
||||
<child name="data" />
|
||||
<child name="time" />
|
||||
<child name="img" />
|
||||
<child name="audio" />
|
||||
<child name="embed" />
|
||||
<child name="source" />
|
||||
<child name="track" />
|
||||
<child name="video" />
|
||||
<child name="svg" />
|
||||
<child name="input" />
|
||||
<child name="ins" />
|
||||
<child name="kbd" />
|
||||
<child name="label" />
|
||||
<child name="map" />
|
||||
<child name="object" />
|
||||
<child name="q" />
|
||||
<child name="samp" />
|
||||
<child name="script" />
|
||||
<child name="select" />
|
||||
<child name="small" />
|
||||
<child name="span" />
|
||||
<child name="strong" />
|
||||
<child name="sub" />
|
||||
<child name="sup" />
|
||||
<child name="textarea" />
|
||||
<child name="tt" />
|
||||
<child name="var" />
|
||||
</children>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,49 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="blockquote" hasCore="1" hasI18n="1" hasScript="1">
|
||||
|
||||
<attr name="cite" type="input">
|
||||
<text>cite</text>
|
||||
<textlocation col="0" row="0" />
|
||||
<location col="1" row="0" colspan="2" />
|
||||
</attr>
|
||||
<children>
|
||||
<child name="address" />
|
||||
<child name="article" />
|
||||
<child name="aside" />
|
||||
<child name="center" />
|
||||
<child name="details" />
|
||||
<child name="figcaption" />
|
||||
<child name="figure" />
|
||||
<child name="footer" />
|
||||
<child name="header" />
|
||||
<child name="main" />
|
||||
<child name="nav" />
|
||||
<child name="picture" />
|
||||
<child name="section" />
|
||||
<child name="blockquote" />
|
||||
<child name="del" />
|
||||
<child name="di" />
|
||||
<child name="dl" />
|
||||
<child name="fieldset" />
|
||||
<child name="form" />
|
||||
<child name="h1" />
|
||||
<child name="h2" />
|
||||
<child name="h3" />
|
||||
<child name="h4" />
|
||||
<child name="h5" />
|
||||
<child name="h6" />
|
||||
<child name="hr" />
|
||||
<child name="ins" />
|
||||
<child name="noscript" />
|
||||
<child name="ol" />
|
||||
<child name="p" />
|
||||
<child name="pre" />
|
||||
<child name="script" />
|
||||
<child name="table" />
|
||||
<child name="ul" />
|
||||
<child name="dir" />
|
||||
</children>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,55 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="body" hasCore="1" hasI18n="1" hasScript="1">
|
||||
<attr name="onload" type="input">
|
||||
<text>onload</text>
|
||||
<textlocation col="0" row="0" />
|
||||
<location col="1" row="0" colspan="2" />
|
||||
</attr>
|
||||
|
||||
<attr name="onunload" type="input">
|
||||
<text>onunload</text>
|
||||
<textlocation col="0" row="1" />
|
||||
<location col="1" row="1" colspan="2" />
|
||||
</attr>
|
||||
|
||||
<children>
|
||||
<child name="address" />
|
||||
<child name="article" />
|
||||
<child name="aside" />
|
||||
<child name="center" />
|
||||
<child name="details" />
|
||||
<child name="figcaption" />
|
||||
<child name="figure" />
|
||||
<child name="footer" />
|
||||
<child name="header" />
|
||||
<child name="main" />
|
||||
<child name="nav" />
|
||||
<child name="picture" />
|
||||
<child name="section" />
|
||||
<child name="blockquote" />
|
||||
<child name="del" />
|
||||
<child name="div" />
|
||||
<child name="dl" />
|
||||
<child name="fieldset" />
|
||||
<child name="form" />
|
||||
<child name="h1" />
|
||||
<child name="h2" />
|
||||
<child name="h3" />
|
||||
<child name="h4" />
|
||||
<child name="h5" />
|
||||
<child name="h6" />
|
||||
<child name="hr" />
|
||||
<child name="ins" />
|
||||
<child name="noscript" />
|
||||
<child name="ol" />
|
||||
<child name="p" />
|
||||
<child name="pre" />
|
||||
<child name="script" />
|
||||
<child name="table" />
|
||||
<child name="ul" />
|
||||
<child name="dir" />
|
||||
</children>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="br" hasCore="1" single="1" />
|
||||
</TAGS>
|
@ -0,0 +1,91 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="button" hasFocus="1" hasCore="1" hasI18n="1" hasScript="1">
|
||||
|
||||
<attr name="value" type="input" />
|
||||
|
||||
<attr name="type" type="list">
|
||||
<items>
|
||||
<item>submit</item>
|
||||
<item>button</item>
|
||||
<item>reset</item>
|
||||
</items>
|
||||
</attr>
|
||||
|
||||
<attr name="disabled" type="check" />
|
||||
|
||||
<children>
|
||||
<child name="#text" />
|
||||
<child name="abbr" />
|
||||
<child name="acronym" />
|
||||
<child name="address" />
|
||||
<child name="article" />
|
||||
<child name="aside" />
|
||||
<child name="center" />
|
||||
<child name="details" />
|
||||
<child name="figcaption" />
|
||||
<child name="figure" />
|
||||
<child name="footer" />
|
||||
<child name="header" />
|
||||
<child name="main" />
|
||||
<child name="nav" />
|
||||
<child name="picture" />
|
||||
<child name="section" />
|
||||
<child name="b" />
|
||||
<child name="bdi" />
|
||||
<child name="bdo" />
|
||||
<child name="big" />
|
||||
<child name="blockquote" />
|
||||
<child name="br" />
|
||||
<child name="wbr" />
|
||||
<child name="cite" />
|
||||
<child name="code" />
|
||||
<child name="del" />
|
||||
<child name="dfn" />
|
||||
<child name="div" />
|
||||
<child name="dl" />
|
||||
<child name="em" />
|
||||
<child name="h1" />
|
||||
<child name="h2" />
|
||||
<child name="h3" />
|
||||
<child name="h4" />
|
||||
<child name="h5" />
|
||||
<child name="h6" />
|
||||
<child name="hr" />
|
||||
<child name="i" />
|
||||
<child name="mark" />
|
||||
<child name="u" />
|
||||
<child name="data" />
|
||||
<child name="time" />
|
||||
<child name="img" />
|
||||
<child name="audio" />
|
||||
<child name="embed" />
|
||||
<child name="source" />
|
||||
<child name="track" />
|
||||
<child name="video" />
|
||||
<child name="svg" />
|
||||
<child name="ins" />
|
||||
<child name="kbd" />
|
||||
<child name="map" />
|
||||
<child name="noscript" />
|
||||
<child name="object" />
|
||||
<child name="ol" />
|
||||
<child name="p" />
|
||||
<child name="pre" />
|
||||
<child name="q" />
|
||||
<child name="samp" />
|
||||
<child name="script" />
|
||||
<child name="small" />
|
||||
<child name="span" />
|
||||
<child name="strong" />
|
||||
<child name="sub" />
|
||||
<child name="sup" />
|
||||
<child name="table" />
|
||||
<child name="tt" />
|
||||
<child name="ul" />
|
||||
<child name="dir" />
|
||||
<child name="var" />
|
||||
</children>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,54 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="caption" hasCore="1" hasI18n="1" hasScript="1">
|
||||
<children>
|
||||
<child name="#text" />
|
||||
<child name="a" />
|
||||
<child name="abbr" />
|
||||
<child name="acronym" />
|
||||
<child name="b" />
|
||||
<child name="bdi" />
|
||||
<child name="bdo" />
|
||||
<child name="big" />
|
||||
<child name="br" />
|
||||
<child name="wbr" />
|
||||
<child name="button" />
|
||||
<child name="cite" />
|
||||
<child name="code" />
|
||||
<child name="del" />
|
||||
<child name="dfn" />
|
||||
<child name="em" />
|
||||
<child name="i" />
|
||||
<child name="mark" />
|
||||
<child name="u" />
|
||||
<child name="data" />
|
||||
<child name="time" />
|
||||
<child name="img" />
|
||||
<child name="audio" />
|
||||
<child name="embed" />
|
||||
<child name="source" />
|
||||
<child name="track" />
|
||||
<child name="video" />
|
||||
<child name="svg" />
|
||||
<child name="input" />
|
||||
<child name="ins" />
|
||||
<child name="kbd" />
|
||||
<child name="label" />
|
||||
<child name="map" />
|
||||
<child name="object" />
|
||||
<child name="q" />
|
||||
<child name="samp" />
|
||||
<child name="script" />
|
||||
<child name="select" />
|
||||
<child name="small" />
|
||||
<child name="span" />
|
||||
<child name="strong" />
|
||||
<child name="sub" />
|
||||
<child name="sup" />
|
||||
<child name="textarea" />
|
||||
<child name="tt" />
|
||||
<child name="var" />
|
||||
</children>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,54 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="center" hasCore="1" hasI18n="1" hasScript="1">
|
||||
<children>
|
||||
<child name="#text" />
|
||||
<child name="a" />
|
||||
<child name="abbr" />
|
||||
<child name="acronym" />
|
||||
<child name="b" />
|
||||
<child name="bdi" />
|
||||
<child name="bdo" />
|
||||
<child name="big" />
|
||||
<child name="br" />
|
||||
<child name="wbr" />
|
||||
<child name="button" />
|
||||
<child name="cite" />
|
||||
<child name="code" />
|
||||
<child name="del" />
|
||||
<child name="dfn" />
|
||||
<child name="em" />
|
||||
<child name="i" />
|
||||
<child name="mark" />
|
||||
<child name="u" />
|
||||
<child name="data" />
|
||||
<child name="time" />
|
||||
<child name="img" />
|
||||
<child name="audio" />
|
||||
<child name="embed" />
|
||||
<child name="source" />
|
||||
<child name="track" />
|
||||
<child name="video" />
|
||||
<child name="svg" />
|
||||
<child name="input" />
|
||||
<child name="ins" />
|
||||
<child name="kbd" />
|
||||
<child name="label" />
|
||||
<child name="map" />
|
||||
<child name="object" />
|
||||
<child name="q" />
|
||||
<child name="samp" />
|
||||
<child name="script" />
|
||||
<child name="select" />
|
||||
<child name="small" />
|
||||
<child name="span" />
|
||||
<child name="strong" />
|
||||
<child name="sub" />
|
||||
<child name="sup" />
|
||||
<child name="textarea" />
|
||||
<child name="tt" />
|
||||
<child name="var" />
|
||||
</children>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,54 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="cite" hasCore="1" hasI18n="1" hasScript="1">
|
||||
<children>
|
||||
<child name="#text" />
|
||||
<child name="a" />
|
||||
<child name="abbr" />
|
||||
<child name="acronym" />
|
||||
<child name="b" />
|
||||
<child name="bdi" />
|
||||
<child name="bdo" />
|
||||
<child name="big" />
|
||||
<child name="br" />
|
||||
<child name="wbr" />
|
||||
<child name="button" />
|
||||
<child name="cite" />
|
||||
<child name="code" />
|
||||
<child name="del" />
|
||||
<child name="dfn" />
|
||||
<child name="em" />
|
||||
<child name="i" />
|
||||
<child name="mark" />
|
||||
<child name="u" />
|
||||
<child name="data" />
|
||||
<child name="time" />
|
||||
<child name="img" />
|
||||
<child name="audio" />
|
||||
<child name="embed" />
|
||||
<child name="source" />
|
||||
<child name="track" />
|
||||
<child name="video" />
|
||||
<child name="svg" />
|
||||
<child name="input" />
|
||||
<child name="ins" />
|
||||
<child name="kbd" />
|
||||
<child name="label" />
|
||||
<child name="map" />
|
||||
<child name="object" />
|
||||
<child name="q" />
|
||||
<child name="samp" />
|
||||
<child name="script" />
|
||||
<child name="select" />
|
||||
<child name="small" />
|
||||
<child name="span" />
|
||||
<child name="strong" />
|
||||
<child name="sub" />
|
||||
<child name="sup" />
|
||||
<child name="textarea" />
|
||||
<child name="tt" />
|
||||
<child name="var" />
|
||||
</children>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,54 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="code" hasCore="1" hasI18n="1" hasScript="1">
|
||||
<children>
|
||||
<child name="#text" />
|
||||
<child name="a" />
|
||||
<child name="abbr" />
|
||||
<child name="acronym" />
|
||||
<child name="b" />
|
||||
<child name="bdi" />
|
||||
<child name="bdo" />
|
||||
<child name="big" />
|
||||
<child name="br" />
|
||||
<child name="wbr" />
|
||||
<child name="button" />
|
||||
<child name="cite" />
|
||||
<child name="code" />
|
||||
<child name="del" />
|
||||
<child name="dfn" />
|
||||
<child name="em" />
|
||||
<child name="i" />
|
||||
<child name="mark" />
|
||||
<child name="u" />
|
||||
<child name="data" />
|
||||
<child name="time" />
|
||||
<child name="img" />
|
||||
<child name="audio" />
|
||||
<child name="embed" />
|
||||
<child name="source" />
|
||||
<child name="track" />
|
||||
<child name="video" />
|
||||
<child name="svg" />
|
||||
<child name="input" />
|
||||
<child name="ins" />
|
||||
<child name="kbd" />
|
||||
<child name="label" />
|
||||
<child name="map" />
|
||||
<child name="object" />
|
||||
<child name="q" />
|
||||
<child name="samp" />
|
||||
<child name="script" />
|
||||
<child name="select" />
|
||||
<child name="small" />
|
||||
<child name="span" />
|
||||
<child name="strong" />
|
||||
<child name="sub" />
|
||||
<child name="sup" />
|
||||
<child name="textarea" />
|
||||
<child name="tt" />
|
||||
<child name="var" />
|
||||
</children>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,60 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="col" hasCore="1" hasI18n="1" hasScript="1">
|
||||
|
||||
<attr name="width" type="input">
|
||||
<text>width</text>
|
||||
<textlocation col="0" row="0" />
|
||||
<tooltip>Use % for percent or it will set pixels
|
||||
You can add multiple values with commas</tooltip>
|
||||
<location col="1" row="0" />
|
||||
</attr>
|
||||
|
||||
<attr name="span" type="input">
|
||||
<text>span</text>
|
||||
<textlocation col="0" row="1" />
|
||||
<location col="1" row="1" />
|
||||
</attr>
|
||||
|
||||
<attr name="align" type="list">
|
||||
<text>align</text>
|
||||
<textlocation col="0" row="2" />
|
||||
<items>
|
||||
<item>left</item>
|
||||
<item>center</item>
|
||||
<item>right</item>
|
||||
<item>justify</item>
|
||||
<item>char</item>
|
||||
</items>
|
||||
<location col="1" row="2" />
|
||||
</attr>
|
||||
|
||||
<attr name="valign" type="list">
|
||||
<text>valign</text>
|
||||
<textlocation col="0" row="3" />
|
||||
<items>
|
||||
<item>baseline</item>
|
||||
<item>bottom</item>
|
||||
<item>middle</item>
|
||||
<item>top</item>
|
||||
</items>
|
||||
<location col="1" row="3" colspan="1" />
|
||||
</attr>
|
||||
|
||||
<attr name="char" type="input">
|
||||
<text>char</text>
|
||||
<textlocation col="0" row="4" />
|
||||
<tooltip>alignment character for cells</tooltip>
|
||||
<location col="1" row="4" />
|
||||
</attr>
|
||||
|
||||
<attr name="charoff" type="input">
|
||||
<text>charoff</text>
|
||||
<textlocation col="0" row="5" />
|
||||
<tooltip>alignment character offset</tooltip>
|
||||
<location col="1" row="5" />
|
||||
</attr>
|
||||
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,63 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="colgroup" hasCore="1" hasI18n="1" hasScript="1">
|
||||
|
||||
<attr name="width" type="input">
|
||||
<text>width</text>
|
||||
<textlocation col="0" row="0" />
|
||||
<tooltip>Use % for percent or it will set pixels
|
||||
You can add multiple values with commas</tooltip>
|
||||
<location col="1" row="0" />
|
||||
</attr>
|
||||
|
||||
<attr name="span" type="input">
|
||||
<text>span</text>
|
||||
<textlocation col="0" row="1" />
|
||||
<location col="1" row="1" />
|
||||
</attr>
|
||||
|
||||
<attr name="align" type="list">
|
||||
<text>align</text>
|
||||
<textlocation col="0" row="2" />
|
||||
<items>
|
||||
<item>left</item>
|
||||
<item>center</item>
|
||||
<item>right</item>
|
||||
<item>justify</item>
|
||||
<item>char</item>
|
||||
</items>
|
||||
<location col="1" row="2" />
|
||||
</attr>
|
||||
|
||||
<attr name="valign" type="list">
|
||||
<text>valign</text>
|
||||
<textlocation col="0" row="3" />
|
||||
<items>
|
||||
<item>baseline</item>
|
||||
<item>bottom</item>
|
||||
<item>middle</item>
|
||||
<item>top</item>
|
||||
</items>
|
||||
<location col="1" row="3" colspan="1" />
|
||||
</attr>
|
||||
|
||||
<attr name="char" type="input">
|
||||
<text>char</text>
|
||||
<textlocation col="0" row="4" />
|
||||
<tooltip>alignment character for cells</tooltip>
|
||||
<location col="1" row="4" />
|
||||
</attr>
|
||||
|
||||
<attr name="charoff" type="input">
|
||||
<text>charoff</text>
|
||||
<textlocation col="0" row="5" />
|
||||
<tooltip>alignment character offset</tooltip>
|
||||
<location col="1" row="5" />
|
||||
</attr>
|
||||
<children>
|
||||
<child name="col" usage="required" />
|
||||
</children>
|
||||
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,56 @@
|
||||
<?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>
|
||||
<attr name="style" type="css-style">
|
||||
</attr>
|
||||
<attr name="title" type="input">
|
||||
</attr>
|
||||
</tag>
|
||||
|
||||
<tag name="I18n" common="yes">
|
||||
<attr name="xml:lang" type="input">
|
||||
</attr>
|
||||
<attr name="dir" type="input">
|
||||
</attr>
|
||||
</tag>
|
||||
|
||||
<tag name="Script" common="yes">
|
||||
<attr name="onclick" type="input">
|
||||
</attr>
|
||||
<attr name="ondblclick" type="input">
|
||||
</attr>
|
||||
<attr name="onmousedown" type="input">
|
||||
</attr>
|
||||
<attr name="onmouseup" type="input">
|
||||
</attr>
|
||||
<attr name="onmouseover" type="input">
|
||||
</attr>
|
||||
<attr name="onmousemove" type="input">
|
||||
</attr>
|
||||
<attr name="onmouseout" type="input">
|
||||
</attr>
|
||||
<attr name="onkeypress" type="input">
|
||||
</attr>
|
||||
<attr name="onkeydown" type="input">
|
||||
</attr>
|
||||
<attr name="onkeyup" type="input">
|
||||
</attr>
|
||||
</tag>
|
||||
|
||||
<tag name="Focus" common="yes">
|
||||
<attr name="accesskey" type="input">
|
||||
</attr>
|
||||
<attr name="tabindex" type="input">
|
||||
</attr>
|
||||
<attr name="onfocus" type="input">
|
||||
</attr>
|
||||
<attr name="onblur" type="input">
|
||||
</attr>
|
||||
</tag>
|
||||
|
||||
</TAGS>
|
@ -0,0 +1,92 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="del" hasCore="1" hasI18n="1" hasScript="1">
|
||||
|
||||
<attr name="value" type="input">
|
||||
<text>value</text>
|
||||
<textlocation col="0" row="0" />
|
||||
<location col="1" row="0" colspan="2" />
|
||||
</attr>
|
||||
<children>
|
||||
<child name="#text" />
|
||||
<child name="a" />
|
||||
<child name="abbr" />
|
||||
<child name="acronym" />
|
||||
<child name="address" />
|
||||
<child name="article" />
|
||||
<child name="aside" />
|
||||
<child name="center" />
|
||||
<child name="details" />
|
||||
<child name="figcaption" />
|
||||
<child name="figure" />
|
||||
<child name="footer" />
|
||||
<child name="header" />
|
||||
<child name="main" />
|
||||
<child name="nav" />
|
||||
<child name="picture" />
|
||||
<child name="section" />
|
||||
<child name="b" />
|
||||
<child name="bdi" />
|
||||
<child name="bdo" />
|
||||
<child name="big" />
|
||||
<child name="blockquote" />
|
||||
<child name="br" />
|
||||
<child name="wbr" />
|
||||
<child name="button" />
|
||||
<child name="cite" />
|
||||
<child name="code" />
|
||||
<child name="del" />
|
||||
<child name="dfn" />
|
||||
<child name="div" />
|
||||
<child name="dl" />
|
||||
<child name="em" />
|
||||
<child name="fieldset" />
|
||||
<child name="form" />
|
||||
<child name="h1" />
|
||||
<child name="h2" />
|
||||
<child name="h3" />
|
||||
<child name="h4" />
|
||||
<child name="h5" />
|
||||
<child name="h6" />
|
||||
<child name="hr" />
|
||||
<child name="i" />
|
||||
<child name="mark" />
|
||||
<child name="u" />
|
||||
<child name="data" />
|
||||
<child name="time" />
|
||||
<child name="img" />
|
||||
<child name="audio" />
|
||||
<child name="embed" />
|
||||
<child name="source" />
|
||||
<child name="track" />
|
||||
<child name="video" />
|
||||
<child name="svg" />
|
||||
<child name="input" />
|
||||
<child name="ins" />
|
||||
<child name="kbd" />
|
||||
<child name="label" />
|
||||
<child name="map" />
|
||||
<child name="noscript" />
|
||||
<child name="object" />
|
||||
<child name="ol" />
|
||||
<child name="p" />
|
||||
<child name="pre" />
|
||||
<child name="q" />
|
||||
<child name="samp" />
|
||||
<child name="script" />
|
||||
<child name="select" />
|
||||
<child name="small" />
|
||||
<child name="span" />
|
||||
<child name="strong" />
|
||||
<child name="sub" />
|
||||
<child name="sup" />
|
||||
<child name="table" />
|
||||
<child name="textarea" />
|
||||
<child name="tt" />
|
||||
<child name="ul" />
|
||||
<child name="dir" />
|
||||
<child name="var" />
|
||||
</children>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,86 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="dd" hasCore="1" hasI18n="1" hasScript="1">
|
||||
<children>
|
||||
<child name="#text" />
|
||||
<child name="a" />
|
||||
<child name="abbr" />
|
||||
<child name="acronym" />
|
||||
<child name="address" />
|
||||
<child name="article" />
|
||||
<child name="aside" />
|
||||
<child name="center" />
|
||||
<child name="details" />
|
||||
<child name="figcaption" />
|
||||
<child name="figure" />
|
||||
<child name="footer" />
|
||||
<child name="header" />
|
||||
<child name="main" />
|
||||
<child name="nav" />
|
||||
<child name="picture" />
|
||||
<child name="section" />
|
||||
<child name="b" />
|
||||
<child name="bdi" />
|
||||
<child name="bdo" />
|
||||
<child name="big" />
|
||||
<child name="blockquote" />
|
||||
<child name="br" />
|
||||
<child name="wbr" />
|
||||
<child name="button" />
|
||||
<child name="cite" />
|
||||
<child name="code" />
|
||||
<child name="del" />
|
||||
<child name="dfn" />
|
||||
<child name="div" />
|
||||
<child name="dl" />
|
||||
<child name="em" />
|
||||
<child name="fieldset" />
|
||||
<child name="form" />
|
||||
<child name="h1" />
|
||||
<child name="h2" />
|
||||
<child name="h3" />
|
||||
<child name="h4" />
|
||||
<child name="h5" />
|
||||
<child name="h6" />
|
||||
<child name="hr" />
|
||||
<child name="i" />
|
||||
<child name="mark" />
|
||||
<child name="u" />
|
||||
<child name="data" />
|
||||
<child name="time" />
|
||||
<child name="img" />
|
||||
<child name="audio" />
|
||||
<child name="embed" />
|
||||
<child name="source" />
|
||||
<child name="track" />
|
||||
<child name="video" />
|
||||
<child name="svg" />
|
||||
<child name="input" />
|
||||
<child name="ins" />
|
||||
<child name="kbd" />
|
||||
<child name="label" />
|
||||
<child name="map" />
|
||||
<child name="noscript" />
|
||||
<child name="object" />
|
||||
<child name="ol" />
|
||||
<child name="p" />
|
||||
<child name="pre" />
|
||||
<child name="q" />
|
||||
<child name="samp" />
|
||||
<child name="script" />
|
||||
<child name="select" />
|
||||
<child name="small" />
|
||||
<child name="span" />
|
||||
<child name="strong" />
|
||||
<child name="sub" />
|
||||
<child name="sup" />
|
||||
<child name="table" />
|
||||
<child name="textarea" />
|
||||
<child name="tt" />
|
||||
<child name="ul" />
|
||||
<child name="dir" />
|
||||
<child name="var" />
|
||||
</children>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,98 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="del" hasCore="1" hasI18n="1" hasScript="1">
|
||||
|
||||
<attr name="cite" type="input">
|
||||
<text>cite</text>
|
||||
<textlocation col="0" row="0" />
|
||||
<location col="1" row="0" colspan="2" />
|
||||
</attr>
|
||||
|
||||
<attr name="datetime" type="input">
|
||||
<text>datetime</text>
|
||||
<textlocation col="0" row="1" />
|
||||
<location col="1" row="1" colspan="2" />
|
||||
</attr>
|
||||
<children>
|
||||
<child name="#text" />
|
||||
<child name="a" />
|
||||
<child name="abbr" />
|
||||
<child name="acronym" />
|
||||
<child name="address" />
|
||||
<child name="article" />
|
||||
<child name="aside" />
|
||||
<child name="center" />
|
||||
<child name="details" />
|
||||
<child name="figcaption" />
|
||||
<child name="figure" />
|
||||
<child name="footer" />
|
||||
<child name="header" />
|
||||
<child name="main" />
|
||||
<child name="nav" />
|
||||
<child name="picture" />
|
||||
<child name="section" />
|
||||
<child name="b" />
|
||||
<child name="bdi" />
|
||||
<child name="bdo" />
|
||||
<child name="big" />
|
||||
<child name="blockquote" />
|
||||
<child name="br" />
|
||||
<child name="wbr" />
|
||||
<child name="button" />
|
||||
<child name="cite" />
|
||||
<child name="code" />
|
||||
<child name="del" />
|
||||
<child name="dfn" />
|
||||
<child name="div" />
|
||||
<child name="dl" />
|
||||
<child name="em" />
|
||||
<child name="fieldset" />
|
||||
<child name="form" />
|
||||
<child name="h1" />
|
||||
<child name="h2" />
|
||||
<child name="h3" />
|
||||
<child name="h4" />
|
||||
<child name="h5" />
|
||||
<child name="h6" />
|
||||
<child name="hr" />
|
||||
<child name="i" />
|
||||
<child name="mark" />
|
||||
<child name="u" />
|
||||
<child name="data" />
|
||||
<child name="time" />
|
||||
<child name="img" />
|
||||
<child name="audio" />
|
||||
<child name="embed" />
|
||||
<child name="source" />
|
||||
<child name="track" />
|
||||
<child name="video" />
|
||||
<child name="svg" />
|
||||
<child name="input" />
|
||||
<child name="ins" />
|
||||
<child name="kbd" />
|
||||
<child name="label" />
|
||||
<child name="map" />
|
||||
<child name="noscript" />
|
||||
<child name="object" />
|
||||
<child name="ol" />
|
||||
<child name="p" />
|
||||
<child name="pre" />
|
||||
<child name="q" />
|
||||
<child name="samp" />
|
||||
<child name="script" />
|
||||
<child name="select" />
|
||||
<child name="small" />
|
||||
<child name="span" />
|
||||
<child name="strong" />
|
||||
<child name="sub" />
|
||||
<child name="sup" />
|
||||
<child name="table" />
|
||||
<child name="textarea" />
|
||||
<child name="tt" />
|
||||
<child name="ul" />
|
||||
<child name="dir" />
|
||||
<child name="var" />
|
||||
</children>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,58 @@
|
||||
[General]
|
||||
Name = HTML 5
|
||||
NickName = HTML 5
|
||||
URL = https://www.w3.org/TR/html5/syntax.html#the-doctype
|
||||
DoctypeString = html
|
||||
MimeTypes = text/html
|
||||
DefaultExtension = html
|
||||
Groups = Core, I18n, Script,Focus
|
||||
NumOfPages = 3
|
||||
CaseSensitive = true
|
||||
Documentation = HTML
|
||||
|
||||
[Toolbars]
|
||||
Location = html5
|
||||
Names = base, style, meta, tools
|
||||
|
||||
[Page1]
|
||||
Title = Core and i18n
|
||||
Groups = Core, I18n
|
||||
|
||||
[Page2]
|
||||
Title = Events
|
||||
Groups = Script
|
||||
|
||||
[Page3]
|
||||
Title = Focus
|
||||
Groups = Focus
|
||||
|
||||
[Extra rules]
|
||||
BooleanAttributes = simple
|
||||
Single Tag Style = XML
|
||||
StructGroupsCount = 3
|
||||
|
||||
[Parsing rules]
|
||||
SpecialTags = script(language)
|
||||
MayContain = php, css
|
||||
|
||||
[StructGroup_1]
|
||||
Name = Images (anchor)
|
||||
No_Name = No Images (anchor)
|
||||
Icon = image
|
||||
Tag = img(src)
|
||||
HasFileName = true
|
||||
|
||||
[StructGroup_2]
|
||||
Name = Links
|
||||
No_Name = No Links
|
||||
Icon = www
|
||||
Tag = a(name,href)
|
||||
HasFileName = true
|
||||
FileNameRx = .*\||#.*
|
||||
|
||||
[StructGroup_3]
|
||||
Name = Resources (link)
|
||||
No_Name = No Links (link)
|
||||
Icon = www
|
||||
Tag = link(href)
|
||||
HasFileName = true
|
@ -0,0 +1,54 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="details" hasCore="1" hasI18n="1" hasScript="1">
|
||||
<children>
|
||||
<child name="#text" />
|
||||
<child name="a" />
|
||||
<child name="abbr" />
|
||||
<child name="acronym" />
|
||||
<child name="b" />
|
||||
<child name="bdi" />
|
||||
<child name="bdo" />
|
||||
<child name="big" />
|
||||
<child name="br" />
|
||||
<child name="wbr" />
|
||||
<child name="button" />
|
||||
<child name="cite" />
|
||||
<child name="code" />
|
||||
<child name="del" />
|
||||
<child name="dfn" />
|
||||
<child name="em" />
|
||||
<child name="i" />
|
||||
<child name="mark" />
|
||||
<child name="u" />
|
||||
<child name="data" />
|
||||
<child name="time" />
|
||||
<child name="img" />
|
||||
<child name="audio" />
|
||||
<child name="embed" />
|
||||
<child name="source" />
|
||||
<child name="track" />
|
||||
<child name="video" />
|
||||
<child name="svg" />
|
||||
<child name="input" />
|
||||
<child name="ins" />
|
||||
<child name="kbd" />
|
||||
<child name="label" />
|
||||
<child name="map" />
|
||||
<child name="object" />
|
||||
<child name="q" />
|
||||
<child name="samp" />
|
||||
<child name="script" />
|
||||
<child name="select" />
|
||||
<child name="small" />
|
||||
<child name="span" />
|
||||
<child name="strong" />
|
||||
<child name="sub" />
|
||||
<child name="sup" />
|
||||
<child name="textarea" />
|
||||
<child name="tt" />
|
||||
<child name="var" />
|
||||
</children>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,54 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="dfn" hasCore="1" hasI18n="1" hasScript="1">
|
||||
<children>
|
||||
<child name="#text" />
|
||||
<child name="a" />
|
||||
<child name="abbr" />
|
||||
<child name="acronym" />
|
||||
<child name="b" />
|
||||
<child name="bdi" />
|
||||
<child name="bdo" />
|
||||
<child name="big" />
|
||||
<child name="br" />
|
||||
<child name="wbr" />
|
||||
<child name="button" />
|
||||
<child name="cite" />
|
||||
<child name="code" />
|
||||
<child name="del" />
|
||||
<child name="dfn" />
|
||||
<child name="em" />
|
||||
<child name="i" />
|
||||
<child name="mark" />
|
||||
<child name="u" />
|
||||
<child name="data" />
|
||||
<child name="time" />
|
||||
<child name="img" />
|
||||
<child name="audio" />
|
||||
<child name="embed" />
|
||||
<child name="source" />
|
||||
<child name="track" />
|
||||
<child name="video" />
|
||||
<child name="svg" />
|
||||
<child name="input" />
|
||||
<child name="ins" />
|
||||
<child name="kbd" />
|
||||
<child name="label" />
|
||||
<child name="map" />
|
||||
<child name="object" />
|
||||
<child name="q" />
|
||||
<child name="samp" />
|
||||
<child name="script" />
|
||||
<child name="select" />
|
||||
<child name="small" />
|
||||
<child name="span" />
|
||||
<child name="strong" />
|
||||
<child name="sub" />
|
||||
<child name="sup" />
|
||||
<child name="textarea" />
|
||||
<child name="tt" />
|
||||
<child name="var" />
|
||||
</children>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="dir" hasCore="1" hasI18n="1" hasScript="1">
|
||||
|
||||
<children>
|
||||
<child name="li" usage="required" />
|
||||
</children>
|
||||
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,86 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="div" hasCore="1" hasI18n="1" hasScript="1" scope="paragraph">
|
||||
<children>
|
||||
<child name="#text" />
|
||||
<child name="a" />
|
||||
<child name="abbr" />
|
||||
<child name="acronym" />
|
||||
<child name="address" />
|
||||
<child name="article" />
|
||||
<child name="aside" />
|
||||
<child name="center" />
|
||||
<child name="details" />
|
||||
<child name="figcaption" />
|
||||
<child name="figure" />
|
||||
<child name="footer" />
|
||||
<child name="header" />
|
||||
<child name="main" />
|
||||
<child name="nav" />
|
||||
<child name="picture" />
|
||||
<child name="section" />
|
||||
<child name="b" />
|
||||
<child name="bdi" />
|
||||
<child name="bdo" />
|
||||
<child name="big" />
|
||||
<child name="blockquote" />
|
||||
<child name="br" />
|
||||
<child name="wbr" />
|
||||
<child name="button" />
|
||||
<child name="cite" />
|
||||
<child name="code" />
|
||||
<child name="del" />
|
||||
<child name="dfn" />
|
||||
<child name="div" />
|
||||
<child name="dl" />
|
||||
<child name="em" />
|
||||
<child name="fieldset" />
|
||||
<child name="form" />
|
||||
<child name="h1" />
|
||||
<child name="h2" />
|
||||
<child name="h3" />
|
||||
<child name="h4" />
|
||||
<child name="h5" />
|
||||
<child name="h6" />
|
||||
<child name="hr" />
|
||||
<child name="i" />
|
||||
<child name="mark" />
|
||||
<child name="u" />
|
||||
<child name="data" />
|
||||
<child name="time" />
|
||||
<child name="img" />
|
||||
<child name="audio" />
|
||||
<child name="embed" />
|
||||
<child name="source" />
|
||||
<child name="track" />
|
||||
<child name="video" />
|
||||
<child name="svg" />
|
||||
<child name="input" />
|
||||
<child name="ins" />
|
||||
<child name="kbd" />
|
||||
<child name="label" />
|
||||
<child name="map" />
|
||||
<child name="noscript" />
|
||||
<child name="object" />
|
||||
<child name="ol" />
|
||||
<child name="p" />
|
||||
<child name="pre" />
|
||||
<child name="q" />
|
||||
<child name="samp" />
|
||||
<child name="script" />
|
||||
<child name="select" />
|
||||
<child name="small" />
|
||||
<child name="span" />
|
||||
<child name="strong" />
|
||||
<child name="sub" />
|
||||
<child name="sup" />
|
||||
<child name="table" />
|
||||
<child name="textarea" />
|
||||
<child name="tt" />
|
||||
<child name="ul" />
|
||||
<child name="dir" />
|
||||
<child name="var" />
|
||||
</children>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="dl" hasCore="1" hasI18n="1" hasScript="1">
|
||||
<children>
|
||||
<child name="dt" />
|
||||
<child name="dd" />
|
||||
</children>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,54 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="dt" hasCore="1" hasI18n="1" hasScript="1">
|
||||
<children>
|
||||
<child name="#text" />
|
||||
<child name="a" />
|
||||
<child name="abbr" />
|
||||
<child name="acronym" />
|
||||
<child name="b" />
|
||||
<child name="bdi" />
|
||||
<child name="bdo" />
|
||||
<child name="big" />
|
||||
<child name="br" />
|
||||
<child name="wbr" />
|
||||
<child name="button" />
|
||||
<child name="cite" />
|
||||
<child name="code" />
|
||||
<child name="del" />
|
||||
<child name="dfn" />
|
||||
<child name="em" />
|
||||
<child name="i" />
|
||||
<child name="mark" />
|
||||
<child name="u" />
|
||||
<child name="data" />
|
||||
<child name="time" />
|
||||
<child name="img" />
|
||||
<child name="audio" />
|
||||
<child name="embed" />
|
||||
<child name="source" />
|
||||
<child name="track" />
|
||||
<child name="video" />
|
||||
<child name="svg" />
|
||||
<child name="input" />
|
||||
<child name="ins" />
|
||||
<child name="kbd" />
|
||||
<child name="label" />
|
||||
<child name="map" />
|
||||
<child name="object" />
|
||||
<child name="q" />
|
||||
<child name="samp" />
|
||||
<child name="script" />
|
||||
<child name="select" />
|
||||
<child name="small" />
|
||||
<child name="span" />
|
||||
<child name="strong" />
|
||||
<child name="sub" />
|
||||
<child name="sup" />
|
||||
<child name="textarea" />
|
||||
<child name="tt" />
|
||||
<child name="var" />
|
||||
</children>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,54 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="em" hasCore="1" hasI18n="1" hasScript="1">
|
||||
<children>
|
||||
<child name="#text" />
|
||||
<child name="a" />
|
||||
<child name="abbr" />
|
||||
<child name="acronym" />
|
||||
<child name="b" />
|
||||
<child name="bdi" />
|
||||
<child name="bdo" />
|
||||
<child name="big" />
|
||||
<child name="br" />
|
||||
<child name="wbr" />
|
||||
<child name="button" />
|
||||
<child name="cite" />
|
||||
<child name="code" />
|
||||
<child name="del" />
|
||||
<child name="dfn" />
|
||||
<child name="em" />
|
||||
<child name="i" />
|
||||
<child name="mark" />
|
||||
<child name="u" />
|
||||
<child name="data" />
|
||||
<child name="time" />
|
||||
<child name="img" />
|
||||
<child name="audio" />
|
||||
<child name="embed" />
|
||||
<child name="source" />
|
||||
<child name="track" />
|
||||
<child name="video" />
|
||||
<child name="svg" />
|
||||
<child name="input" />
|
||||
<child name="ins" />
|
||||
<child name="kbd" />
|
||||
<child name="label" />
|
||||
<child name="map" />
|
||||
<child name="object" />
|
||||
<child name="q" />
|
||||
<child name="samp" />
|
||||
<child name="script" />
|
||||
<child name="select" />
|
||||
<child name="small" />
|
||||
<child name="span" />
|
||||
<child name="strong" />
|
||||
<child name="sub" />
|
||||
<child name="sup" />
|
||||
<child name="textarea" />
|
||||
<child name="tt" />
|
||||
<child name="var" />
|
||||
</children>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,48 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="embed" hasCore="1" hasI18n="1" hasScript="1">
|
||||
|
||||
<attr name="longdesc" type="url">
|
||||
<text>longdesc</text>
|
||||
<textlocation col="0" row="0" />
|
||||
<location col="1" row="0" colspan="2" />
|
||||
</attr>
|
||||
|
||||
<attr name="src" type="url">
|
||||
<text>src</text>
|
||||
<textlocation col="0" row="1" />
|
||||
<location col="1" row="1" colspan="2" />
|
||||
</attr>
|
||||
|
||||
<attr name="height" type="input">
|
||||
<text>height</text>
|
||||
<textlocation col="0" row="2" />
|
||||
<location col="1" row="2" colspan="2" />
|
||||
</attr>
|
||||
|
||||
<attr name="width" type="input">
|
||||
<text>width</text>
|
||||
<textlocation col="0" row="3" />
|
||||
<location col="1" row="3" colspan="2" />
|
||||
</attr>
|
||||
|
||||
<attr name="alt" type="input">
|
||||
<text>alt</text>
|
||||
<textlocation col="0" row="4" />
|
||||
<location col="1" row="4" colspan="3" />
|
||||
</attr>
|
||||
|
||||
<attr name="usemap" type="input">
|
||||
<text>usemap</text>
|
||||
<textlocation col="0" row="5" />
|
||||
<location col="1" row="5" colspan="3" />
|
||||
</attr>
|
||||
|
||||
<attr name="ismap" type="check">
|
||||
<text>ismap</text>
|
||||
<textlocation col="0" row="6" />
|
||||
<location col="1" row="6" colspan="3" />
|
||||
</attr>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="">
|
||||
|
||||
<attr name="rows" type="input">
|
||||
<text>Rows</text>
|
||||
<textlocation col="0" row="0" />
|
||||
<location col="1" row="0" />
|
||||
</attr>
|
||||
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,90 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="fieldset" hasScript="1" hasCore="1">
|
||||
|
||||
<children>
|
||||
<child name="#text" />
|
||||
<child name="a" />
|
||||
<child name="abbr" />
|
||||
<child name="acronym" />
|
||||
<child name="address" />
|
||||
<child name="article" />
|
||||
<child name="aside" />
|
||||
<child name="center" />
|
||||
<child name="details" />
|
||||
<child name="figcaption" />
|
||||
<child name="figure" />
|
||||
<child name="footer" />
|
||||
<child name="header" />
|
||||
<child name="main" />
|
||||
<child name="nav" />
|
||||
<child name="picture" />
|
||||
<child name="section" />
|
||||
<child name="attr" />
|
||||
<child name="b" />
|
||||
<child name="bdi" />
|
||||
<child name="bdo" />
|
||||
<child name="big" />
|
||||
<child name="blockquote" />
|
||||
<child name="br" />
|
||||
<child name="wbr" />
|
||||
<child name="button" />
|
||||
<child name="cite" />
|
||||
<child name="code" />
|
||||
<child name="del" />
|
||||
<child name="dfn" />
|
||||
<child name="div" />
|
||||
<child name="dl" />
|
||||
<child name="em" />
|
||||
<child name="fieldset" />
|
||||
<child name="form" />
|
||||
<child name="h1" />
|
||||
<child name="h2" />
|
||||
<child name="h3" />
|
||||
<child name="h4" />
|
||||
<child name="h5" />
|
||||
<child name="h6" />
|
||||
<child name="hr" />
|
||||
<child name="i" />
|
||||
<child name="mark" />
|
||||
<child name="u" />
|
||||
<child name="data" />
|
||||
<child name="time" />
|
||||
<child name="img" />
|
||||
<child name="audio" />
|
||||
<child name="embed" />
|
||||
<child name="source" />
|
||||
<child name="track" />
|
||||
<child name="video" />
|
||||
<child name="svg" />
|
||||
<child name="input" />
|
||||
<child name="ins" />
|
||||
<child name="kbd" />
|
||||
<child name="label" />
|
||||
<child name="legend" />
|
||||
<child name="map" />
|
||||
<child name="noscript" />
|
||||
<child name="object" />
|
||||
<child name="ol" />
|
||||
<child name="p" />
|
||||
<child name="pre" />
|
||||
<child name="q" />
|
||||
<child name="samp" />
|
||||
<child name="script" />
|
||||
<child name="select" />
|
||||
<child name="small" />
|
||||
<child name="span" />
|
||||
<child name="strong" />
|
||||
<child name="sub" />
|
||||
<child name="sup" />
|
||||
<child name="table" />
|
||||
<child name="textarea" />
|
||||
<child name="tt" />
|
||||
<child name="ul" />
|
||||
<child name="dir" />
|
||||
<child name="var" />
|
||||
</children>
|
||||
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,54 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="figcaption" hasCore="1" hasI18n="1" hasScript="1">
|
||||
<children>
|
||||
<child name="#text" />
|
||||
<child name="a" />
|
||||
<child name="abbr" />
|
||||
<child name="acronym" />
|
||||
<child name="b" />
|
||||
<child name="bdi" />
|
||||
<child name="bdo" />
|
||||
<child name="big" />
|
||||
<child name="br" />
|
||||
<child name="wbr" />
|
||||
<child name="button" />
|
||||
<child name="cite" />
|
||||
<child name="code" />
|
||||
<child name="del" />
|
||||
<child name="dfn" />
|
||||
<child name="em" />
|
||||
<child name="i" />
|
||||
<child name="mark" />
|
||||
<child name="u" />
|
||||
<child name="data" />
|
||||
<child name="time" />
|
||||
<child name="img" />
|
||||
<child name="audio" />
|
||||
<child name="embed" />
|
||||
<child name="source" />
|
||||
<child name="track" />
|
||||
<child name="video" />
|
||||
<child name="svg" />
|
||||
<child name="input" />
|
||||
<child name="ins" />
|
||||
<child name="kbd" />
|
||||
<child name="label" />
|
||||
<child name="map" />
|
||||
<child name="object" />
|
||||
<child name="q" />
|
||||
<child name="samp" />
|
||||
<child name="script" />
|
||||
<child name="select" />
|
||||
<child name="small" />
|
||||
<child name="span" />
|
||||
<child name="strong" />
|
||||
<child name="sub" />
|
||||
<child name="sup" />
|
||||
<child name="textarea" />
|
||||
<child name="tt" />
|
||||
<child name="var" />
|
||||
</children>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,54 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="figure" hasCore="1" hasI18n="1" hasScript="1">
|
||||
<children>
|
||||
<child name="#text" />
|
||||
<child name="a" />
|
||||
<child name="abbr" />
|
||||
<child name="acronym" />
|
||||
<child name="b" />
|
||||
<child name="bdi" />
|
||||
<child name="bdo" />
|
||||
<child name="big" />
|
||||
<child name="br" />
|
||||
<child name="wbr" />
|
||||
<child name="button" />
|
||||
<child name="cite" />
|
||||
<child name="code" />
|
||||
<child name="del" />
|
||||
<child name="dfn" />
|
||||
<child name="em" />
|
||||
<child name="i" />
|
||||
<child name="mark" />
|
||||
<child name="u" />
|
||||
<child name="data" />
|
||||
<child name="time" />
|
||||
<child name="img" />
|
||||
<child name="audio" />
|
||||
<child name="embed" />
|
||||
<child name="source" />
|
||||
<child name="track" />
|
||||
<child name="video" />
|
||||
<child name="svg" />
|
||||
<child name="input" />
|
||||
<child name="ins" />
|
||||
<child name="kbd" />
|
||||
<child name="label" />
|
||||
<child name="map" />
|
||||
<child name="object" />
|
||||
<child name="q" />
|
||||
<child name="samp" />
|
||||
<child name="script" />
|
||||
<child name="select" />
|
||||
<child name="small" />
|
||||
<child name="span" />
|
||||
<child name="strong" />
|
||||
<child name="sub" />
|
||||
<child name="sup" />
|
||||
<child name="textarea" />
|
||||
<child name="tt" />
|
||||
<child name="var" />
|
||||
</children>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,54 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="footer" hasCore="1" hasI18n="1" hasScript="1">
|
||||
<children>
|
||||
<child name="#text" />
|
||||
<child name="a" />
|
||||
<child name="abbr" />
|
||||
<child name="acronym" />
|
||||
<child name="b" />
|
||||
<child name="bdi" />
|
||||
<child name="bdo" />
|
||||
<child name="big" />
|
||||
<child name="br" />
|
||||
<child name="wbr" />
|
||||
<child name="button" />
|
||||
<child name="cite" />
|
||||
<child name="code" />
|
||||
<child name="del" />
|
||||
<child name="dfn" />
|
||||
<child name="em" />
|
||||
<child name="i" />
|
||||
<child name="mark" />
|
||||
<child name="u" />
|
||||
<child name="data" />
|
||||
<child name="time" />
|
||||
<child name="img" />
|
||||
<child name="audio" />
|
||||
<child name="embed" />
|
||||
<child name="source" />
|
||||
<child name="track" />
|
||||
<child name="video" />
|
||||
<child name="svg" />
|
||||
<child name="input" />
|
||||
<child name="ins" />
|
||||
<child name="kbd" />
|
||||
<child name="label" />
|
||||
<child name="map" />
|
||||
<child name="object" />
|
||||
<child name="q" />
|
||||
<child name="samp" />
|
||||
<child name="script" />
|
||||
<child name="select" />
|
||||
<child name="small" />
|
||||
<child name="span" />
|
||||
<child name="strong" />
|
||||
<child name="sub" />
|
||||
<child name="sup" />
|
||||
<child name="textarea" />
|
||||
<child name="tt" />
|
||||
<child name="var" />
|
||||
</children>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,97 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="form" hasCore="1" hasI18n="1" hasScript="1">
|
||||
|
||||
<attr name="action" type="url">
|
||||
<text>action</text>
|
||||
<textlocation col="0" row="0" />
|
||||
<location col="1" row="0" colspan="3" />
|
||||
</attr>
|
||||
|
||||
<attr name="method" type="list">
|
||||
<text>method</text>
|
||||
<textlocation col="0" row="1" />
|
||||
<location col="1" row="1"/>
|
||||
<items>
|
||||
<item>GET</item>
|
||||
<item>POST</item>
|
||||
</items>
|
||||
</attr>
|
||||
|
||||
<attr name="enctype" type="list">
|
||||
<text>enctype</text>
|
||||
<textlocation col="0" row="2" />
|
||||
<location col="1" row="2" colspan="3"/>
|
||||
<items>
|
||||
<item>application/x-www-form-urlencoded</item>
|
||||
<item>multipart/form-data</item>
|
||||
</items>
|
||||
</attr>
|
||||
|
||||
<attr name="accept-charset" type="input">
|
||||
<text>acceptcharset</text>
|
||||
<textlocation col="2" row="3" />
|
||||
<location col="3" row="3"/>
|
||||
</attr>
|
||||
|
||||
<attr name="accept" type="list">
|
||||
<text>accept</text>
|
||||
<textlocation col="0" row="4" />
|
||||
<location col="1" row="4" colspan="3"/>
|
||||
<items>
|
||||
<item>application/x-www-form-urlencoded</item>
|
||||
<item>multipart/form-data</item>
|
||||
</items>
|
||||
</attr>
|
||||
|
||||
<attr name="onsubmit" type="input">
|
||||
<text>onsubmit</text>
|
||||
<textlocation col="2" row="5" />
|
||||
<location col="3" row="5"/>
|
||||
</attr>
|
||||
|
||||
<attr name="onreset" type="input">
|
||||
<text>onreset</text>
|
||||
<textlocation col="2" row="6" />
|
||||
<location col="3" row="6"/>
|
||||
</attr>
|
||||
|
||||
<children>
|
||||
<child name="address" />
|
||||
<child name="article" />
|
||||
<child name="aside" />
|
||||
<child name="center" />
|
||||
<child name="details" />
|
||||
<child name="figcaption" />
|
||||
<child name="figure" />
|
||||
<child name="footer" />
|
||||
<child name="header" />
|
||||
<child name="main" />
|
||||
<child name="nav" />
|
||||
<child name="picture" />
|
||||
<child name="section" />
|
||||
<child name="blockquote" />
|
||||
<child name="del" />
|
||||
<child name="div" />
|
||||
<child name="dl" />
|
||||
<child name="fieldset" />
|
||||
<child name="h1" />
|
||||
<child name="h2" />
|
||||
<child name="h3" />
|
||||
<child name="h4" />
|
||||
<child name="h5" />
|
||||
<child name="h6" />
|
||||
<child name="hr" />
|
||||
<child name="ins" />
|
||||
<child name="noscript" />
|
||||
<child name="ol" />
|
||||
<child name="p" />
|
||||
<child name="pre" />
|
||||
<child name="script" />
|
||||
<child name="table" />
|
||||
<child name="ul" />
|
||||
<child name="dir" />
|
||||
</children>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="head" hasI18n="1">
|
||||
|
||||
<attr name="id" type="list" source="dcop" interface="QuantaIf" method="idSelectors()" arguments="" >
|
||||
<text>id</text>
|
||||
<textlocation col="0" row="0" />
|
||||
<location col="1" row="0" colspan="2" />
|
||||
</attr>
|
||||
|
||||
<attr name="profile" type="url">
|
||||
<text>profile</text>
|
||||
<textlocation col="0" row="1" />
|
||||
<location col="1" row="1" colspan="2" />
|
||||
</attr>
|
||||
|
||||
<children>
|
||||
<child name="base" />
|
||||
<child name="link" />
|
||||
<child name="meta" usage="required" />
|
||||
<child name="object" />
|
||||
<child name="title" usage="required" />
|
||||
<child name="script" />
|
||||
<child name="style" />
|
||||
</children>
|
||||
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,54 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="header" hasCore="1" hasI18n="1" hasScript="1">
|
||||
<children>
|
||||
<child name="#text" />
|
||||
<child name="a" />
|
||||
<child name="abbr" />
|
||||
<child name="acronym" />
|
||||
<child name="b" />
|
||||
<child name="bdi" />
|
||||
<child name="bdo" />
|
||||
<child name="big" />
|
||||
<child name="br" />
|
||||
<child name="wbr" />
|
||||
<child name="button" />
|
||||
<child name="cite" />
|
||||
<child name="code" />
|
||||
<child name="del" />
|
||||
<child name="dfn" />
|
||||
<child name="em" />
|
||||
<child name="i" />
|
||||
<child name="mark" />
|
||||
<child name="u" />
|
||||
<child name="data" />
|
||||
<child name="time" />
|
||||
<child name="img" />
|
||||
<child name="audio" />
|
||||
<child name="embed" />
|
||||
<child name="source" />
|
||||
<child name="track" />
|
||||
<child name="video" />
|
||||
<child name="svg" />
|
||||
<child name="input" />
|
||||
<child name="ins" />
|
||||
<child name="kbd" />
|
||||
<child name="label" />
|
||||
<child name="map" />
|
||||
<child name="object" />
|
||||
<child name="q" />
|
||||
<child name="samp" />
|
||||
<child name="script" />
|
||||
<child name="select" />
|
||||
<child name="small" />
|
||||
<child name="span" />
|
||||
<child name="strong" />
|
||||
<child name="sub" />
|
||||
<child name="sup" />
|
||||
<child name="textarea" />
|
||||
<child name="tt" />
|
||||
<child name="var" />
|
||||
</children>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,311 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
|
||||
<tag name="h1" hasCore="1" hasI18n="1" hasScript="1">
|
||||
<children>
|
||||
<child name="#text" />
|
||||
<child name="a" />
|
||||
<child name="abbr" />
|
||||
<child name="acronym" />
|
||||
<child name="b" />
|
||||
<child name="bdi" />
|
||||
<child name="bdo" />
|
||||
<child name="big" />
|
||||
<child name="br" />
|
||||
<child name="wbr" />
|
||||
<child name="button" />
|
||||
<child name="cite" />
|
||||
<child name="code" />
|
||||
<child name="del" />
|
||||
<child name="dfn" />
|
||||
<child name="em" />
|
||||
<child name="i" />
|
||||
<child name="mark" />
|
||||
<child name="u" />
|
||||
<child name="data" />
|
||||
<child name="time" />
|
||||
<child name="img" />
|
||||
<child name="audio" />
|
||||
<child name="embed" />
|
||||
<child name="source" />
|
||||
<child name="track" />
|
||||
<child name="video" />
|
||||
<child name="svg" />
|
||||
<child name="input" />
|
||||
<child name="ins" />
|
||||
<child name="kbd" />
|
||||
<child name="label" />
|
||||
<child name="map" />
|
||||
<child name="object" />
|
||||
<child name="q" />
|
||||
<child name="samp" />
|
||||
<child name="script" />
|
||||
<child name="select" />
|
||||
<child name="small" />
|
||||
<child name="span" />
|
||||
<child name="strong" />
|
||||
<child name="sub" />
|
||||
<child name="sup" />
|
||||
<child name="textarea" />
|
||||
<child name="tt" />
|
||||
<child name="var" />
|
||||
</children>
|
||||
</tag>
|
||||
|
||||
<tag name="h2" hasCore="1" hasI18n="1" hasScript="1">
|
||||
<children>
|
||||
<child name="#text" />
|
||||
<child name="a" />
|
||||
<child name="abbr" />
|
||||
<child name="acronym" />
|
||||
<child name="b" />
|
||||
<child name="bdi" />
|
||||
<child name="bdo" />
|
||||
<child name="big" />
|
||||
<child name="br" />
|
||||
<child name="wbr" />
|
||||
<child name="button" />
|
||||
<child name="cite" />
|
||||
<child name="code" />
|
||||
<child name="del" />
|
||||
<child name="dfn" />
|
||||
<child name="em" />
|
||||
<child name="i" />
|
||||
<child name="mark" />
|
||||
<child name="u" />
|
||||
<child name="data" />
|
||||
<child name="time" />
|
||||
<child name="img" />
|
||||
<child name="audio" />
|
||||
<child name="embed" />
|
||||
<child name="source" />
|
||||
<child name="track" />
|
||||
<child name="video" />
|
||||
<child name="svg" />
|
||||
<child name="input" />
|
||||
<child name="ins" />
|
||||
<child name="kbd" />
|
||||
<child name="label" />
|
||||
<child name="map" />
|
||||
<child name="object" />
|
||||
<child name="q" />
|
||||
<child name="samp" />
|
||||
<child name="script" />
|
||||
<child name="select" />
|
||||
<child name="small" />
|
||||
<child name="span" />
|
||||
<child name="strong" />
|
||||
<child name="sub" />
|
||||
<child name="sup" />
|
||||
<child name="textarea" />
|
||||
<child name="tt" />
|
||||
<child name="var" />
|
||||
</children>
|
||||
</tag>
|
||||
|
||||
<tag name="h3" hasCore="1" hasI18n="1" hasScript="1">
|
||||
<children>
|
||||
<child name="#text" />
|
||||
<child name="a" />
|
||||
<child name="abbr" />
|
||||
<child name="acronym" />
|
||||
<child name="b" />
|
||||
<child name="bdi" />
|
||||
<child name="bdo" />
|
||||
<child name="big" />
|
||||
<child name="br" />
|
||||
<child name="wbr" />
|
||||
<child name="button" />
|
||||
<child name="cite" />
|
||||
<child name="code" />
|
||||
<child name="del" />
|
||||
<child name="dfn" />
|
||||
<child name="em" />
|
||||
<child name="i" />
|
||||
<child name="mark" />
|
||||
<child name="u" />
|
||||
<child name="data" />
|
||||
<child name="time" />
|
||||
<child name="img" />
|
||||
<child name="audio" />
|
||||
<child name="embed" />
|
||||
<child name="source" />
|
||||
<child name="track" />
|
||||
<child name="video" />
|
||||
<child name="svg" />
|
||||
<child name="input" />
|
||||
<child name="ins" />
|
||||
<child name="kbd" />
|
||||
<child name="label" />
|
||||
<child name="map" />
|
||||
<child name="object" />
|
||||
<child name="q" />
|
||||
<child name="samp" />
|
||||
<child name="script" />
|
||||
<child name="select" />
|
||||
<child name="small" />
|
||||
<child name="span" />
|
||||
<child name="strong" />
|
||||
<child name="sub" />
|
||||
<child name="sup" />
|
||||
<child name="textarea" />
|
||||
<child name="tt" />
|
||||
<child name="var" />
|
||||
</children>
|
||||
</tag>
|
||||
|
||||
<tag name="h4" hasCore="1" hasI18n="1" hasScript="1">
|
||||
<children>
|
||||
<child name="#text" />
|
||||
<child name="a" />
|
||||
<child name="abbr" />
|
||||
<child name="acronym" />
|
||||
<child name="b" />
|
||||
<child name="bdi" />
|
||||
<child name="bdo" />
|
||||
<child name="big" />
|
||||
<child name="br" />
|
||||
<child name="wbr" />
|
||||
<child name="button" />
|
||||
<child name="cite" />
|
||||
<child name="code" />
|
||||
<child name="del" />
|
||||
<child name="dfn" />
|
||||
<child name="em" />
|
||||
<child name="i" />
|
||||
<child name="mark" />
|
||||
<child name="u" />
|
||||
<child name="data" />
|
||||
<child name="time" />
|
||||
<child name="img" />
|
||||
<child name="audio" />
|
||||
<child name="embed" />
|
||||
<child name="source" />
|
||||
<child name="track" />
|
||||
<child name="video" />
|
||||
<child name="svg" />
|
||||
<child name="input" />
|
||||
<child name="ins" />
|
||||
<child name="kbd" />
|
||||
<child name="label" />
|
||||
<child name="map" />
|
||||
<child name="object" />
|
||||
<child name="q" />
|
||||
<child name="samp" />
|
||||
<child name="script" />
|
||||
<child name="select" />
|
||||
<child name="small" />
|
||||
<child name="span" />
|
||||
<child name="strong" />
|
||||
<child name="sub" />
|
||||
<child name="sup" />
|
||||
<child name="textarea" />
|
||||
<child name="tt" />
|
||||
<child name="var" />
|
||||
</children>
|
||||
</tag>
|
||||
|
||||
<tag name="h5" hasCore="1" hasI18n="1" hasScript="1">
|
||||
<children>
|
||||
<child name="#text" />
|
||||
<child name="a" />
|
||||
<child name="abbr" />
|
||||
<child name="acronym" />
|
||||
<child name="b" />
|
||||
<child name="bdi" />
|
||||
<child name="bdo" />
|
||||
<child name="big" />
|
||||
<child name="br" />
|
||||
<child name="wbr" />
|
||||
<child name="button" />
|
||||
<child name="cite" />
|
||||
<child name="code" />
|
||||
<child name="del" />
|
||||
<child name="dfn" />
|
||||
<child name="em" />
|
||||
<child name="i" />
|
||||
<child name="mark" />
|
||||
<child name="u" />
|
||||
<child name="data" />
|
||||
<child name="time" />
|
||||
<child name="img" />
|
||||
<child name="audio" />
|
||||
<child name="embed" />
|
||||
<child name="source" />
|
||||
<child name="track" />
|
||||
<child name="video" />
|
||||
<child name="svg" />
|
||||
<child name="input" />
|
||||
<child name="ins" />
|
||||
<child name="kbd" />
|
||||
<child name="label" />
|
||||
<child name="map" />
|
||||
<child name="object" />
|
||||
<child name="q" />
|
||||
<child name="samp" />
|
||||
<child name="script" />
|
||||
<child name="select" />
|
||||
<child name="small" />
|
||||
<child name="span" />
|
||||
<child name="strong" />
|
||||
<child name="sub" />
|
||||
<child name="sup" />
|
||||
<child name="textarea" />
|
||||
<child name="tt" />
|
||||
<child name="var" />
|
||||
</children>
|
||||
</tag>
|
||||
|
||||
<tag name="h6" hasCore="1" hasI18n="1" hasScript="1">
|
||||
<children>
|
||||
<child name="#text" />
|
||||
<child name="a" />
|
||||
<child name="abbr" />
|
||||
<child name="acronym" />
|
||||
<child name="b" />
|
||||
<child name="bdi" />
|
||||
<child name="bdo" />
|
||||
<child name="big" />
|
||||
<child name="br" />
|
||||
<child name="wbr" />
|
||||
<child name="button" />
|
||||
<child name="cite" />
|
||||
<child name="code" />
|
||||
<child name="del" />
|
||||
<child name="dfn" />
|
||||
<child name="em" />
|
||||
<child name="i" />
|
||||
<child name="mark" />
|
||||
<child name="u" />
|
||||
<child name="data" />
|
||||
<child name="time" />
|
||||
<child name="img" />
|
||||
<child name="audio" />
|
||||
<child name="embed" />
|
||||
<child name="source" />
|
||||
<child name="track" />
|
||||
<child name="video" />
|
||||
<child name="svg" />
|
||||
<child name="input" />
|
||||
<child name="ins" />
|
||||
<child name="kbd" />
|
||||
<child name="label" />
|
||||
<child name="map" />
|
||||
<child name="object" />
|
||||
<child name="q" />
|
||||
<child name="samp" />
|
||||
<child name="script" />
|
||||
<child name="select" />
|
||||
<child name="small" />
|
||||
<child name="span" />
|
||||
<child name="strong" />
|
||||
<child name="sub" />
|
||||
<child name="sup" />
|
||||
<child name="textarea" />
|
||||
<child name="tt" />
|
||||
<child name="var" />
|
||||
</children>
|
||||
</tag>
|
||||
|
||||
</TAGS>
|
@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="hr" hasScript="1" single="1" hasCore="1" single="1" />
|
||||
</TAGS>
|
@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="html" hasI18n="1">
|
||||
|
||||
<attr name="id" type="list" source="dcop" interface="QuantaIf" method="idSelectors()" arguments="" >
|
||||
<text>id</text>
|
||||
<textlocation col="0" row="0" />
|
||||
<location col="1" row="0" colspan="2" />
|
||||
</attr>
|
||||
|
||||
<attr name="xmlns" type="list">
|
||||
<text>xmlns</text>
|
||||
<textlocation col="0" row="0" />
|
||||
<location col="1" row="0" colspan="2" />
|
||||
<items><item>http://www.w3.org/1999/xhtml</item></items>
|
||||
</attr>
|
||||
|
||||
<children>
|
||||
<child name="body" />
|
||||
<child name="head" />
|
||||
</children>
|
||||
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,54 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="i" hasCore="1" hasI18n="1" hasScript="1" scope="word">
|
||||
<children>
|
||||
<child name="#text" />
|
||||
<child name="a" />
|
||||
<child name="abbr" />
|
||||
<child name="acronym" />
|
||||
<child name="b" />
|
||||
<child name="bdi" />
|
||||
<child name="bdo" />
|
||||
<child name="big" />
|
||||
<child name="br" />
|
||||
<child name="wbr" />
|
||||
<child name="button" />
|
||||
<child name="cite" />
|
||||
<child name="code" />
|
||||
<child name="del" />
|
||||
<child name="dfn" />
|
||||
<child name="em" />
|
||||
<child name="i" />
|
||||
<child name="mark" />
|
||||
<child name="u" />
|
||||
<child name="data" />
|
||||
<child name="time" />
|
||||
<child name="img" />
|
||||
<child name="audio" />
|
||||
<child name="embed" />
|
||||
<child name="source" />
|
||||
<child name="track" />
|
||||
<child name="video" />
|
||||
<child name="svg" />
|
||||
<child name="input" />
|
||||
<child name="ins" />
|
||||
<child name="kbd" />
|
||||
<child name="label" />
|
||||
<child name="map" />
|
||||
<child name="object" />
|
||||
<child name="q" />
|
||||
<child name="samp" />
|
||||
<child name="script" />
|
||||
<child name="select" />
|
||||
<child name="small" />
|
||||
<child name="span" />
|
||||
<child name="strong" />
|
||||
<child name="sub" />
|
||||
<child name="sup" />
|
||||
<child name="textarea" />
|
||||
<child name="tt" />
|
||||
<child name="var" />
|
||||
</children>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,48 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="img" hasCore="1" hasI18n="1" hasScript="1" single="1">
|
||||
|
||||
<attr name="longdesc" type="url">
|
||||
<text>longdesc</text>
|
||||
<textlocation col="0" row="0" />
|
||||
<location col="1" row="0" colspan="2" />
|
||||
</attr>
|
||||
|
||||
<attr name="src" type="url">
|
||||
<text>src</text>
|
||||
<textlocation col="0" row="1" />
|
||||
<location col="1" row="1" colspan="2" />
|
||||
</attr>
|
||||
|
||||
<attr name="height" type="input">
|
||||
<text>height</text>
|
||||
<textlocation col="0" row="2" />
|
||||
<location col="1" row="2" colspan="2" />
|
||||
</attr>
|
||||
|
||||
<attr name="width" type="input">
|
||||
<text>width</text>
|
||||
<textlocation col="0" row="3" />
|
||||
<location col="1" row="3" colspan="2" />
|
||||
</attr>
|
||||
|
||||
<attr name="alt" type="input">
|
||||
<text>alt</text>
|
||||
<textlocation col="0" row="4" />
|
||||
<location col="1" row="4" colspan="3" />
|
||||
</attr>
|
||||
|
||||
<attr name="usemap" type="input">
|
||||
<text>usemap</text>
|
||||
<textlocation col="0" row="5" />
|
||||
<location col="1" row="5" colspan="3" />
|
||||
</attr>
|
||||
|
||||
<attr name="ismap" type="check">
|
||||
<text>ismap</text>
|
||||
<textlocation col="0" row="6" />
|
||||
<location col="1" row="6" colspan="3" />
|
||||
</attr>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,104 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="input" hasFocus="1" hasCore="1" hasI18n="1" hasScript="1">
|
||||
|
||||
<attr name="type" type="list">
|
||||
<text>type</text>
|
||||
<textlocation col="0" row="0" colspan="1" />
|
||||
<items>
|
||||
<item>text</item>
|
||||
<item>password</item>
|
||||
<item>checkbox</item>
|
||||
<item>radio</item>
|
||||
<item>submit</item>
|
||||
<item>reset</item>
|
||||
<item>file</item>
|
||||
<item>hidden</item>
|
||||
<item>image</item>
|
||||
<item>button</item>
|
||||
</items>
|
||||
<location col="1" row="0" colspan="1" />
|
||||
</attr>
|
||||
|
||||
<attr name="disabled" type="check">
|
||||
<text>disabled</text>
|
||||
<location col="2" row="0" colspan="1" />
|
||||
<tooltip>Disable the element</tooltip>
|
||||
</attr>
|
||||
|
||||
<attr name="checked" type="check">
|
||||
<text>checked</text>
|
||||
<location col="3" row="0" colspan="1" />
|
||||
<tooltip>For radio button or check box</tooltip>
|
||||
</attr>
|
||||
|
||||
<attr name="value" type="input">
|
||||
<text>value</text>
|
||||
<textlocation col="2" row="1" colspan="1" />
|
||||
<location col="3" row="1" colspan="1" />
|
||||
</attr>
|
||||
|
||||
<attr name="size" type="input">
|
||||
<text>size</text>
|
||||
<textlocation col="0" row="2" colspan="1" />
|
||||
<location col="1" row="2" colspan="1" />
|
||||
<tooltip>No of characters for text input</tooltip>
|
||||
</attr>
|
||||
|
||||
<attr name="maxlength" type="input">
|
||||
<text>maxlength</text>
|
||||
<textlocation col="2" row="2" colspan="1" />
|
||||
<location col="3" row="2" colspan="1" />
|
||||
<tooltip>Max characters allowed</tooltip>
|
||||
</attr>
|
||||
|
||||
<attr name="alt" type="input">
|
||||
<text>alt</text>
|
||||
<textlocation col="0" row="3" colspan="1" />
|
||||
<location col="1" row="3" colspan="3" />
|
||||
<tooltip>Alternate text for image</tooltip>
|
||||
</attr>
|
||||
|
||||
<attr name="src" type="url">
|
||||
<text>src</text>
|
||||
<textlocation col="0" row="4" colspan="1" />
|
||||
<location col="1" row="4" colspan="3" />
|
||||
<tooltip>URL for image to use</tooltip>
|
||||
</attr>
|
||||
|
||||
<attr name="accept" type="list">
|
||||
<text>accept</text>
|
||||
<textlocation col="0" row="5" />
|
||||
<location col="1" row="5" colspan="3"/>
|
||||
<items>
|
||||
<item>application/x-www-form-urlencoded</item>
|
||||
<item>multipart/form-data</item>
|
||||
</items>
|
||||
</attr>
|
||||
|
||||
<attr name="readonly" type="check">
|
||||
<text>readonly</text>
|
||||
<location col="3" row="5" colspan="1" />
|
||||
</attr>
|
||||
|
||||
<attr name="usemap" type="input">
|
||||
<text>use</text>
|
||||
<textlocation col="0" row="3" colspan="1" />
|
||||
<location col="1" row="3" colspan="3" />
|
||||
</attr>
|
||||
|
||||
<attr name="onselect" type="input">
|
||||
<text>onselect</text>
|
||||
<textlocation col="0" row="3" colspan="1" />
|
||||
<location col="1" row="3" colspan="3" />
|
||||
</attr>
|
||||
|
||||
<attr name="onchange" type="input">
|
||||
<text>onchange</text>
|
||||
<textlocation col="0" row="3" colspan="1" />
|
||||
<location col="1" row="3" colspan="3" />
|
||||
</attr>
|
||||
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,98 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="ins" hasCore="1" hasI18n="1" hasScript="1">
|
||||
|
||||
<attr name="cite" type="url">
|
||||
<text>cite</text>
|
||||
<textlocation col="0" row="0" />
|
||||
<location col="1" row="0" colspan="2" />
|
||||
</attr>
|
||||
|
||||
<attr name="datetime" type="input">
|
||||
<text>datetime</text>
|
||||
<textlocation col="0" row="1" />
|
||||
<location col="1" row="1" colspan="2" />
|
||||
</attr>
|
||||
<children>
|
||||
<child name="#text" />
|
||||
<child name="a" />
|
||||
<child name="abbr" />
|
||||
<child name="acronym" />
|
||||
<child name="address" />
|
||||
<child name="article" />
|
||||
<child name="aside" />
|
||||
<child name="center" />
|
||||
<child name="details" />
|
||||
<child name="figcaption" />
|
||||
<child name="figure" />
|
||||
<child name="footer" />
|
||||
<child name="header" />
|
||||
<child name="main" />
|
||||
<child name="nav" />
|
||||
<child name="picture" />
|
||||
<child name="section" />
|
||||
<child name="b" />
|
||||
<child name="bdi" />
|
||||
<child name="bdo" />
|
||||
<child name="big" />
|
||||
<child name="blockquote" />
|
||||
<child name="br" />
|
||||
<child name="wbr" />
|
||||
<child name="button" />
|
||||
<child name="cite" />
|
||||
<child name="code" />
|
||||
<child name="del" />
|
||||
<child name="dfn" />
|
||||
<child name="div" />
|
||||
<child name="dl" />
|
||||
<child name="em" />
|
||||
<child name="fieldset" />
|
||||
<child name="form" />
|
||||
<child name="h1" />
|
||||
<child name="h2" />
|
||||
<child name="h3" />
|
||||
<child name="h4" />
|
||||
<child name="h5" />
|
||||
<child name="h6" />
|
||||
<child name="hr" />
|
||||
<child name="i" />
|
||||
<child name="mark" />
|
||||
<child name="u" />
|
||||
<child name="data" />
|
||||
<child name="time" />
|
||||
<child name="img" />
|
||||
<child name="audio" />
|
||||
<child name="embed" />
|
||||
<child name="source" />
|
||||
<child name="track" />
|
||||
<child name="video" />
|
||||
<child name="svg" />
|
||||
<child name="input" />
|
||||
<child name="ins" />
|
||||
<child name="kbd" />
|
||||
<child name="label" />
|
||||
<child name="map" />
|
||||
<child name="noscript" />
|
||||
<child name="object" />
|
||||
<child name="ol" />
|
||||
<child name="p" />
|
||||
<child name="pre" />
|
||||
<child name="q" />
|
||||
<child name="samp" />
|
||||
<child name="script" />
|
||||
<child name="select" />
|
||||
<child name="small" />
|
||||
<child name="span" />
|
||||
<child name="strong" />
|
||||
<child name="sub" />
|
||||
<child name="sup" />
|
||||
<child name="table" />
|
||||
<child name="textarea" />
|
||||
<child name="tt" />
|
||||
<child name="ul" />
|
||||
<child name="dir" />
|
||||
<child name="var" />
|
||||
</children>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,54 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="kbd" hasCore="1" hasI18n="1" hasScript="1">
|
||||
<children>
|
||||
<child name="#text" />
|
||||
<child name="a" />
|
||||
<child name="abbr" />
|
||||
<child name="acronym" />
|
||||
<child name="b" />
|
||||
<child name="bdi" />
|
||||
<child name="bdo" />
|
||||
<child name="big" />
|
||||
<child name="br" />
|
||||
<child name="wbr" />
|
||||
<child name="button" />
|
||||
<child name="cite" />
|
||||
<child name="code" />
|
||||
<child name="del" />
|
||||
<child name="dfn" />
|
||||
<child name="em" />
|
||||
<child name="i" />
|
||||
<child name="mark" />
|
||||
<child name="u" />
|
||||
<child name="data" />
|
||||
<child name="time" />
|
||||
<child name="img" />
|
||||
<child name="audio" />
|
||||
<child name="embed" />
|
||||
<child name="source" />
|
||||
<child name="track" />
|
||||
<child name="video" />
|
||||
<child name="svg" />
|
||||
<child name="input" />
|
||||
<child name="ins" />
|
||||
<child name="kbd" />
|
||||
<child name="label" />
|
||||
<child name="map" />
|
||||
<child name="object" />
|
||||
<child name="q" />
|
||||
<child name="samp" />
|
||||
<child name="script" />
|
||||
<child name="select" />
|
||||
<child name="small" />
|
||||
<child name="span" />
|
||||
<child name="strong" />
|
||||
<child name="sub" />
|
||||
<child name="sup" />
|
||||
<child name="textarea" />
|
||||
<child name="tt" />
|
||||
<child name="var" />
|
||||
</children>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,78 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="label" hasCore="1" hasI18n="1" hasScript="1">
|
||||
|
||||
<attr name="accesskey" type="input">
|
||||
<text>accesskey</text>
|
||||
<textlocation col="2" row="0" colspan="1" />
|
||||
<location col="3" row="0" colspan="1" />
|
||||
<tooltip>Shortcut</tooltip>
|
||||
</attr>
|
||||
|
||||
<attr name="for" type="input">
|
||||
<text>for</text>
|
||||
<textlocation col="2" row="1" colspan="1" />
|
||||
<location col="3" row="1" colspan="1" />
|
||||
</attr>
|
||||
<attr name="onfocus" type="input">
|
||||
<text>onfocus</text>
|
||||
<textlocation col="0" row="2" />
|
||||
<location col="1" row="2" />
|
||||
</attr>
|
||||
|
||||
<attr name="onblur" type="input">
|
||||
<text>onblur</text>
|
||||
<textlocation col="0" row="3" />
|
||||
<location col="1" row="3" />
|
||||
</attr>
|
||||
<children>
|
||||
<child name="#text" />
|
||||
<child name="a" />
|
||||
<child name="abbr" />
|
||||
<child name="acronym" />
|
||||
<child name="b" />
|
||||
<child name="bdi" />
|
||||
<child name="bdo" />
|
||||
<child name="big" />
|
||||
<child name="br" />
|
||||
<child name="wbr" />
|
||||
<child name="button" />
|
||||
<child name="cite" />
|
||||
<child name="code" />
|
||||
<child name="del" />
|
||||
<child name="dfn" />
|
||||
<child name="em" />
|
||||
<child name="i" />
|
||||
<child name="mark" />
|
||||
<child name="u" />
|
||||
<child name="data" />
|
||||
<child name="time" />
|
||||
<child name="img" />
|
||||
<child name="audio" />
|
||||
<child name="embed" />
|
||||
<child name="source" />
|
||||
<child name="track" />
|
||||
<child name="video" />
|
||||
<child name="svg" />
|
||||
<child name="input" />
|
||||
<child name="ins" />
|
||||
<child name="kbd" />
|
||||
<child name="label" />
|
||||
<child name="map" />
|
||||
<child name="object" />
|
||||
<child name="q" />
|
||||
<child name="samp" />
|
||||
<child name="script" />
|
||||
<child name="select" />
|
||||
<child name="small" />
|
||||
<child name="span" />
|
||||
<child name="strong" />
|
||||
<child name="sub" />
|
||||
<child name="sup" />
|
||||
<child name="textarea" />
|
||||
<child name="tt" />
|
||||
<child name="var" />
|
||||
</children>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,61 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="legend" hasCore="1" hasI18n="1" hasScript="1">
|
||||
|
||||
<attr name="accesskey" type="input">
|
||||
<text>accesskey</text>
|
||||
<textlocation col="2" row="0" colspan="1" />
|
||||
<location col="3" row="0" colspan="1" />
|
||||
<tooltip>Shortcut</tooltip>
|
||||
</attr>
|
||||
<children>
|
||||
<child name="#text" />
|
||||
<child name="a" />
|
||||
<child name="abbr" />
|
||||
<child name="acronym" />
|
||||
<child name="b" />
|
||||
<child name="bdi" />
|
||||
<child name="bdo" />
|
||||
<child name="big" />
|
||||
<child name="br" />
|
||||
<child name="wbr" />
|
||||
<child name="button" />
|
||||
<child name="cite" />
|
||||
<child name="code" />
|
||||
<child name="del" />
|
||||
<child name="dfn" />
|
||||
<child name="em" />
|
||||
<child name="i" />
|
||||
<child name="mark" />
|
||||
<child name="u" />
|
||||
<child name="data" />
|
||||
<child name="time" />
|
||||
<child name="img" />
|
||||
<child name="audio" />
|
||||
<child name="embed" />
|
||||
<child name="source" />
|
||||
<child name="track" />
|
||||
<child name="video" />
|
||||
<child name="svg" />
|
||||
<child name="input" />
|
||||
<child name="ins" />
|
||||
<child name="kbd" />
|
||||
<child name="label" />
|
||||
<child name="map" />
|
||||
<child name="object" />
|
||||
<child name="q" />
|
||||
<child name="samp" />
|
||||
<child name="script" />
|
||||
<child name="select" />
|
||||
<child name="small" />
|
||||
<child name="span" />
|
||||
<child name="strong" />
|
||||
<child name="sub" />
|
||||
<child name="sup" />
|
||||
<child name="textarea" />
|
||||
<child name="tt" />
|
||||
<child name="var" />
|
||||
</children>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,90 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="li" hasCore="1" hasI18n="1" hasScript="1">
|
||||
|
||||
<stoppingtags>
|
||||
<stoppingtag name="li" />
|
||||
</stoppingtags>
|
||||
<children>
|
||||
<child name="#text" />
|
||||
<child name="a" />
|
||||
<child name="abbr" />
|
||||
<child name="acronym" />
|
||||
<child name="address" />
|
||||
<child name="article" />
|
||||
<child name="aside" />
|
||||
<child name="center" />
|
||||
<child name="details" />
|
||||
<child name="figcaption" />
|
||||
<child name="figure" />
|
||||
<child name="footer" />
|
||||
<child name="header" />
|
||||
<child name="main" />
|
||||
<child name="nav" />
|
||||
<child name="picture" />
|
||||
<child name="section" />
|
||||
<child name="b" />
|
||||
<child name="bdi" />
|
||||
<child name="bdo" />
|
||||
<child name="big" />
|
||||
<child name="blockquote" />
|
||||
<child name="br" />
|
||||
<child name="wbr" />
|
||||
<child name="button" />
|
||||
<child name="cite" />
|
||||
<child name="code" />
|
||||
<child name="del" />
|
||||
<child name="dfn" />
|
||||
<child name="div" />
|
||||
<child name="dl" />
|
||||
<child name="em" />
|
||||
<child name="fieldset" />
|
||||
<child name="form" />
|
||||
<child name="h1" />
|
||||
<child name="h2" />
|
||||
<child name="h3" />
|
||||
<child name="h4" />
|
||||
<child name="h5" />
|
||||
<child name="h6" />
|
||||
<child name="hr" />
|
||||
<child name="i" />
|
||||
<child name="mark" />
|
||||
<child name="u" />
|
||||
<child name="data" />
|
||||
<child name="time" />
|
||||
<child name="img" />
|
||||
<child name="audio" />
|
||||
<child name="embed" />
|
||||
<child name="source" />
|
||||
<child name="track" />
|
||||
<child name="video" />
|
||||
<child name="svg" />
|
||||
<child name="input" />
|
||||
<child name="ins" />
|
||||
<child name="kbd" />
|
||||
<child name="label" />
|
||||
<child name="map" />
|
||||
<child name="noscript" />
|
||||
<child name="object" />
|
||||
<child name="ol" />
|
||||
<child name="p" />
|
||||
<child name="pre" />
|
||||
<child name="q" />
|
||||
<child name="samp" />
|
||||
<child name="script" />
|
||||
<child name="select" />
|
||||
<child name="small" />
|
||||
<child name="span" />
|
||||
<child name="strong" />
|
||||
<child name="sub" />
|
||||
<child name="sup" />
|
||||
<child name="table" />
|
||||
<child name="textarea" />
|
||||
<child name="tt" />
|
||||
<child name="ul" />
|
||||
<child name="dir" />
|
||||
<child name="var" />
|
||||
</children>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,70 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="link" hasCore="1" hasI18n="1" hasScript="1" single="1">
|
||||
<attr name="rel" type="input">
|
||||
<text>rel</text>
|
||||
<textlocation col="0" row="0" />
|
||||
<location col="1" row="0" colspan="2" />
|
||||
</attr>
|
||||
|
||||
<attr name="rev" type="input">
|
||||
<text>rev</text>
|
||||
<textlocation col="0" row="1" />
|
||||
<location col="1" row="1" colspan="2" />
|
||||
</attr>
|
||||
|
||||
<attr name="href" type="url">
|
||||
<text>href</text>
|
||||
<textlocation col="0" row="2" />
|
||||
<location col="1" row="2" colspan="2" />
|
||||
</attr>
|
||||
|
||||
<attr name="type" type="list">
|
||||
<text>type</text>
|
||||
<textlocation col="0" row="3" />
|
||||
<location col="1" row="3" colspan="2" />
|
||||
<items>
|
||||
<item>text/html</item>
|
||||
<item>image/jpeg</item>
|
||||
<item>image/gif</item>
|
||||
<item>image/png</item>
|
||||
<item>model/vrml</item>
|
||||
<item>video/quicktime</item>
|
||||
<item>application/java</item>
|
||||
<item>text/css</item>
|
||||
<item>text/javascript</item>
|
||||
</items>
|
||||
</attr>
|
||||
|
||||
<attr name="media" type="list">
|
||||
<text>media</text>
|
||||
<textlocation col="0" row="4" />
|
||||
<location col="1" row="4" colspan="2" />
|
||||
<items>
|
||||
<item>screen</item>
|
||||
<item>tty</item>
|
||||
<item>tv</item>
|
||||
<item>projection</item>
|
||||
<item>handheld</item>
|
||||
<item>print</item>
|
||||
<item>braille</item>
|
||||
<item>aural</item>
|
||||
<item>all</item>
|
||||
</items>
|
||||
</attr>
|
||||
|
||||
<attr name="hreflang" type="input">
|
||||
<text>hreflang</text>
|
||||
<textlocation col="0" row="5" />
|
||||
<location col="1" row="5" colspan="2" />
|
||||
</attr>
|
||||
|
||||
<attr name="charset" type="input">
|
||||
<text>charset</text>
|
||||
<textlocation col="0" row="6" />
|
||||
<location col="1" row="6" colspan="2" />
|
||||
</attr>
|
||||
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,54 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="main" hasCore="1" hasI18n="1" hasScript="1">
|
||||
<children>
|
||||
<child name="#text" />
|
||||
<child name="a" />
|
||||
<child name="abbr" />
|
||||
<child name="acronym" />
|
||||
<child name="b" />
|
||||
<child name="bdi" />
|
||||
<child name="bdo" />
|
||||
<child name="big" />
|
||||
<child name="br" />
|
||||
<child name="wbr" />
|
||||
<child name="button" />
|
||||
<child name="cite" />
|
||||
<child name="code" />
|
||||
<child name="del" />
|
||||
<child name="dfn" />
|
||||
<child name="em" />
|
||||
<child name="i" />
|
||||
<child name="mark" />
|
||||
<child name="u" />
|
||||
<child name="data" />
|
||||
<child name="time" />
|
||||
<child name="img" />
|
||||
<child name="audio" />
|
||||
<child name="embed" />
|
||||
<child name="source" />
|
||||
<child name="track" />
|
||||
<child name="video" />
|
||||
<child name="svg" />
|
||||
<child name="input" />
|
||||
<child name="ins" />
|
||||
<child name="kbd" />
|
||||
<child name="label" />
|
||||
<child name="map" />
|
||||
<child name="object" />
|
||||
<child name="q" />
|
||||
<child name="samp" />
|
||||
<child name="script" />
|
||||
<child name="select" />
|
||||
<child name="small" />
|
||||
<child name="span" />
|
||||
<child name="strong" />
|
||||
<child name="sub" />
|
||||
<child name="sup" />
|
||||
<child name="textarea" />
|
||||
<child name="tt" />
|
||||
<child name="var" />
|
||||
</children>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,46 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="map" hasCore="1" hasI18n="1" hasScript="1">
|
||||
|
||||
<children>
|
||||
<child name="address" />
|
||||
<child name="article" />
|
||||
<child name="aside" />
|
||||
<child name="center" />
|
||||
<child name="details" />
|
||||
<child name="figcaption" />
|
||||
<child name="figure" />
|
||||
<child name="footer" />
|
||||
<child name="header" />
|
||||
<child name="main" />
|
||||
<child name="nav" />
|
||||
<child name="picture" />
|
||||
<child name="section" />
|
||||
<child name="area" />
|
||||
<child name="blockquote" />
|
||||
<child name="del" />
|
||||
<child name="div" />
|
||||
<child name="dl" />
|
||||
<child name="fieldset" />
|
||||
<child name="form" />
|
||||
<child name="h1" />
|
||||
<child name="h2" />
|
||||
<child name="h3" />
|
||||
<child name="h4" />
|
||||
<child name="h5" />
|
||||
<child name="h6" />
|
||||
<child name="hr" />
|
||||
<child name="ins" />
|
||||
<child name="noscript" />
|
||||
<child name="ol" />
|
||||
<child name="p" />
|
||||
<child name="pre" />
|
||||
<child name="script" />
|
||||
<child name="table" />
|
||||
<child name="ul" />
|
||||
<child name="dir" />
|
||||
</children>
|
||||
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,54 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="mark" hasCore="1" hasI18n="1" hasScript="1" scope="word">
|
||||
<children>
|
||||
<child name="#text" />
|
||||
<child name="a" />
|
||||
<child name="abbr" />
|
||||
<child name="acronym" />
|
||||
<child name="b" />
|
||||
<child name="bdi" />
|
||||
<child name="bdo" />
|
||||
<child name="big" />
|
||||
<child name="br" />
|
||||
<child name="wbr" />
|
||||
<child name="button" />
|
||||
<child name="cite" />
|
||||
<child name="code" />
|
||||
<child name="del" />
|
||||
<child name="dfn" />
|
||||
<child name="em" />
|
||||
<child name="i" />
|
||||
<child name="mark" />
|
||||
<child name="u" />
|
||||
<child name="data" />
|
||||
<child name="time" />
|
||||
<child name="img" />
|
||||
<child name="audio" />
|
||||
<child name="embed" />
|
||||
<child name="source" />
|
||||
<child name="track" />
|
||||
<child name="video" />
|
||||
<child name="svg" />
|
||||
<child name="input" />
|
||||
<child name="ins" />
|
||||
<child name="kbd" />
|
||||
<child name="label" />
|
||||
<child name="map" />
|
||||
<child name="object" />
|
||||
<child name="q" />
|
||||
<child name="samp" />
|
||||
<child name="script" />
|
||||
<child name="select" />
|
||||
<child name="small" />
|
||||
<child name="span" />
|
||||
<child name="strong" />
|
||||
<child name="sub" />
|
||||
<child name="sup" />
|
||||
<child name="textarea" />
|
||||
<child name="tt" />
|
||||
<child name="var" />
|
||||
</children>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,31 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="meta" hasI18n="1" single="1">
|
||||
|
||||
<attr name="id" type="list" source="dcop" interface="QuantaIf" method="idSelectors()" arguments="" >
|
||||
<text>id</text>
|
||||
<textlocation col="0" row="0" />
|
||||
<location col="1" row="0" colspan="2" />
|
||||
</attr>
|
||||
|
||||
<attr name="http-equiv" type="input">
|
||||
<text>http-equiv</text>
|
||||
<textlocation col="0" row="1" />
|
||||
<location col="1" row="1" colspan="2" />
|
||||
</attr>
|
||||
|
||||
<attr name="content" type="input">
|
||||
<text>content</text>
|
||||
<textlocation col="0" row="2" />
|
||||
<location col="1" row="2" colspan="2" />
|
||||
</attr>
|
||||
|
||||
<attr name="scheme" type="input">
|
||||
<text>scheme</text>
|
||||
<textlocation col="0" row="3" />
|
||||
<location col="1" row="3" colspan="2" />
|
||||
</attr>
|
||||
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,54 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="nav" hasCore="1" hasI18n="1" hasScript="1">
|
||||
<children>
|
||||
<child name="#text" />
|
||||
<child name="a" />
|
||||
<child name="abbr" />
|
||||
<child name="acronym" />
|
||||
<child name="b" />
|
||||
<child name="bdi" />
|
||||
<child name="bdo" />
|
||||
<child name="big" />
|
||||
<child name="br" />
|
||||
<child name="wbr" />
|
||||
<child name="button" />
|
||||
<child name="cite" />
|
||||
<child name="code" />
|
||||
<child name="del" />
|
||||
<child name="dfn" />
|
||||
<child name="em" />
|
||||
<child name="i" />
|
||||
<child name="mark" />
|
||||
<child name="u" />
|
||||
<child name="data" />
|
||||
<child name="time" />
|
||||
<child name="img" />
|
||||
<child name="audio" />
|
||||
<child name="embed" />
|
||||
<child name="source" />
|
||||
<child name="track" />
|
||||
<child name="video" />
|
||||
<child name="svg" />
|
||||
<child name="input" />
|
||||
<child name="ins" />
|
||||
<child name="kbd" />
|
||||
<child name="label" />
|
||||
<child name="map" />
|
||||
<child name="object" />
|
||||
<child name="q" />
|
||||
<child name="samp" />
|
||||
<child name="script" />
|
||||
<child name="select" />
|
||||
<child name="small" />
|
||||
<child name="span" />
|
||||
<child name="strong" />
|
||||
<child name="sub" />
|
||||
<child name="sup" />
|
||||
<child name="textarea" />
|
||||
<child name="tt" />
|
||||
<child name="var" />
|
||||
</children>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,44 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="noscript" hasCore="1" hasI18n="1" hasScript="1">
|
||||
|
||||
<children>
|
||||
<child name="address" />
|
||||
<child name="article" />
|
||||
<child name="aside" />
|
||||
<child name="center" />
|
||||
<child name="details" />
|
||||
<child name="figcaption" />
|
||||
<child name="figure" />
|
||||
<child name="footer" />
|
||||
<child name="header" />
|
||||
<child name="main" />
|
||||
<child name="nav" />
|
||||
<child name="picture" />
|
||||
<child name="section" />
|
||||
<child name="blockquote" />
|
||||
<child name="del" />
|
||||
<child name="di" />
|
||||
<child name="dl" />
|
||||
<child name="fieldset" />
|
||||
<child name="form" />
|
||||
<child name="h1" />
|
||||
<child name="h2" />
|
||||
<child name="h3" />
|
||||
<child name="h4" />
|
||||
<child name="h5" />
|
||||
<child name="h6" />
|
||||
<child name="hr" />
|
||||
<child name="ins" />
|
||||
<child name="noscript" />
|
||||
<child name="ol" />
|
||||
<child name="p" />
|
||||
<child name="pre" />
|
||||
<child name="script" />
|
||||
<child name="table" />
|
||||
<child name="ul" />
|
||||
<child name="dir" />
|
||||
</children>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,202 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="object" hasCore="1" hasI18n="1" hasScript="1">
|
||||
|
||||
<attr name="archive" type="input">
|
||||
<text>archive</text>
|
||||
<textlocation col="0" row="0" />
|
||||
<location col="1" row="0" colspan="2" />
|
||||
</attr>
|
||||
|
||||
<attr name="classid" type="input">
|
||||
<text>classid</text>
|
||||
<textlocation col="0" row="1" />
|
||||
<location col="1" row="1" colspan="2" />
|
||||
</attr>
|
||||
|
||||
<attr name="codebase" type="input">
|
||||
<text>codebase</text>
|
||||
<textlocation col="0" row="2" />
|
||||
<location col="1" row="2" colspan="2" />
|
||||
</attr>
|
||||
|
||||
<attr name="codetype" type="list">
|
||||
<text>codetype</text>
|
||||
<textlocation col="0" row="3" />
|
||||
<location col="1" row="3" colspan="2" />
|
||||
<items>
|
||||
<item>image/jpeg</item>
|
||||
<item>image/gif</item>
|
||||
<item>image/png</item>
|
||||
<item>model/vrml</item>
|
||||
<item>video/quicktime</item>
|
||||
<item>application/java</item>
|
||||
<item>audio/basic</item>
|
||||
<item>text/html</item>
|
||||
<item>text/css</item>
|
||||
</items>
|
||||
</attr>
|
||||
|
||||
<attr name="type" type="list">
|
||||
<text>type</text>
|
||||
<textlocation col="0" row="4" />
|
||||
<location col="1" row="4" colspan="2" />
|
||||
<items>
|
||||
<item>image/jpeg</item>
|
||||
<item>image/gif</item>
|
||||
<item>image/png</item>
|
||||
<item>model/vrml</item>
|
||||
<item>video/quicktime</item>
|
||||
<item>application/java</item>
|
||||
<item>audio/basic</item>
|
||||
<item>text/html</item>
|
||||
<item>text/css</item>
|
||||
</items>
|
||||
</attr>
|
||||
|
||||
<attr name="data" type="url">
|
||||
<text>data</text>
|
||||
<textlocation col="0" row="5" />
|
||||
<location col="1" row="5" colspan="2" />
|
||||
</attr>
|
||||
|
||||
<attr name="height" type="input">
|
||||
<text>height</text>
|
||||
<textlocation col="0" row="6" />
|
||||
<location col="1" row="6" colspan="2" />
|
||||
</attr>
|
||||
|
||||
<attr name="width" type="input">
|
||||
<text>width</text>
|
||||
<textlocation col="0" row="7" />
|
||||
<location col="1" row="7" colspan="2" />
|
||||
</attr>
|
||||
|
||||
<attr name="tabindex" type="input">
|
||||
<text>tabindex</text>
|
||||
<textlocation col="0" row="8" />
|
||||
<location col="1" row="8" colspan="1" />
|
||||
</attr>
|
||||
|
||||
<attr name="standby" type="input">
|
||||
<text>standby</text>
|
||||
<textlocation col="2" row="9" />
|
||||
<location col="3" row="9" colspan="1" />
|
||||
</attr>
|
||||
|
||||
<attr name="declare" type="check">
|
||||
<text>declare</text>
|
||||
<textlocation col="2" row="10" />
|
||||
<location col="3" row="10" colspan="1" />
|
||||
</attr>
|
||||
|
||||
<attr name="usemap" type="input">
|
||||
<text>usemap</text>
|
||||
<textlocation col="2" row="11" />
|
||||
<location col="3" row="11" colspan="1" />
|
||||
</attr>
|
||||
|
||||
<attr name="align" type="input">
|
||||
<text>align</text>
|
||||
<textlocation col="2" row="12" />
|
||||
<location col="3" row="12" colspan="1" />
|
||||
</attr>
|
||||
|
||||
<attr name="border" type="input">
|
||||
<text>border</text>
|
||||
<textlocation col="2" row="13" />
|
||||
<location col="3" row="13" colspan="1" />
|
||||
</attr>
|
||||
|
||||
<attr name="hspace" type="input">
|
||||
<text>hspace</text>
|
||||
<textlocation col="2" row="14" />
|
||||
<location col="3" row="14" colspan="1" />
|
||||
</attr>
|
||||
|
||||
<attr name="vspace" type="input">
|
||||
<text>vspace</text>
|
||||
<textlocation col="2" row="15" />
|
||||
<location col="3" row="15" colspan="1" />
|
||||
</attr>
|
||||
|
||||
<children>
|
||||
<child name="#text" />
|
||||
<child name="a" />
|
||||
<child name="abbr" />
|
||||
<child name="acronym" />
|
||||
<child name="address" />
|
||||
<child name="article" />
|
||||
<child name="aside" />
|
||||
<child name="center" />
|
||||
<child name="details" />
|
||||
<child name="figcaption" />
|
||||
<child name="figure" />
|
||||
<child name="footer" />
|
||||
<child name="header" />
|
||||
<child name="main" />
|
||||
<child name="nav" />
|
||||
<child name="picture" />
|
||||
<child name="section" />
|
||||
<child name="b" />
|
||||
<child name="bdi" />
|
||||
<child name="bdo" />
|
||||
<child name="big" />
|
||||
<child name="blockquote" />
|
||||
<child name="br" />
|
||||
<child name="wbr" />
|
||||
<child name="button" />
|
||||
<child name="cite" />
|
||||
<child name="code" />
|
||||
<child name="del" />
|
||||
<child name="dfn" />
|
||||
<child name="di" />
|
||||
<child name="dl" />
|
||||
<child name="em" />
|
||||
<child name="fieldset" />
|
||||
<child name="form" />
|
||||
<child name="h1" />
|
||||
<child name="h2" />
|
||||
<child name="h3" />
|
||||
<child name="h4" />
|
||||
<child name="h5" />
|
||||
<child name="h6" />
|
||||
<child name="hr" />
|
||||
<child name="img" />
|
||||
<child name="audio" />
|
||||
<child name="embed" />
|
||||
<child name="source" />
|
||||
<child name="track" />
|
||||
<child name="video" />
|
||||
<child name="svg" />
|
||||
<child name="input" />
|
||||
<child name="ins" />
|
||||
<child name="kbd" />
|
||||
<child name="label" />
|
||||
<child name="map" />
|
||||
<child name="noscript" />
|
||||
<child name="object" />
|
||||
<child name="ol" />
|
||||
<child name="p" />
|
||||
<child name="param" />
|
||||
<child name="pre" />
|
||||
<child name="q" />
|
||||
<child name="samp" />
|
||||
<child name="script" />
|
||||
<child name="select" />
|
||||
<child name="small" />
|
||||
<child name="span" />
|
||||
<child name="strong" />
|
||||
<child name="sub" />
|
||||
<child name="sup" />
|
||||
<child name="table" />
|
||||
<child name="textarea" />
|
||||
<child name="tt" />
|
||||
<child name="ul" />
|
||||
<child name="dir" />
|
||||
<child name="var" />
|
||||
</children>
|
||||
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="ol" hasCore="1" hasI18n="1" hasScript="1">
|
||||
|
||||
<children>
|
||||
<child name="li" usage="required" />
|
||||
</children>
|
||||
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="optgroup" hasCore="1" hasI18n="1" hasScript="1">
|
||||
|
||||
<attr name="disabled" type="check">
|
||||
<text>disabled</text>
|
||||
<location col="2" row="0" colspan="1" />
|
||||
<tooltip>Disable the element</tooltip>
|
||||
</attr>
|
||||
|
||||
<attr name="label" type="input">
|
||||
<text>label</text>
|
||||
<textlocation col="0" row="1" colspan="1" />
|
||||
<location col="1" row="1" colspan="1" />
|
||||
</attr>
|
||||
|
||||
<children>
|
||||
<child name="option" />
|
||||
</children>
|
||||
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,41 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="option" hasFocus="1" hasCore="1" hasI18n="1" hasScript="1">
|
||||
|
||||
<attr name="value" type="input">
|
||||
<text>value</text>
|
||||
<textlocation col="0" row="0" />
|
||||
<location col="1" row="0" />
|
||||
</attr>
|
||||
|
||||
<attr name="selected" type="list">
|
||||
<text>Selected</text>
|
||||
<textlocation col="0" row="1" />
|
||||
<location col="1" row="1" />
|
||||
<items>
|
||||
<item>selected</item>
|
||||
</items>
|
||||
</attr>
|
||||
|
||||
<attr name="disabled" type="list">
|
||||
<text>Disabled</text>
|
||||
<textlocation col="0" row="2" />
|
||||
<location col="1" row="2" />
|
||||
<items>
|
||||
<item>disabled</item>
|
||||
</items>
|
||||
</attr>
|
||||
|
||||
<attr name="label" type="input">
|
||||
<text>label</text>
|
||||
<textlocation col="0" row="3" />
|
||||
<location col="1" row="3" />
|
||||
</attr>
|
||||
|
||||
<stoppingtags>
|
||||
<stoppingtag name="option" />
|
||||
</stoppingtags>
|
||||
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,66 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="p" hasCore="1" hasI18n="1" hasScript="1">
|
||||
|
||||
<stoppingtags>
|
||||
<stoppingtag name="p" />
|
||||
<stoppingtag name="li" />
|
||||
<stoppingtag name="td" />
|
||||
<stoppingtag name="tr" />
|
||||
<stoppingtag name="th" />
|
||||
<stoppingtag name="dt" />
|
||||
<stoppingtag name="dd" />
|
||||
</stoppingtags>
|
||||
|
||||
<children>
|
||||
<child name="#text" />
|
||||
<child name="a" />
|
||||
<child name="abbr" />
|
||||
<child name="acronym" />
|
||||
<child name="b" />
|
||||
<child name="bdi" />
|
||||
<child name="bdo" />
|
||||
<child name="big" />
|
||||
<child name="br" />
|
||||
<child name="wbr" />
|
||||
<child name="button" />
|
||||
<child name="cite" />
|
||||
<child name="code" />
|
||||
<child name="del" />
|
||||
<child name="dfn" />
|
||||
<child name="em" />
|
||||
<child name="i" />
|
||||
<child name="mark" />
|
||||
<child name="u" />
|
||||
<child name="data" />
|
||||
<child name="time" />
|
||||
<child name="img" />
|
||||
<child name="audio" />
|
||||
<child name="embed" />
|
||||
<child name="source" />
|
||||
<child name="track" />
|
||||
<child name="video" />
|
||||
<child name="svg" />
|
||||
<child name="input" />
|
||||
<child name="ins" />
|
||||
<child name="kbd" />
|
||||
<child name="label" />
|
||||
<child name="map" />
|
||||
<child name="object" />
|
||||
<child name="q" />
|
||||
<child name="samp" />
|
||||
<child name="script" />
|
||||
<child name="select" />
|
||||
<child name="small" />
|
||||
<child name="span" />
|
||||
<child name="strong" />
|
||||
<child name="sub" />
|
||||
<child name="sup" />
|
||||
<child name="textarea" />
|
||||
<child name="tt" />
|
||||
<child name="var" />
|
||||
</children>
|
||||
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,47 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="param" single="1">
|
||||
|
||||
<attr name="id" type="list" source="dcop" interface="QuantaIf" method="idSelectors()" arguments="" >
|
||||
<text>id</text>
|
||||
<textlocation col="0" row="0" />
|
||||
<location col="1" row="0" colspan="2" />
|
||||
</attr>
|
||||
|
||||
<attr name="type" type="list">
|
||||
<text>type</text>
|
||||
<textlocation col="0" row="1" />
|
||||
<location col="1" row="1" colspan="2" />
|
||||
<items>
|
||||
<item>image/jpeg</item>
|
||||
<item>image/gif</item>
|
||||
<item>image/png</item>
|
||||
<item>model/vrml</item>
|
||||
<item>video/quicktime</item>
|
||||
<item>application/java</item>
|
||||
<item>audio/basic</item>
|
||||
<item>text/html</item>
|
||||
<item>text/css</item>
|
||||
</items>
|
||||
</attr>
|
||||
|
||||
<attr name="value" type="input">
|
||||
<text>value</text>
|
||||
<textlocation col="0" row="2" />
|
||||
<location col="1" row="2" colspan="1" />
|
||||
</attr>
|
||||
|
||||
<attr name="valuetype" type="list">
|
||||
<text>valuetype</text>
|
||||
<textlocation col="0" row="3" />
|
||||
<location col="1" row="3" colspan="2" />
|
||||
<items>
|
||||
<item>data</item>
|
||||
<item>ref</item>
|
||||
<item>object</item>
|
||||
</items>
|
||||
</attr>
|
||||
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,54 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="picture" hasCore="1" hasI18n="1" hasScript="1">
|
||||
<children>
|
||||
<child name="#text" />
|
||||
<child name="a" />
|
||||
<child name="abbr" />
|
||||
<child name="acronym" />
|
||||
<child name="b" />
|
||||
<child name="bdi" />
|
||||
<child name="bdo" />
|
||||
<child name="big" />
|
||||
<child name="br" />
|
||||
<child name="wbr" />
|
||||
<child name="button" />
|
||||
<child name="cite" />
|
||||
<child name="code" />
|
||||
<child name="del" />
|
||||
<child name="dfn" />
|
||||
<child name="em" />
|
||||
<child name="i" />
|
||||
<child name="mark" />
|
||||
<child name="u" />
|
||||
<child name="data" />
|
||||
<child name="time" />
|
||||
<child name="img" />
|
||||
<child name="audio" />
|
||||
<child name="embed" />
|
||||
<child name="source" />
|
||||
<child name="track" />
|
||||
<child name="video" />
|
||||
<child name="svg" />
|
||||
<child name="input" />
|
||||
<child name="ins" />
|
||||
<child name="kbd" />
|
||||
<child name="label" />
|
||||
<child name="map" />
|
||||
<child name="object" />
|
||||
<child name="q" />
|
||||
<child name="samp" />
|
||||
<child name="script" />
|
||||
<child name="select" />
|
||||
<child name="small" />
|
||||
<child name="span" />
|
||||
<child name="strong" />
|
||||
<child name="sub" />
|
||||
<child name="sup" />
|
||||
<child name="textarea" />
|
||||
<child name="tt" />
|
||||
<child name="var" />
|
||||
</children>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,51 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="pre" hasCore="1" hasI18n="1" hasScript="1">
|
||||
|
||||
<attr name="xml:space" type="list">
|
||||
<text>xml:space</text>
|
||||
<textlocation col="0" row="1" />
|
||||
<location col="1" row="1" colspan="2" />
|
||||
<items>
|
||||
<item>preserve</item>
|
||||
</items>
|
||||
</attr>
|
||||
<children>
|
||||
<child name="#text" />
|
||||
<child name="a" />
|
||||
<child name="abbr" />
|
||||
<child name="acronym" />
|
||||
<child name="b" />
|
||||
<child name="bdi" />
|
||||
<child name="bdo" />
|
||||
<child name="br" />
|
||||
<child name="wbr" />
|
||||
<child name="button" />
|
||||
<child name="cite" />
|
||||
<child name="code" />
|
||||
<child name="del" />
|
||||
<child name="dfn" />
|
||||
<child name="em" />
|
||||
<child name="i" />
|
||||
<child name="mark" />
|
||||
<child name="u" />
|
||||
<child name="data" />
|
||||
<child name="time" />
|
||||
<child name="input" />
|
||||
<child name="ins" />
|
||||
<child name="kbd" />
|
||||
<child name="label" />
|
||||
<child name="map" />
|
||||
<child name="q" />
|
||||
<child name="samp" />
|
||||
<child name="script" />
|
||||
<child name="select" />
|
||||
<child name="span" />
|
||||
<child name="strong" />
|
||||
<child name="textarea" />
|
||||
<child name="tt" />
|
||||
<child name="var" />
|
||||
</children>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,60 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="q" hasCore="1" hasI18n="1" hasScript="1">
|
||||
|
||||
<attr name="cite" type="input">
|
||||
<text>cite</text>
|
||||
<textlocation col="0" row="0" />
|
||||
<location col="1" row="0" colspan="2" />
|
||||
</attr>
|
||||
<children>
|
||||
<child name="#text" />
|
||||
<child name="a" />
|
||||
<child name="abbr" />
|
||||
<child name="acronym" />
|
||||
<child name="b" />
|
||||
<child name="bdi" />
|
||||
<child name="bdo" />
|
||||
<child name="big" />
|
||||
<child name="br" />
|
||||
<child name="wbr" />
|
||||
<child name="button" />
|
||||
<child name="cite" />
|
||||
<child name="code" />
|
||||
<child name="del" />
|
||||
<child name="dfn" />
|
||||
<child name="em" />
|
||||
<child name="i" />
|
||||
<child name="mark" />
|
||||
<child name="u" />
|
||||
<child name="data" />
|
||||
<child name="time" />
|
||||
<child name="img" />
|
||||
<child name="audio" />
|
||||
<child name="embed" />
|
||||
<child name="source" />
|
||||
<child name="track" />
|
||||
<child name="video" />
|
||||
<child name="svg" />
|
||||
<child name="input" />
|
||||
<child name="ins" />
|
||||
<child name="kbd" />
|
||||
<child name="label" />
|
||||
<child name="map" />
|
||||
<child name="object" />
|
||||
<child name="q" />
|
||||
<child name="samp" />
|
||||
<child name="script" />
|
||||
<child name="select" />
|
||||
<child name="small" />
|
||||
<child name="span" />
|
||||
<child name="strong" />
|
||||
<child name="sub" />
|
||||
<child name="sup" />
|
||||
<child name="textarea" />
|
||||
<child name="tt" />
|
||||
<child name="var" />
|
||||
</children>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="rb" hasCore="1" hasI18n="1" hasScript="1">
|
||||
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="rbc" hasCore="1" hasI18n="1" hasScript="1">
|
||||
<children>
|
||||
<child name="rb" />
|
||||
</children>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="rp" hasCore="1" hasI18n="1" hasScript="1">
|
||||
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="rt" hasCore="1" hasI18n="1" hasScript="1">
|
||||
|
||||
<attr name="rbspan" type="input" />
|
||||
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="rtc" hasCore="1" hasI18n="1" hasScript="1">
|
||||
<children>
|
||||
<child name="rt" />
|
||||
</children>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="ruby" hasCore="1" hasI18n="1" hasScript="1">
|
||||
<children>
|
||||
<child name="rb" />
|
||||
<child name="rt" />
|
||||
<child name="rp" />
|
||||
<child name="rtc" />
|
||||
<child name="rbc" />
|
||||
</children>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,54 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="samp" hasCore="1" hasI18n="1" hasScript="1">
|
||||
<children>
|
||||
<child name="#text" />
|
||||
<child name="a" />
|
||||
<child name="abbr" />
|
||||
<child name="acronym" />
|
||||
<child name="b" />
|
||||
<child name="bdi" />
|
||||
<child name="bdo" />
|
||||
<child name="big" />
|
||||
<child name="br" />
|
||||
<child name="wbr" />
|
||||
<child name="button" />
|
||||
<child name="cite" />
|
||||
<child name="code" />
|
||||
<child name="del" />
|
||||
<child name="dfn" />
|
||||
<child name="em" />
|
||||
<child name="i" />
|
||||
<child name="mark" />
|
||||
<child name="u" />
|
||||
<child name="data" />
|
||||
<child name="time" />
|
||||
<child name="img" />
|
||||
<child name="audio" />
|
||||
<child name="embed" />
|
||||
<child name="source" />
|
||||
<child name="track" />
|
||||
<child name="video" />
|
||||
<child name="svg" />
|
||||
<child name="input" />
|
||||
<child name="ins" />
|
||||
<child name="kbd" />
|
||||
<child name="label" />
|
||||
<child name="map" />
|
||||
<child name="object" />
|
||||
<child name="q" />
|
||||
<child name="samp" />
|
||||
<child name="script" />
|
||||
<child name="select" />
|
||||
<child name="small" />
|
||||
<child name="span" />
|
||||
<child name="strong" />
|
||||
<child name="sub" />
|
||||
<child name="sup" />
|
||||
<child name="textarea" />
|
||||
<child name="tt" />
|
||||
<child name="var" />
|
||||
</children>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,46 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="script">
|
||||
|
||||
<attr name="type" type="list">
|
||||
<text>Type</text>
|
||||
<textlocation col="0" row="0" />
|
||||
<location col="1" row="0" colspan="2" />
|
||||
<items>
|
||||
<item>text/html</item>
|
||||
<item>text/css</item>
|
||||
<item>text/php</item>
|
||||
<item>text/javascript</item>
|
||||
<item>application/x-javascript</item>
|
||||
</items>
|
||||
</attr>
|
||||
|
||||
<attr name="src" type="url">
|
||||
<text>Source</text>
|
||||
<textlocation col="0" row="1" />
|
||||
<location col="1" row="1" colspan="2" />
|
||||
</attr>
|
||||
|
||||
<attr name="charset" type="input">
|
||||
<text>Charset</text>
|
||||
<textlocation col="0" row="2" />
|
||||
<location col="1" row="2" colspan="2" />
|
||||
</attr>
|
||||
|
||||
<attr name="defer" type="check">
|
||||
<text>Defer (script execution may wait)</text>
|
||||
<location col="0" row="3" colspan="2" />
|
||||
</attr>
|
||||
|
||||
<attr name="xml:space" type="list">
|
||||
<text>xml:space</text>
|
||||
<textlocation col="0" row="4" />
|
||||
<location col="1" row="4" colspan="2" />
|
||||
<items>
|
||||
<item>preserve</item>
|
||||
</items>
|
||||
</attr>
|
||||
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,54 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="section" hasCore="1" hasI18n="1" hasScript="1">
|
||||
<children>
|
||||
<child name="#text" />
|
||||
<child name="a" />
|
||||
<child name="abbr" />
|
||||
<child name="acronym" />
|
||||
<child name="b" />
|
||||
<child name="bdi" />
|
||||
<child name="bdo" />
|
||||
<child name="big" />
|
||||
<child name="br" />
|
||||
<child name="wbr" />
|
||||
<child name="button" />
|
||||
<child name="cite" />
|
||||
<child name="code" />
|
||||
<child name="del" />
|
||||
<child name="dfn" />
|
||||
<child name="em" />
|
||||
<child name="i" />
|
||||
<child name="mark" />
|
||||
<child name="u" />
|
||||
<child name="data" />
|
||||
<child name="time" />
|
||||
<child name="img" />
|
||||
<child name="audio" />
|
||||
<child name="embed" />
|
||||
<child name="source" />
|
||||
<child name="track" />
|
||||
<child name="video" />
|
||||
<child name="svg" />
|
||||
<child name="input" />
|
||||
<child name="ins" />
|
||||
<child name="kbd" />
|
||||
<child name="label" />
|
||||
<child name="map" />
|
||||
<child name="object" />
|
||||
<child name="q" />
|
||||
<child name="samp" />
|
||||
<child name="script" />
|
||||
<child name="select" />
|
||||
<child name="small" />
|
||||
<child name="span" />
|
||||
<child name="strong" />
|
||||
<child name="sub" />
|
||||
<child name="sup" />
|
||||
<child name="textarea" />
|
||||
<child name="tt" />
|
||||
<child name="var" />
|
||||
</children>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,55 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="select" hasCore="1" hasI18n="1" hasScript="1">
|
||||
|
||||
<attr name="multiple" type="check">
|
||||
<text>multiple</text>
|
||||
<location col="1" row="0" />
|
||||
</attr>
|
||||
|
||||
<attr name="disabled" type="check">
|
||||
<text>disabled</text>
|
||||
<location col="1" row="1" />
|
||||
</attr>
|
||||
|
||||
<attr name="tabindex" type="input">
|
||||
<text>tabindex</text>
|
||||
<textlocation col="0" row="2" />
|
||||
<location col="1" row="2" />
|
||||
</attr>
|
||||
|
||||
<attr name="size" type="input">
|
||||
<text>size</text>
|
||||
<textlocation col="0" row="3" />
|
||||
<location col="1" row="3" />
|
||||
</attr>
|
||||
|
||||
<attr name="onfocus" type="input">
|
||||
<text>onfocus</text>
|
||||
<textlocation col="0" row="4" />
|
||||
<location col="1" row="4" />
|
||||
</attr>
|
||||
|
||||
<attr name="onblur" type="input">
|
||||
<text>onblur</text>
|
||||
<textlocation col="0" row="5" />
|
||||
<location col="1" row="5" />
|
||||
</attr>
|
||||
|
||||
<attr name="onchange" type="input">
|
||||
<text>onchange</text>
|
||||
<textlocation col="0" row="6" />
|
||||
<location col="1" row="6" />
|
||||
</attr>
|
||||
|
||||
<stoppingtags>
|
||||
<stoppingtag name="select" />
|
||||
</stoppingtags>
|
||||
|
||||
<children>
|
||||
<child name="optgroup" />
|
||||
<child name="option" />
|
||||
</children>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,54 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="small" hasCore="1" hasI18n="1" hasScript="1">
|
||||
<children>
|
||||
<child name="#text" />
|
||||
<child name="a" />
|
||||
<child name="abbr" />
|
||||
<child name="acronym" />
|
||||
<child name="b" />
|
||||
<child name="bdi" />
|
||||
<child name="bdo" />
|
||||
<child name="big" />
|
||||
<child name="br" />
|
||||
<child name="wbr" />
|
||||
<child name="button" />
|
||||
<child name="cite" />
|
||||
<child name="code" />
|
||||
<child name="del" />
|
||||
<child name="dfn" />
|
||||
<child name="em" />
|
||||
<child name="i" />
|
||||
<child name="mark" />
|
||||
<child name="u" />
|
||||
<child name="data" />
|
||||
<child name="time" />
|
||||
<child name="img" />
|
||||
<child name="audio" />
|
||||
<child name="embed" />
|
||||
<child name="source" />
|
||||
<child name="track" />
|
||||
<child name="video" />
|
||||
<child name="svg" />
|
||||
<child name="input" />
|
||||
<child name="ins" />
|
||||
<child name="kbd" />
|
||||
<child name="label" />
|
||||
<child name="map" />
|
||||
<child name="object" />
|
||||
<child name="q" />
|
||||
<child name="samp" />
|
||||
<child name="script" />
|
||||
<child name="select" />
|
||||
<child name="small" />
|
||||
<child name="span" />
|
||||
<child name="strong" />
|
||||
<child name="sub" />
|
||||
<child name="sup" />
|
||||
<child name="textarea" />
|
||||
<child name="tt" />
|
||||
<child name="var" />
|
||||
</children>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,48 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="source" hasCore="1" hasI18n="1" hasScript="1">
|
||||
|
||||
<attr name="longdesc" type="url">
|
||||
<text>longdesc</text>
|
||||
<textlocation col="0" row="0" />
|
||||
<location col="1" row="0" colspan="2" />
|
||||
</attr>
|
||||
|
||||
<attr name="src" type="url">
|
||||
<text>src</text>
|
||||
<textlocation col="0" row="1" />
|
||||
<location col="1" row="1" colspan="2" />
|
||||
</attr>
|
||||
|
||||
<attr name="height" type="input">
|
||||
<text>height</text>
|
||||
<textlocation col="0" row="2" />
|
||||
<location col="1" row="2" colspan="2" />
|
||||
</attr>
|
||||
|
||||
<attr name="width" type="input">
|
||||
<text>width</text>
|
||||
<textlocation col="0" row="3" />
|
||||
<location col="1" row="3" colspan="2" />
|
||||
</attr>
|
||||
|
||||
<attr name="alt" type="input">
|
||||
<text>alt</text>
|
||||
<textlocation col="0" row="4" />
|
||||
<location col="1" row="4" colspan="3" />
|
||||
</attr>
|
||||
|
||||
<attr name="usemap" type="input">
|
||||
<text>usemap</text>
|
||||
<textlocation col="0" row="5" />
|
||||
<location col="1" row="5" colspan="3" />
|
||||
</attr>
|
||||
|
||||
<attr name="ismap" type="check">
|
||||
<text>ismap</text>
|
||||
<textlocation col="0" row="6" />
|
||||
<location col="1" row="6" colspan="3" />
|
||||
</attr>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,54 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="span" hasCore="1" hasI18n="1" hasScript="1">
|
||||
<children>
|
||||
<child name="#text" />
|
||||
<child name="a" />
|
||||
<child name="abbr" />
|
||||
<child name="acronym" />
|
||||
<child name="b" />
|
||||
<child name="bdi" />
|
||||
<child name="bdo" />
|
||||
<child name="big" />
|
||||
<child name="br" />
|
||||
<child name="wbr" />
|
||||
<child name="button" />
|
||||
<child name="cite" />
|
||||
<child name="code" />
|
||||
<child name="del" />
|
||||
<child name="dfn" />
|
||||
<child name="em" />
|
||||
<child name="i" />
|
||||
<child name="mark" />
|
||||
<child name="u" />
|
||||
<child name="data" />
|
||||
<child name="time" />
|
||||
<child name="img" />
|
||||
<child name="audio" />
|
||||
<child name="embed" />
|
||||
<child name="source" />
|
||||
<child name="track" />
|
||||
<child name="video" />
|
||||
<child name="svg" />
|
||||
<child name="input" />
|
||||
<child name="ins" />
|
||||
<child name="kbd" />
|
||||
<child name="label" />
|
||||
<child name="map" />
|
||||
<child name="object" />
|
||||
<child name="q" />
|
||||
<child name="samp" />
|
||||
<child name="script" />
|
||||
<child name="select" />
|
||||
<child name="small" />
|
||||
<child name="span" />
|
||||
<child name="strong" />
|
||||
<child name="sub" />
|
||||
<child name="sup" />
|
||||
<child name="textarea" />
|
||||
<child name="tt" />
|
||||
<child name="var" />
|
||||
</children>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,54 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="strong" hasCore="1" hasI18n="1" hasScript="1" scope="word">
|
||||
<children>
|
||||
<child name="#text" />
|
||||
<child name="a" />
|
||||
<child name="abbr" />
|
||||
<child name="acronym" />
|
||||
<child name="b" />
|
||||
<child name="bdi" />
|
||||
<child name="bdo" />
|
||||
<child name="big" />
|
||||
<child name="br" />
|
||||
<child name="wbr" />
|
||||
<child name="button" />
|
||||
<child name="cite" />
|
||||
<child name="code" />
|
||||
<child name="del" />
|
||||
<child name="dfn" />
|
||||
<child name="em" />
|
||||
<child name="i" />
|
||||
<child name="mark" />
|
||||
<child name="u" />
|
||||
<child name="data" />
|
||||
<child name="time" />
|
||||
<child name="img" />
|
||||
<child name="audio" />
|
||||
<child name="embed" />
|
||||
<child name="source" />
|
||||
<child name="track" />
|
||||
<child name="video" />
|
||||
<child name="svg" />
|
||||
<child name="input" />
|
||||
<child name="ins" />
|
||||
<child name="kbd" />
|
||||
<child name="label" />
|
||||
<child name="map" />
|
||||
<child name="object" />
|
||||
<child name="q" />
|
||||
<child name="samp" />
|
||||
<child name="script" />
|
||||
<child name="select" />
|
||||
<child name="small" />
|
||||
<child name="span" />
|
||||
<child name="strong" />
|
||||
<child name="sub" />
|
||||
<child name="sup" />
|
||||
<child name="textarea" />
|
||||
<child name="tt" />
|
||||
<child name="var" />
|
||||
</children>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,60 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="style" hasI18n="1">
|
||||
<attr name="id" type="list" source="dcop" interface="QuantaIf" method="idSelectors()" arguments="" >
|
||||
<text>id</text>
|
||||
<textlocation col="0" row="0" />
|
||||
<location col="1" row="0" colspan="2" />
|
||||
</attr>
|
||||
<attr name="type" type="list">
|
||||
<text>type</text>
|
||||
<textlocation col="0" row="1" />
|
||||
<location col="1" row="1" colspan="2" />
|
||||
<items>
|
||||
<item>text/css</item>
|
||||
</items>
|
||||
</attr>
|
||||
|
||||
<attr name="media" type="list">
|
||||
<text>media</text>
|
||||
<textlocation col="0" row="2" />
|
||||
<location col="1" row="2" colspan="2" />
|
||||
<items>
|
||||
<item>screen</item>
|
||||
<item>tty</item>
|
||||
<item>tv</item>
|
||||
<item>projection</item>
|
||||
<item>handheld</item>
|
||||
<item>print</item>
|
||||
<item>braille</item>
|
||||
<item>aural</item>
|
||||
<item>all</item>
|
||||
</items>
|
||||
</attr>
|
||||
|
||||
<attr name="title" type="input">
|
||||
<text>title</text>
|
||||
<textlocation col="0" row="3" />
|
||||
<location col="1" row="3" colspan="2" />
|
||||
</attr>
|
||||
|
||||
<attr name="xml:space" type="list">
|
||||
<text>xml:space</text>
|
||||
<textlocation col="0" row="4" />
|
||||
<location col="1" row="4" colspan="2" />
|
||||
<items>
|
||||
<item>preserve</item>
|
||||
</items>
|
||||
</attr>
|
||||
|
||||
<attr name="defer" type="check">
|
||||
<text>defer</text>
|
||||
<textlocation col="0" row="5" />
|
||||
<location col="1" row="5" colspan="2" />
|
||||
</attr>
|
||||
<children>
|
||||
<child name="#text" />
|
||||
</children>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,54 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="sub" hasCore="1" hasI18n="1" hasScript="1">
|
||||
<children>
|
||||
<child name="#text" />
|
||||
<child name="a" />
|
||||
<child name="abbr" />
|
||||
<child name="acronym" />
|
||||
<child name="b" />
|
||||
<child name="bdi" />
|
||||
<child name="bdo" />
|
||||
<child name="big" />
|
||||
<child name="br" />
|
||||
<child name="wbr" />
|
||||
<child name="button" />
|
||||
<child name="cite" />
|
||||
<child name="code" />
|
||||
<child name="del" />
|
||||
<child name="dfn" />
|
||||
<child name="em" />
|
||||
<child name="i" />
|
||||
<child name="mark" />
|
||||
<child name="u" />
|
||||
<child name="data" />
|
||||
<child name="time" />
|
||||
<child name="img" />
|
||||
<child name="audio" />
|
||||
<child name="embed" />
|
||||
<child name="source" />
|
||||
<child name="track" />
|
||||
<child name="video" />
|
||||
<child name="svg" />
|
||||
<child name="input" />
|
||||
<child name="ins" />
|
||||
<child name="kbd" />
|
||||
<child name="label" />
|
||||
<child name="map" />
|
||||
<child name="object" />
|
||||
<child name="q" />
|
||||
<child name="samp" />
|
||||
<child name="script" />
|
||||
<child name="select" />
|
||||
<child name="small" />
|
||||
<child name="span" />
|
||||
<child name="strong" />
|
||||
<child name="sub" />
|
||||
<child name="sup" />
|
||||
<child name="textarea" />
|
||||
<child name="tt" />
|
||||
<child name="var" />
|
||||
</children>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,54 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="sup" hasCore="1" hasI18n="1" hasScript="1">
|
||||
<children>
|
||||
<child name="#text" />
|
||||
<child name="a" />
|
||||
<child name="abbr" />
|
||||
<child name="acronym" />
|
||||
<child name="b" />
|
||||
<child name="bdi" />
|
||||
<child name="bdo" />
|
||||
<child name="big" />
|
||||
<child name="br" />
|
||||
<child name="wbr" />
|
||||
<child name="button" />
|
||||
<child name="cite" />
|
||||
<child name="code" />
|
||||
<child name="del" />
|
||||
<child name="dfn" />
|
||||
<child name="em" />
|
||||
<child name="i" />
|
||||
<child name="mark" />
|
||||
<child name="u" />
|
||||
<child name="data" />
|
||||
<child name="time" />
|
||||
<child name="img" />
|
||||
<child name="audio" />
|
||||
<child name="embed" />
|
||||
<child name="source" />
|
||||
<child name="track" />
|
||||
<child name="video" />
|
||||
<child name="svg" />
|
||||
<child name="input" />
|
||||
<child name="ins" />
|
||||
<child name="kbd" />
|
||||
<child name="label" />
|
||||
<child name="map" />
|
||||
<child name="object" />
|
||||
<child name="q" />
|
||||
<child name="samp" />
|
||||
<child name="script" />
|
||||
<child name="select" />
|
||||
<child name="small" />
|
||||
<child name="span" />
|
||||
<child name="strong" />
|
||||
<child name="sub" />
|
||||
<child name="sup" />
|
||||
<child name="textarea" />
|
||||
<child name="tt" />
|
||||
<child name="var" />
|
||||
</children>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,44 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="svg" hasFocus="1" hasCore="1" hasI18n="1" hasScript="1">
|
||||
|
||||
<attr name="shape" type="list">
|
||||
<text>shape</text>
|
||||
<textlocation col="0" row="0" />
|
||||
<location col="1" row="0" colspan="2"/>
|
||||
<items>
|
||||
<item>rect</item>
|
||||
<item>circle</item>
|
||||
<item>poly</item>
|
||||
<item>default</item>
|
||||
</items>
|
||||
</attr>
|
||||
|
||||
<attr name="coords" type="text">
|
||||
<text>coords</text>
|
||||
<textlocation col="0" row="1" />
|
||||
<location col="1" row="1" colspan="2"/>
|
||||
</attr>
|
||||
|
||||
<attr name="href" type="url">
|
||||
<text>href</text>
|
||||
<textlocation col="0" row="3" />
|
||||
<location col="1" row="3" colspan="2"/>
|
||||
</attr>
|
||||
|
||||
<attr name="accesskey" type="input">
|
||||
<text>accesskey</text>
|
||||
<textlocation col="0" row="4" />
|
||||
<location col="1" row="4" colspan="1" />
|
||||
</attr>
|
||||
|
||||
<attr name="alt" type="input">
|
||||
<text>alt</text>
|
||||
<textlocation col="0" row="6" />
|
||||
<location col="1" row="6" colspan="2"/>
|
||||
</attr>
|
||||
|
||||
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,79 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="table" hasCore="1" hasI18n="1" hasScript="1">
|
||||
|
||||
<attr name="width" type="input">
|
||||
<text>width</text>
|
||||
<textlocation col="0" row="0" />
|
||||
<tooltip>Use % for percent or it will set pixels</tooltip>
|
||||
<location col="1" row="0" />
|
||||
</attr>
|
||||
|
||||
<attr name="cellspacing" type="input">
|
||||
<text>cellspacing</text>
|
||||
<textlocation col="2" row="0" />
|
||||
<location col="3" row="0" />
|
||||
</attr>
|
||||
|
||||
<attr name="border" type="input">
|
||||
<text>border</text>
|
||||
<textlocation col="0" row="1" />
|
||||
<tooltip>Set in pixels</tooltip>
|
||||
<location col="1" row="1" />
|
||||
</attr>
|
||||
|
||||
<attr name="cellpadding" type="input">
|
||||
<text>cellpadding</text>
|
||||
<textlocation col="2" row="1" />
|
||||
<location col="3" row="1" />
|
||||
</attr>
|
||||
|
||||
<attr name="frame" type="list">
|
||||
<text>frame</text>
|
||||
<textlocation col="0" row="2" />
|
||||
<items>
|
||||
<item>above</item>
|
||||
<item>below</item>
|
||||
<item>border</item>
|
||||
<item>box</item>
|
||||
<item>hsides</item>
|
||||
<item>lhs</item>
|
||||
<item>rhs</item>
|
||||
<item>void</item>
|
||||
<item>vsides</item>
|
||||
</items>
|
||||
<location col="1" row="2" colspan="2" />
|
||||
</attr>
|
||||
|
||||
<attr name="rules" type="list">
|
||||
<text>rules</text>
|
||||
<textlocation col="0" row="3" />
|
||||
<items>
|
||||
<item>none</item>
|
||||
<item>groups</item>
|
||||
<item>rows</item>
|
||||
<item>cols</item>
|
||||
<item>all</item>
|
||||
</items>
|
||||
<location col="1" row="3" colspan="2" />
|
||||
</attr>
|
||||
|
||||
<attr name="summary" type="input">
|
||||
<text>summary</text>
|
||||
<textlocation col="0" row="5" />
|
||||
<location col="1" row="5" colspan="2"/>
|
||||
</attr>
|
||||
|
||||
<children>
|
||||
<child name="caption" />
|
||||
<child name="col" />
|
||||
<child name="colgroup" />
|
||||
<child name="thead" />
|
||||
<child name="tfoot" />
|
||||
<child name="tbody" />
|
||||
<child name="tr" usage="required" />
|
||||
</children>
|
||||
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,39 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="tbody" hasCore="1" hasI18n="1" hasScript="1">
|
||||
|
||||
<attr name="align" type="list">
|
||||
<text>align</text>
|
||||
<textlocation col="0" row="0" />
|
||||
<items>
|
||||
<item>left</item>
|
||||
<item>center</item>
|
||||
<item>right</item>
|
||||
<item>justify</item>
|
||||
<item>char</item>
|
||||
</items>
|
||||
<location col="1" row="0" colspan="1" />
|
||||
</attr>
|
||||
|
||||
<attr name="valign" type="list">
|
||||
<text>valign</text>
|
||||
<textlocation col="0" row="1" />
|
||||
<items>
|
||||
<item>baseline</item>
|
||||
<item>bottom</item>
|
||||
<item>middle</item>
|
||||
<item>top</item>
|
||||
</items>
|
||||
<location col="1" row="1" colspan="1" />
|
||||
</attr>
|
||||
|
||||
<attr name="char" type="input" />
|
||||
<attr name="charoff" type="input" />
|
||||
|
||||
<children>
|
||||
<child name="tr" />
|
||||
</children>
|
||||
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,157 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="td" hasCore="1" hasI18n="1" hasScript="1">
|
||||
|
||||
<attr name="width" type="input">
|
||||
<text>width</text>
|
||||
<textlocation col="0" row="0" />
|
||||
<tooltip>use % for percent or it will set pixels</tooltip>
|
||||
<location col="1" row="0" />
|
||||
</attr>
|
||||
|
||||
<attr name="colspan" type="input">
|
||||
<text>colspan</text>
|
||||
<textlocation col="2" row="0" />
|
||||
<location col="3" row="0" />
|
||||
</attr>
|
||||
|
||||
<attr name="rowspan" type="input">
|
||||
<text>rowspan</text>
|
||||
<textlocation col="2" row="1" />
|
||||
<location col="3" row="1" />
|
||||
</attr>
|
||||
|
||||
<attr name="align" type="list">
|
||||
<text>align</text>
|
||||
<textlocation col="0" row="2" />
|
||||
<items>
|
||||
<item>left</item>
|
||||
<item>center</item>
|
||||
<item>right</item>
|
||||
<item>justify</item>
|
||||
<item>char</item>
|
||||
</items>
|
||||
<location col="1" row="2" colspan="1" />
|
||||
</attr>
|
||||
|
||||
<attr name="valign" type="list">
|
||||
<text>valign</text>
|
||||
<textlocation col="2" row="2" />
|
||||
<items>
|
||||
<item>baseline</item>
|
||||
<item>bottom</item>
|
||||
<item>middle</item>
|
||||
<item>top</item>
|
||||
</items>
|
||||
<location col="3" row="2" colspan="1" />
|
||||
</attr>
|
||||
|
||||
<attr name="headers" type="input" />
|
||||
|
||||
<attr name="abbr" type="input" />
|
||||
|
||||
<attr name="scope" type="list">
|
||||
<items>
|
||||
<item>row</item>
|
||||
<item>col</item>
|
||||
<item>rowgroup</item>
|
||||
<item>colgroup</item>
|
||||
</items>
|
||||
</attr>
|
||||
|
||||
<attr name="axis" type="input" />
|
||||
|
||||
<attr name="char" type="input" />
|
||||
|
||||
<attr name="charoff" type="input" />
|
||||
|
||||
<stoppingtags>
|
||||
<stoppingtag name="td" />
|
||||
<stoppingtag name="tr" />
|
||||
<stoppingtag name="th" />
|
||||
</stoppingtags>
|
||||
|
||||
<children>
|
||||
<child name="#text" />
|
||||
<child name="a" />
|
||||
<child name="abbr" />
|
||||
<child name="acronym" />
|
||||
<child name="address" />
|
||||
<child name="article" />
|
||||
<child name="aside" />
|
||||
<child name="center" />
|
||||
<child name="details" />
|
||||
<child name="figcaption" />
|
||||
<child name="figure" />
|
||||
<child name="footer" />
|
||||
<child name="header" />
|
||||
<child name="main" />
|
||||
<child name="nav" />
|
||||
<child name="picture" />
|
||||
<child name="section" />
|
||||
<child name="b" />
|
||||
<child name="bdi" />
|
||||
<child name="bdo" />
|
||||
<child name="big" />
|
||||
<child name="blockquote" />
|
||||
<child name="br" />
|
||||
<child name="wbr" />
|
||||
<child name="button" />
|
||||
<child name="cite" />
|
||||
<child name="code" />
|
||||
<child name="del" />
|
||||
<child name="dfn" />
|
||||
<child name="div" />
|
||||
<child name="dl" />
|
||||
<child name="em" />
|
||||
<child name="fieldset" />
|
||||
<child name="form" />
|
||||
<child name="h1" />
|
||||
<child name="h2" />
|
||||
<child name="h3" />
|
||||
<child name="h4" />
|
||||
<child name="h5" />
|
||||
<child name="h6" />
|
||||
<child name="hr" />
|
||||
<child name="i" />
|
||||
<child name="mark" />
|
||||
<child name="u" />
|
||||
<child name="data" />
|
||||
<child name="time" />
|
||||
<child name="img" />
|
||||
<child name="audio" />
|
||||
<child name="embed" />
|
||||
<child name="source" />
|
||||
<child name="track" />
|
||||
<child name="video" />
|
||||
<child name="svg" />
|
||||
<child name="input" />
|
||||
<child name="ins" />
|
||||
<child name="kbd" />
|
||||
<child name="label" />
|
||||
<child name="map" />
|
||||
<child name="noscript" />
|
||||
<child name="object" />
|
||||
<child name="ol" />
|
||||
<child name="p" />
|
||||
<child name="pre" />
|
||||
<child name="q" />
|
||||
<child name="samp" />
|
||||
<child name="script" />
|
||||
<child name="select" />
|
||||
<child name="small" />
|
||||
<child name="span" />
|
||||
<child name="strong" />
|
||||
<child name="sub" />
|
||||
<child name="sup" />
|
||||
<child name="table" />
|
||||
<child name="textarea" />
|
||||
<child name="tt" />
|
||||
<child name="ul" />
|
||||
<child name="dir" />
|
||||
<child name="var" />
|
||||
</children>
|
||||
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,43 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="textarea" hasFocus="1" hasCore="1" hasI18n="1" hasScript="1">
|
||||
|
||||
<attr name="cols" type="input">
|
||||
<text>cols</text>
|
||||
<textlocation col="0" row="0" colspan="1" />
|
||||
<location col="1" row="0" colspan="1" />
|
||||
</attr>
|
||||
|
||||
<attr name="rows" type="input">
|
||||
<text>rows</text>
|
||||
<textlocation col="2" row="1" colspan="1" />
|
||||
<location col="3" row="1" colspan="1" />
|
||||
</attr>
|
||||
|
||||
<attr name="disabled" type="check">
|
||||
<text>disabled</text>
|
||||
<location col="0" row="2" colspan="2" />
|
||||
</attr>
|
||||
|
||||
<attr name="readonly" type="check">
|
||||
<text>readonly</text>
|
||||
<location col="0" row="3" colspan="2" />
|
||||
</attr>
|
||||
|
||||
<attr name="onselect" type="input">
|
||||
<text>onselect</text>
|
||||
<textlocation col="2" row="4" colspan="1" />
|
||||
<location col="3" row="4" colspan="1" />
|
||||
</attr>
|
||||
|
||||
<attr name="onchange" type="input">
|
||||
<text>onchange</text>
|
||||
<textlocation col="2" row="5" colspan="1" />
|
||||
<location col="3" row="5" colspan="1" />
|
||||
</attr>
|
||||
<children>
|
||||
<child name="#text" />
|
||||
</children>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,38 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="tfoot" hasCore="1" hasI18n="1" hasScript="1">
|
||||
|
||||
<attr name="align" type="list">
|
||||
<text>align</text>
|
||||
<textlocation col="0" row="0" />
|
||||
<items>
|
||||
<item>left</item>
|
||||
<item>center</item>
|
||||
<item>right</item>
|
||||
<item>justify</item>
|
||||
<item>char</item>
|
||||
</items>
|
||||
<location col="1" row="0" colspan="1" />
|
||||
</attr>
|
||||
|
||||
<attr name="valign" type="list">
|
||||
<text>valign</text>
|
||||
<textlocation col="0" row="1" />
|
||||
<items>
|
||||
<item>baseline</item>
|
||||
<item>bottom</item>
|
||||
<item>middle</item>
|
||||
<item>top</item>
|
||||
</items>
|
||||
<location col="1" row="1" colspan="1" />
|
||||
</attr>
|
||||
|
||||
<attr name="char" type="input" />
|
||||
<attr name="charoff" type="input" />
|
||||
|
||||
<children>
|
||||
<child name="tr" />
|
||||
</children>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,157 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="th" hasCore="1" hasI18n="1" hasScript="1">
|
||||
|
||||
<attr name="width" type="input">
|
||||
<text>width</text>
|
||||
<textlocation col="0" row="0" />
|
||||
<tooltip>use % for percent or it will set pixels</tooltip>
|
||||
<location col="1" row="0" />
|
||||
</attr>
|
||||
|
||||
<attr name="colspan" type="input">
|
||||
<text>colspan</text>
|
||||
<textlocation col="2" row="0" />
|
||||
<location col="3" row="0" />
|
||||
</attr>
|
||||
|
||||
<attr name="rowspan" type="input">
|
||||
<text>rowspan</text>
|
||||
<textlocation col="2" row="1" />
|
||||
<location col="3" row="1" />
|
||||
</attr>
|
||||
|
||||
<attr name="align" type="list">
|
||||
<text>align</text>
|
||||
<textlocation col="0" row="2" />
|
||||
<items>
|
||||
<item>left</item>
|
||||
<item>center</item>
|
||||
<item>right</item>
|
||||
<item>justify</item>
|
||||
<item>char</item>
|
||||
</items>
|
||||
<location col="1" row="2" colspan="1" />
|
||||
</attr>
|
||||
|
||||
<attr name="valign" type="list">
|
||||
<text>valign</text>
|
||||
<textlocation col="2" row="2" />
|
||||
<items>
|
||||
<item>baseline</item>
|
||||
<item>bottom</item>
|
||||
<item>middle</item>
|
||||
<item>top</item>
|
||||
</items>
|
||||
<location col="3" row="2" colspan="1" />
|
||||
</attr>
|
||||
|
||||
<attr name="headers" type="input" />
|
||||
|
||||
<attr name="abbr" type="input" />
|
||||
|
||||
<attr name="scope" type="list">
|
||||
<items>
|
||||
<item>row</item>
|
||||
<item>col</item>
|
||||
<item>rowgroup</item>
|
||||
<item>colgroup</item>
|
||||
</items>
|
||||
</attr>
|
||||
|
||||
<attr name="axis" type="input" />
|
||||
|
||||
<attr name="char" type="input" />
|
||||
|
||||
<attr name="charoff" type="input" />
|
||||
|
||||
<stoppingtags>
|
||||
<stoppingtag name="td" />
|
||||
<stoppingtag name="tr" />
|
||||
<stoppingtag name="th" />
|
||||
</stoppingtags>
|
||||
|
||||
<children>
|
||||
<child name="#text" />
|
||||
<child name="a" />
|
||||
<child name="abbr" />
|
||||
<child name="acronym" />
|
||||
<child name="address" />
|
||||
<child name="article" />
|
||||
<child name="aside" />
|
||||
<child name="center" />
|
||||
<child name="details" />
|
||||
<child name="figcaption" />
|
||||
<child name="figure" />
|
||||
<child name="footer" />
|
||||
<child name="header" />
|
||||
<child name="main" />
|
||||
<child name="nav" />
|
||||
<child name="picture" />
|
||||
<child name="section" />
|
||||
<child name="b" />
|
||||
<child name="bdi" />
|
||||
<child name="bdo" />
|
||||
<child name="big" />
|
||||
<child name="blockquote" />
|
||||
<child name="br" />
|
||||
<child name="wbr" />
|
||||
<child name="button" />
|
||||
<child name="cite" />
|
||||
<child name="code" />
|
||||
<child name="del" />
|
||||
<child name="dfn" />
|
||||
<child name="div" />
|
||||
<child name="dl" />
|
||||
<child name="em" />
|
||||
<child name="fieldset" />
|
||||
<child name="form" />
|
||||
<child name="h1" />
|
||||
<child name="h2" />
|
||||
<child name="h3" />
|
||||
<child name="h4" />
|
||||
<child name="h5" />
|
||||
<child name="h6" />
|
||||
<child name="hr" />
|
||||
<child name="i" />
|
||||
<child name="mark" />
|
||||
<child name="u" />
|
||||
<child name="data" />
|
||||
<child name="time" />
|
||||
<child name="img" />
|
||||
<child name="audio" />
|
||||
<child name="embed" />
|
||||
<child name="source" />
|
||||
<child name="track" />
|
||||
<child name="video" />
|
||||
<child name="svg" />
|
||||
<child name="input" />
|
||||
<child name="ins" />
|
||||
<child name="kbd" />
|
||||
<child name="label" />
|
||||
<child name="map" />
|
||||
<child name="noscript" />
|
||||
<child name="object" />
|
||||
<child name="ol" />
|
||||
<child name="p" />
|
||||
<child name="pre" />
|
||||
<child name="q" />
|
||||
<child name="samp" />
|
||||
<child name="script" />
|
||||
<child name="select" />
|
||||
<child name="small" />
|
||||
<child name="span" />
|
||||
<child name="strong" />
|
||||
<child name="sub" />
|
||||
<child name="sup" />
|
||||
<child name="table" />
|
||||
<child name="textarea" />
|
||||
<child name="tt" />
|
||||
<child name="ul" />
|
||||
<child name="dir" />
|
||||
<child name="var" />
|
||||
</children>
|
||||
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,38 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="thead" hasCore="1" hasI18n="1" hasScript="1">
|
||||
|
||||
<attr name="align" type="list">
|
||||
<text>align</text>
|
||||
<textlocation col="0" row="0" />
|
||||
<items>
|
||||
<item>left</item>
|
||||
<item>center</item>
|
||||
<item>right</item>
|
||||
<item>justify</item>
|
||||
<item>char</item>
|
||||
</items>
|
||||
<location col="1" row="0" colspan="1" />
|
||||
</attr>
|
||||
|
||||
<attr name="valign" type="list">
|
||||
<text>valign</text>
|
||||
<textlocation col="0" row="1" />
|
||||
<items>
|
||||
<item>baseline</item>
|
||||
<item>bottom</item>
|
||||
<item>middle</item>
|
||||
<item>top</item>
|
||||
</items>
|
||||
<location col="1" row="1" colspan="1" />
|
||||
</attr>
|
||||
|
||||
<attr name="char" type="input" />
|
||||
<attr name="charoff" type="input" />
|
||||
|
||||
<children>
|
||||
<child name="tr" />
|
||||
</children>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,92 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="del" hasCore="1" hasI18n="1" hasScript="1">
|
||||
|
||||
<attr name="datetime" type="input">
|
||||
<text>datetime</text>
|
||||
<textlocation col="0" row="0" />
|
||||
<location col="1" row="0" colspan="2" />
|
||||
</attr>
|
||||
<children>
|
||||
<child name="#text" />
|
||||
<child name="a" />
|
||||
<child name="abbr" />
|
||||
<child name="acronym" />
|
||||
<child name="address" />
|
||||
<child name="article" />
|
||||
<child name="aside" />
|
||||
<child name="center" />
|
||||
<child name="details" />
|
||||
<child name="figcaption" />
|
||||
<child name="figure" />
|
||||
<child name="footer" />
|
||||
<child name="header" />
|
||||
<child name="main" />
|
||||
<child name="nav" />
|
||||
<child name="picture" />
|
||||
<child name="section" />
|
||||
<child name="b" />
|
||||
<child name="bdi" />
|
||||
<child name="bdo" />
|
||||
<child name="big" />
|
||||
<child name="blockquote" />
|
||||
<child name="br" />
|
||||
<child name="wbr" />
|
||||
<child name="button" />
|
||||
<child name="cite" />
|
||||
<child name="code" />
|
||||
<child name="del" />
|
||||
<child name="dfn" />
|
||||
<child name="div" />
|
||||
<child name="dl" />
|
||||
<child name="em" />
|
||||
<child name="fieldset" />
|
||||
<child name="form" />
|
||||
<child name="h1" />
|
||||
<child name="h2" />
|
||||
<child name="h3" />
|
||||
<child name="h4" />
|
||||
<child name="h5" />
|
||||
<child name="h6" />
|
||||
<child name="hr" />
|
||||
<child name="i" />
|
||||
<child name="mark" />
|
||||
<child name="u" />
|
||||
<child name="data" />
|
||||
<child name="time" />
|
||||
<child name="img" />
|
||||
<child name="audio" />
|
||||
<child name="embed" />
|
||||
<child name="source" />
|
||||
<child name="track" />
|
||||
<child name="video" />
|
||||
<child name="svg" />
|
||||
<child name="input" />
|
||||
<child name="ins" />
|
||||
<child name="kbd" />
|
||||
<child name="label" />
|
||||
<child name="map" />
|
||||
<child name="noscript" />
|
||||
<child name="object" />
|
||||
<child name="ol" />
|
||||
<child name="p" />
|
||||
<child name="pre" />
|
||||
<child name="q" />
|
||||
<child name="samp" />
|
||||
<child name="script" />
|
||||
<child name="select" />
|
||||
<child name="small" />
|
||||
<child name="span" />
|
||||
<child name="strong" />
|
||||
<child name="sub" />
|
||||
<child name="sup" />
|
||||
<child name="table" />
|
||||
<child name="textarea" />
|
||||
<child name="tt" />
|
||||
<child name="ul" />
|
||||
<child name="dir" />
|
||||
<child name="var" />
|
||||
</children>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="title" hasI18n="1">
|
||||
<attr name="id" type="list" source="dcop" interface="QuantaIf" method="idSelectors()" arguments="" >
|
||||
<text>id</text>
|
||||
<textlocation col="0" row="0" />
|
||||
<location col="1" row="0" colspan="2" />
|
||||
</attr>
|
||||
<children>
|
||||
<child name="#text" />
|
||||
</children>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,44 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="tr" hasCore="1" hasI18n="1" hasScript="1">
|
||||
|
||||
<attr name="align" type="list">
|
||||
<text>align</text>
|
||||
<textlocation col="0" row="0" />
|
||||
<items>
|
||||
<item>left</item>
|
||||
<item>center</item>
|
||||
<item>right</item>
|
||||
<item>justify</item>
|
||||
<item>char</item>
|
||||
</items>
|
||||
<location col="1" row="0" colspan="1" />
|
||||
</attr>
|
||||
|
||||
<attr name="valign" type="list">
|
||||
<text>valign</text>
|
||||
<textlocation col="0" row="1" />
|
||||
<items>
|
||||
<item>baseline</item>
|
||||
<item>bottom</item>
|
||||
<item>middle</item>
|
||||
<item>top</item>
|
||||
</items>
|
||||
<location col="1" row="1" colspan="1" />
|
||||
</attr>
|
||||
|
||||
<attr name="char" type="input" />
|
||||
<attr name="charoff" type="input" />
|
||||
|
||||
<stoppingtags>
|
||||
<stoppingtag name="tr" />
|
||||
<stoppingtag name="tfoot" />
|
||||
</stoppingtags>
|
||||
|
||||
<children>
|
||||
<child name="th" />
|
||||
<child name="td" />
|
||||
</children>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,48 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="track" hasCore="1" hasI18n="1" hasScript="1">
|
||||
|
||||
<attr name="longdesc" type="url">
|
||||
<text>longdesc</text>
|
||||
<textlocation col="0" row="0" />
|
||||
<location col="1" row="0" colspan="2" />
|
||||
</attr>
|
||||
|
||||
<attr name="src" type="url">
|
||||
<text>src</text>
|
||||
<textlocation col="0" row="1" />
|
||||
<location col="1" row="1" colspan="2" />
|
||||
</attr>
|
||||
|
||||
<attr name="height" type="input">
|
||||
<text>height</text>
|
||||
<textlocation col="0" row="2" />
|
||||
<location col="1" row="2" colspan="2" />
|
||||
</attr>
|
||||
|
||||
<attr name="width" type="input">
|
||||
<text>width</text>
|
||||
<textlocation col="0" row="3" />
|
||||
<location col="1" row="3" colspan="2" />
|
||||
</attr>
|
||||
|
||||
<attr name="alt" type="input">
|
||||
<text>alt</text>
|
||||
<textlocation col="0" row="4" />
|
||||
<location col="1" row="4" colspan="3" />
|
||||
</attr>
|
||||
|
||||
<attr name="usemap" type="input">
|
||||
<text>usemap</text>
|
||||
<textlocation col="0" row="5" />
|
||||
<location col="1" row="5" colspan="3" />
|
||||
</attr>
|
||||
|
||||
<attr name="ismap" type="check">
|
||||
<text>ismap</text>
|
||||
<textlocation col="0" row="6" />
|
||||
<location col="1" row="6" colspan="3" />
|
||||
</attr>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,54 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="tt" hasCore="1" hasI18n="1" hasScript="1">
|
||||
<children>
|
||||
<child name="#text" />
|
||||
<child name="a" />
|
||||
<child name="abbr" />
|
||||
<child name="acronym" />
|
||||
<child name="b" />
|
||||
<child name="bdi" />
|
||||
<child name="bdo" />
|
||||
<child name="big" />
|
||||
<child name="br" />
|
||||
<child name="wbr" />
|
||||
<child name="button" />
|
||||
<child name="cite" />
|
||||
<child name="code" />
|
||||
<child name="del" />
|
||||
<child name="dfn" />
|
||||
<child name="em" />
|
||||
<child name="i" />
|
||||
<child name="mark" />
|
||||
<child name="u" />
|
||||
<child name="data" />
|
||||
<child name="time" />
|
||||
<child name="img" />
|
||||
<child name="audio" />
|
||||
<child name="embed" />
|
||||
<child name="source" />
|
||||
<child name="track" />
|
||||
<child name="video" />
|
||||
<child name="svg" />
|
||||
<child name="input" />
|
||||
<child name="ins" />
|
||||
<child name="kbd" />
|
||||
<child name="label" />
|
||||
<child name="map" />
|
||||
<child name="object" />
|
||||
<child name="q" />
|
||||
<child name="samp" />
|
||||
<child name="script" />
|
||||
<child name="select" />
|
||||
<child name="small" />
|
||||
<child name="span" />
|
||||
<child name="strong" />
|
||||
<child name="sub" />
|
||||
<child name="sup" />
|
||||
<child name="textarea" />
|
||||
<child name="tt" />
|
||||
<child name="var" />
|
||||
</children>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,54 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="u" hasCore="1" hasI18n="1" hasScript="1" scope="word">
|
||||
<children>
|
||||
<child name="#text" />
|
||||
<child name="a" />
|
||||
<child name="abbr" />
|
||||
<child name="acronym" />
|
||||
<child name="b" />
|
||||
<child name="bdi" />
|
||||
<child name="bdo" />
|
||||
<child name="big" />
|
||||
<child name="br" />
|
||||
<child name="wbr" />
|
||||
<child name="button" />
|
||||
<child name="cite" />
|
||||
<child name="code" />
|
||||
<child name="del" />
|
||||
<child name="dfn" />
|
||||
<child name="em" />
|
||||
<child name="i" />
|
||||
<child name="mark" />
|
||||
<child name="u" />
|
||||
<child name="data" />
|
||||
<child name="time" />
|
||||
<child name="img" />
|
||||
<child name="audio" />
|
||||
<child name="embed" />
|
||||
<child name="source" />
|
||||
<child name="track" />
|
||||
<child name="video" />
|
||||
<child name="svg" />
|
||||
<child name="input" />
|
||||
<child name="ins" />
|
||||
<child name="kbd" />
|
||||
<child name="label" />
|
||||
<child name="map" />
|
||||
<child name="object" />
|
||||
<child name="q" />
|
||||
<child name="samp" />
|
||||
<child name="script" />
|
||||
<child name="select" />
|
||||
<child name="small" />
|
||||
<child name="span" />
|
||||
<child name="strong" />
|
||||
<child name="sub" />
|
||||
<child name="sup" />
|
||||
<child name="textarea" />
|
||||
<child name="tt" />
|
||||
<child name="var" />
|
||||
</children>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="ul" hasCore="1" hasI18n="1" hasScript="1">
|
||||
|
||||
<children>
|
||||
<child name="li" usage="required" />
|
||||
</children>
|
||||
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,54 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="var" hasCore="1" hasI18n="1" hasScript="1">
|
||||
<children>
|
||||
<child name="#text" />
|
||||
<child name="a" />
|
||||
<child name="abbr" />
|
||||
<child name="acronym" />
|
||||
<child name="b" />
|
||||
<child name="bdi" />
|
||||
<child name="bdo" />
|
||||
<child name="big" />
|
||||
<child name="br" />
|
||||
<child name="wbr" />
|
||||
<child name="button" />
|
||||
<child name="cite" />
|
||||
<child name="code" />
|
||||
<child name="del" />
|
||||
<child name="dfn" />
|
||||
<child name="em" />
|
||||
<child name="i" />
|
||||
<child name="mark" />
|
||||
<child name="u" />
|
||||
<child name="data" />
|
||||
<child name="time" />
|
||||
<child name="img" />
|
||||
<child name="audio" />
|
||||
<child name="embed" />
|
||||
<child name="source" />
|
||||
<child name="track" />
|
||||
<child name="video" />
|
||||
<child name="svg" />
|
||||
<child name="input" />
|
||||
<child name="ins" />
|
||||
<child name="kbd" />
|
||||
<child name="label" />
|
||||
<child name="map" />
|
||||
<child name="object" />
|
||||
<child name="q" />
|
||||
<child name="samp" />
|
||||
<child name="script" />
|
||||
<child name="select" />
|
||||
<child name="small" />
|
||||
<child name="span" />
|
||||
<child name="strong" />
|
||||
<child name="sub" />
|
||||
<child name="sup" />
|
||||
<child name="textarea" />
|
||||
<child name="tt" />
|
||||
<child name="var" />
|
||||
</children>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,48 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="video" hasCore="1" hasI18n="1" hasScript="1">
|
||||
|
||||
<attr name="longdesc" type="url">
|
||||
<text>longdesc</text>
|
||||
<textlocation col="0" row="0" />
|
||||
<location col="1" row="0" colspan="2" />
|
||||
</attr>
|
||||
|
||||
<attr name="src" type="url">
|
||||
<text>src</text>
|
||||
<textlocation col="0" row="1" />
|
||||
<location col="1" row="1" colspan="2" />
|
||||
</attr>
|
||||
|
||||
<attr name="height" type="input">
|
||||
<text>height</text>
|
||||
<textlocation col="0" row="2" />
|
||||
<location col="1" row="2" colspan="2" />
|
||||
</attr>
|
||||
|
||||
<attr name="width" type="input">
|
||||
<text>width</text>
|
||||
<textlocation col="0" row="3" />
|
||||
<location col="1" row="3" colspan="2" />
|
||||
</attr>
|
||||
|
||||
<attr name="alt" type="input">
|
||||
<text>alt</text>
|
||||
<textlocation col="0" row="4" />
|
||||
<location col="1" row="4" colspan="3" />
|
||||
</attr>
|
||||
|
||||
<attr name="usemap" type="input">
|
||||
<text>usemap</text>
|
||||
<textlocation col="0" row="5" />
|
||||
<location col="1" row="5" colspan="3" />
|
||||
</attr>
|
||||
|
||||
<attr name="ismap" type="check">
|
||||
<text>ismap</text>
|
||||
<textlocation col="0" row="6" />
|
||||
<location col="1" row="6" colspan="3" />
|
||||
</attr>
|
||||
</tag>
|
||||
</TAGS>
|
@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE TAGS>
|
||||
<TAGS>
|
||||
<tag name="wbr" hasCore="1" single="1" />
|
||||
</TAGS>
|
After Width: | Height: | Size: 186 B |
After Width: | Height: | Size: 211 B |
After Width: | Height: | Size: 206 B |
After Width: | Height: | Size: 216 B |
After Width: | Height: | Size: 243 B |
After Width: | Height: | Size: 233 B |
After Width: | Height: | Size: 180 B |
After Width: | Height: | Size: 209 B |
After Width: | Height: | Size: 205 B |
After Width: | Height: | Size: 232 B |
After Width: | Height: | Size: 219 B |
After Width: | Height: | Size: 231 B |
After Width: | Height: | Size: 230 B |
After Width: | Height: | Size: 214 B |
After Width: | Height: | Size: 185 B |
After Width: | Height: | Size: 168 B |
After Width: | Height: | Size: 159 B |
After Width: | Height: | Size: 183 B |
After Width: | Height: | Size: 209 B |
After Width: | Height: | Size: 147 B |
After Width: | Height: | Size: 151 B |
After Width: | Height: | Size: 153 B |
After Width: | Height: | Size: 196 B |
After Width: | Height: | Size: 202 B |
After Width: | Height: | Size: 154 B |
After Width: | Height: | Size: 209 B |
After Width: | Height: | Size: 155 B |
After Width: | Height: | Size: 148 B |
After Width: | Height: | Size: 170 B |
After Width: | Height: | Size: 149 B |
After Width: | Height: | Size: 155 B |
After Width: | Height: | Size: 190 B |
After Width: | Height: | Size: 239 B |
After Width: | Height: | Size: 206 B |
After Width: | Height: | Size: 186 B |
After Width: | Height: | Size: 183 B |
After Width: | Height: | Size: 173 B |
After Width: | Height: | Size: 175 B |
After Width: | Height: | Size: 171 B |
After Width: | Height: | Size: 159 B |
After Width: | Height: | Size: 169 B |
After Width: | Height: | Size: 162 B |
After Width: | Height: | Size: 198 B |
After Width: | Height: | Size: 185 B |
After Width: | Height: | Size: 132 B |
After Width: | Height: | Size: 205 B |
After Width: | Height: | Size: 181 B |
After Width: | Height: | Size: 234 B |
After Width: | Height: | Size: 201 B |
After Width: | Height: | Size: 238 B |
After Width: | Height: | Size: 146 B |
After Width: | Height: | Size: 244 B |
After Width: | Height: | Size: 179 B |
After Width: | Height: | Size: 241 B |
After Width: | Height: | Size: 186 B |
After Width: | Height: | Size: 231 B |
After Width: | Height: | Size: 179 B |
After Width: | Height: | Size: 268 B |
After Width: | Height: | Size: 183 B |
After Width: | Height: | Size: 181 B |
After Width: | Height: | Size: 139 B |
After Width: | Height: | Size: 244 B |
After Width: | Height: | Size: 194 B |
After Width: | Height: | Size: 194 B |
After Width: | Height: | Size: 205 B |
After Width: | Height: | Size: 179 B |
After Width: | Height: | Size: 159 B |
After Width: | Height: | Size: 173 B |
After Width: | Height: | Size: 202 B |
After Width: | Height: | Size: 213 B |
After Width: | Height: | Size: 174 B |
After Width: | Height: | Size: 221 B |
After Width: | Height: | Size: 152 B |
After Width: | Height: | Size: 138 B |
After Width: | Height: | Size: 254 B |
After Width: | Height: | Size: 219 B |
After Width: | Height: | Size: 209 B |
After Width: | Height: | Size: 212 B |
After Width: | Height: | Size: 147 B |
After Width: | Height: | Size: 156 B |
After Width: | Height: | Size: 155 B |
After Width: | Height: | Size: 157 B |
After Width: | Height: | Size: 157 B |
After Width: | Height: | Size: 158 B |
After Width: | Height: | Size: 169 B |
After Width: | Height: | Size: 202 B |
After Width: | Height: | Size: 156 B |
After Width: | Height: | Size: 170 B |
After Width: | Height: | Size: 179 B |
After Width: | Height: | Size: 143 B |
After Width: | Height: | Size: 170 B |
After Width: | Height: | Size: 203 B |
After Width: | Height: | Size: 217 B |
@ -0,0 +1,14 @@
|
||||
#################################################
|
||||
#
|
||||
# (C) 2010-2011 Serghei Amelian
|
||||
# serghei (DOT) amelian (AT) gmail.com
|
||||
#
|
||||
# Improvements and feedback are welcome
|
||||
#
|
||||
# This file is released under GPL >= 2
|
||||
#
|
||||
#################################################
|
||||
|
||||
install( FILES
|
||||
demo.html
|
||||
DESTINATION ${DATA_INSTALL_DIR}/quanta/templates/documents/html5 )
|
@ -0,0 +1,2 @@
|
||||
templatesdocumentshtmldir = ${quanta_datadir}/templates/documents/html5
|
||||
templatesdocumentshtml_DATA = demo.html
|
@ -0,0 +1,9 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title></title>
|
||||
</head>
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
@ -0,0 +1,14 @@
|
||||
#################################################
|
||||
#
|
||||
# (C) 2010-2011 Serghei Amelian
|
||||
# serghei (DOT) amelian (AT) gmail.com
|
||||
#
|
||||
# Improvements and feedback are welcome
|
||||
#
|
||||
# This file is released under GPL >= 2
|
||||
#
|
||||
#################################################
|
||||
|
||||
install( FILES
|
||||
base.html
|
||||
DESTINATION ${DATA_INSTALL_DIR}/quanta/templates/pages/html5 )
|
@ -0,0 +1,2 @@
|
||||
templatespageshtml401dir = ${quanta_datadir}/templates/pages/html5
|
||||
templatespageshtml401_DATA = base.html
|
@ -0,0 +1,9 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title></title>
|
||||
</head>
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
@ -0,0 +1,26 @@
|
||||
#################################################
|
||||
#
|
||||
# (C) 2010-2011 Serghei Amelian
|
||||
# serghei (DOT) amelian (AT) gmail.com
|
||||
#
|
||||
# (C) 2019 Slávek Banko
|
||||
# slavek.banko (AT) axis.cz
|
||||
#
|
||||
# Improvements and feedback are welcome
|
||||
#
|
||||
# This file is released under GPL >= 2
|
||||
#
|
||||
#################################################
|
||||
|
||||
|
||||
##### style data ################################
|
||||
|
||||
foreach( _toolbar base meta style tools )
|
||||
|
||||
tde_create_tarball(
|
||||
TARGET ${_toolbar}.toolbar.tgz
|
||||
FILES ${_toolbar}.actions ${_toolbar}.toolbar
|
||||
DESTINATION ${DATA_INSTALL_DIR}/quanta/toolbars/html5
|
||||
)
|
||||
|
||||
endforeach( )
|
@ -0,0 +1,14 @@
|
||||
htmltemplatedir = ${quanta_datadir}/toolbars/html5
|
||||
htmltemplate_DATA = base.toolbar.tgz meta.toolbar.tgz style.toolbar.tgz tools.toolbar.tgz
|
||||
|
||||
base.toolbar.tgz: base.actions base.toolbar
|
||||
tar cfz $@ -C $(<D) $(^F)
|
||||
|
||||
meta.toolbar.tgz: meta.actions meta.toolbar
|
||||
tar cfz $@ -C $(<D) $(^F)
|
||||
|
||||
style.toolbar.tgz: style.actions style.toolbar
|
||||
tar cfz $@ -C $(<D) $(^F)
|
||||
|
||||
tools.toolbar.tgz: tools.actions tools.toolbar
|
||||
tar cfz $@ -C $(<D) $(^F)
|
@ -0,0 +1,126 @@
|
||||
<!DOCTYPE actionsconfig>
|
||||
<actions>
|
||||
<action shortcut="" icon="html5_h1" type="tag" tooltip="" name="h1" text="h1" >
|
||||
<tag useDialog="false" ><h1></tag>
|
||||
<xtag use="true" ></h1></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_h2" type="tag" tooltip="" name="h2" text="h2" >
|
||||
<tag useDialog="false" ><h2></tag>
|
||||
<xtag use="true" ></h2></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_h3" type="tag" tooltip="" name="h3" text="h3" >
|
||||
<tag useDialog="false" ><h3></tag>
|
||||
<xtag use="true" ></h3></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_h4" type="tag" tooltip="" name="h4" text="h4" >
|
||||
<tag useDialog="false" ><h4></tag>
|
||||
<xtag use="true" ></h4></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_h5" type="tag" tooltip="" name="h5" text="h5" >
|
||||
<tag useDialog="false" ><h5></tag>
|
||||
<xtag use="true" ></h5></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_h6" type="tag" tooltip="" name="h6" text="h6" >
|
||||
<tag useDialog="false" ><h6></tag>
|
||||
<xtag use="true" ></h6></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_p" type="tag" tooltip="" name="p" text="p" >
|
||||
<tag useDialog="false" ><p></tag>
|
||||
<xtag use="true" ></p></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_pre" type="tag" tooltip="" name="pre" text="pre" >
|
||||
<tag useDialog="false" ><pre></tag>
|
||||
<xtag use="true" ></pre></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_div" type="tag" tooltip="" name="div" text="div" >
|
||||
<tag useDialog="false" ><div></tag>
|
||||
<xtag use="true" ></div></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_blockquote" type="tag" tooltip="" name="blockquote" text="blockquote" >
|
||||
<tag useDialog="false" ><blockquote></tag>
|
||||
<xtag use="true" ></blockquote></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_details" type="tag" tooltip="" name="details" text="details" >
|
||||
<tag useDialog="false" ><details></tag>
|
||||
<xtag use="true" ></details></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_center" type="tag" tooltip="" name="center" text="center" >
|
||||
<tag useDialog="false" ><center></tag>
|
||||
<xtag use="true" ></center></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_hr" type="tag" tooltip="" name="hr" text="hr" >
|
||||
<tag useDialog="false" ><hr></tag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_com" type="tag" tooltip="" name="com" text="com" >
|
||||
<tag useDialog="false" ><!-- </tag>
|
||||
<xtag use="true" > --></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_ul" type="tag" tooltip="" name="ul" text="ul" >
|
||||
<tag useDialog="false" ><ul></tag>
|
||||
<xtag use="true" ></ul></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_ol" type="tag" tooltip="" name="ol" text="ol" >
|
||||
<tag useDialog="false" ><ol></tag>
|
||||
<xtag use="true" ></ol></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_li" type="tag" tooltip="" name="li" text="li" >
|
||||
<tag useDialog="false" ><li></tag>
|
||||
<xtag use="true" ></li></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_dir" type="tag" tooltip="" name="dir" text="dir" >
|
||||
<tag useDialog="false" ><dir></tag>
|
||||
<xtag use="true" ></dir></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_dl" type="tag" tooltip="" name="dl" text="dl" >
|
||||
<tag useDialog="false" ><dl></tag>
|
||||
<xtag use="true" ></dl></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_dt" type="tag" tooltip="" name="dt" text="dt" >
|
||||
<tag useDialog="false" ><dt></tag>
|
||||
<xtag use="true" ></dt></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_dd" type="tag" tooltip="" name="dd" text="dd" >
|
||||
<tag useDialog="false" ><dd></tag>
|
||||
<xtag use="true" ></dd></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_table" type="tag" tooltip="" name="table" text="table" >
|
||||
<tag useDialog="false" ><table></tag>
|
||||
<xtag use="true" ></table></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_tbody" type="tag" tooltip="" name="tbody" text="tbody" >
|
||||
<tag useDialog="false" ><tbody></tag>
|
||||
<xtag use="true" ></tbody></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_thead" type="tag" tooltip="" name="thead" text="thead" >
|
||||
<tag useDialog="false" ><thead></tag>
|
||||
<xtag use="true" ></thead></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_tfoot" type="tag" tooltip="" name="tfoot" text="tfoot" >
|
||||
<tag useDialog="false" ><tfoot></tag>
|
||||
<xtag use="true" ></tfoot></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_tr" type="tag" tooltip="" name="tr" text="tr" >
|
||||
<tag useDialog="false" ><tr></tag>
|
||||
<xtag use="true" ></tr></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_colgroup" type="tag" tooltip="" name="colgroup" text="colgroup" >
|
||||
<tag useDialog="false" ><colgroup></tag>
|
||||
<xtag use="true" ></colgroup></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_col" type="tag" tooltip="" name="col" text="col" >
|
||||
<tag useDialog="false" ><col></tag>
|
||||
<xtag use="true" ></col></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_td" type="tag" tooltip="" name="td" text="td" >
|
||||
<tag useDialog="false" ><td></tag>
|
||||
<xtag use="true" ></td></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_th" type="tag" tooltip="" name="th" text="th" >
|
||||
<tag useDialog="false" ><th></tag>
|
||||
<xtag use="true" ></th></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_caption" type="tag" tooltip="" name="caption" text="caption" >
|
||||
<tag useDialog="false" ><caption></tag>
|
||||
<xtag use="true" ></caption></xtag>
|
||||
</action>
|
||||
</actions>
|
@ -0,0 +1,37 @@
|
||||
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
|
||||
<kpartgui name="quanta" version="2">
|
||||
<ToolBar tabname="Base" noMerge="1" name="base" >
|
||||
<text>Base</text>
|
||||
<Action name="h1" />
|
||||
<Action name="h2" />
|
||||
<Action name="h3" />
|
||||
<Action name="h4" />
|
||||
<Action name="h5" />
|
||||
<Action name="h6" />
|
||||
<Action name="p" />
|
||||
<Action name="pre" />
|
||||
<Action name="div" />
|
||||
<Action name="blockquote" />
|
||||
<Action name="details" />
|
||||
<Action name="center" />
|
||||
<Action name="hr" />
|
||||
<Action name="com" />
|
||||
<Action name="ul" />
|
||||
<Action name="ol" />
|
||||
<Action name="li" />
|
||||
<Action name="dir" />
|
||||
<Action name="dl" />
|
||||
<Action name="dt" />
|
||||
<Action name="dd" />
|
||||
<Action name="table" />
|
||||
<Action name="tbody" />
|
||||
<Action name="thead" />
|
||||
<Action name="tfoot" />
|
||||
<Action name="tr" />
|
||||
<Action name="colgroup" />
|
||||
<Action name="col" />
|
||||
<Action name="td" />
|
||||
<Action name="th" />
|
||||
<Action name="caption" />
|
||||
</ToolBar>
|
||||
</kpartgui>
|
@ -0,0 +1,125 @@
|
||||
<!DOCTYPE actionsconfig>
|
||||
<actions>
|
||||
<action shortcut="" icon="html5_img" type="tag" tooltip="" name="img" text="img" >
|
||||
<tag useDialog="false" ><img src=""></tag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_map" type="tag" tooltip="" name="map" text="map" >
|
||||
<tag useDialog="false" ><map name=""></tag>
|
||||
<xtag use="true" ></map></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_area" type="tag" tooltip="" name="area" text="area" >
|
||||
<tag useDialog="false" ><area shape="" coords=",,," alt="" href=""></tag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_picture" type="tag" tooltip="" name="picture" text="picture" >
|
||||
<tag useDialog="false" ><picture></tag>
|
||||
<xtag use="true" ></picture></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_figure" type="tag" tooltip="" name="figure" text="figure" >
|
||||
<tag useDialog="false" ><figure></tag>
|
||||
<xtag use="true" ></figure></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_figcaption" type="tag" tooltip="" name="figcaption" text="figcaption" >
|
||||
<tag useDialog="false" ><figcaption></tag>
|
||||
<xtag use="true" ></figcaption></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_svg" type="tag" tooltip="" name="svg" text="svg" >
|
||||
<tag useDialog="false" ><svg></tag>
|
||||
<xtag use="true" ></svg></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_audio" type="tag" tooltip="" name="audio" text="audio" >
|
||||
<tag useDialog="false" ><audio src=""></tag>
|
||||
<xtag use="true" ></audio></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_video" type="tag" tooltip="" name="video" text="video" >
|
||||
<tag useDialog="false" ><video src=""></tag>
|
||||
<xtag use="true" ></video></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_track" type="tag" tooltip="" name="track" text="track" >
|
||||
<tag useDialog="false" ><track src=""></tag>
|
||||
<xtag use="true" ></track></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_embed" type="tag" tooltip="" name="embed" text="embed" >
|
||||
<tag useDialog="false" ><embed src=""></tag>
|
||||
<xtag use="true" ></embed></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_object" type="tag" tooltip="" name="object" text="object" >
|
||||
<tag useDialog="false" ><object data=""></tag>
|
||||
<xtag use="true" ></object></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_source" type="tag" tooltip="" name="source" text="source" >
|
||||
<tag useDialog="false" ><source src=""></tag>
|
||||
<xtag use="true" ></source></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_header" type="tag" tooltip="" name="header" text="header" >
|
||||
<tag useDialog="false" ><header></tag>
|
||||
<xtag use="true" ></header></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_nav" type="tag" tooltip="" name="nav" text="nav" >
|
||||
<tag useDialog="false" ><nav></tag>
|
||||
<xtag use="true" ></nav></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_main" type="tag" tooltip="" name="main" text="main" >
|
||||
<tag useDialog="false" ><main></tag>
|
||||
<xtag use="true" ></main></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_aside" type="tag" tooltip="" name="aside" text="aside" >
|
||||
<tag useDialog="false" ><aside></tag>
|
||||
<xtag use="true" ></aside></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_footer" type="tag" tooltip="" name="footer" text="footer" >
|
||||
<tag useDialog="false" ><footer></tag>
|
||||
<xtag use="true" ></footer></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_article" type="tag" tooltip="" name="article" text="article" >
|
||||
<tag useDialog="false" ><article></tag>
|
||||
<xtag use="true" ></article></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_address" type="tag" tooltip="" name="address" text="address" >
|
||||
<tag useDialog="false" ><address></tag>
|
||||
<xtag use="true" ></address></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_section" type="tag" tooltip="" name="section" text="section" >
|
||||
<tag useDialog="false" ><section></tag>
|
||||
<xtag use="true" ></section></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_DT" type="tag" tooltip="" name="DT" text="DT" >
|
||||
<tag useDialog="false" ><!DOCTYPE html></tag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_html" type="tag" tooltip="" name="html" text="html" >
|
||||
<tag useDialog="false" ><html></tag>
|
||||
<xtag use="true" ></html></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_head" type="tag" tooltip="" name="head" text="head" >
|
||||
<tag useDialog="false" ><head></tag>
|
||||
<xtag use="true" ></head></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_body" type="tag" tooltip="" name="body" text="body" >
|
||||
<tag useDialog="false" ><body></tag>
|
||||
<xtag use="true" ></body></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_title" type="tag" tooltip="" name="title" text="title" >
|
||||
<tag useDialog="false" ><title></tag>
|
||||
<xtag use="true" ></title></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_meta" type="tag" tooltip="" name="meta" text="meta" >
|
||||
<tag useDialog="false" ><meta charset="utf-8"></tag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_base" type="tag" tooltip="" name="base" text="base" >
|
||||
<tag useDialog="false" ><base href=""></tag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_link" type="tag" tooltip="" name="link" text="link" >
|
||||
<tag useDialog="false" ><link rel="" type="" href=""></tag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_style" type="tag" tooltip="" name="style" text="style" >
|
||||
<tag useDialog="false" ><style></tag>
|
||||
<xtag use="true" ></style></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_script" type="tag" tooltip="" name="script" text="script" >
|
||||
<tag useDialog="false" ><script></tag>
|
||||
<xtag use="true" ></script></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_noscript" type="tag" tooltip="" name="noscript" text="noscript" >
|
||||
<tag useDialog="false" ><noscript></tag>
|
||||
<xtag use="true" ></noscript></xtag>
|
||||
</action>
|
||||
</actions>
|
@ -0,0 +1,38 @@
|
||||
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
|
||||
<kpartgui name="quanta" version="2">
|
||||
<ToolBar tabname="Meta" noMerge="1" name="meta" >
|
||||
<text>Meta</text>
|
||||
<Action name="img" />
|
||||
<Action name="map" />
|
||||
<Action name="area" />
|
||||
<Action name="picture" />
|
||||
<Action name="figure" />
|
||||
<Action name="figcaption" />
|
||||
<Action name="svg" />
|
||||
<Action name="audio" />
|
||||
<Action name="video" />
|
||||
<Action name="track" />
|
||||
<Action name="embed" />
|
||||
<Action name="object" />
|
||||
<Action name="source" />
|
||||
<Action name="header" />
|
||||
<Action name="nav" />
|
||||
<Action name="main" />
|
||||
<Action name="aside" />
|
||||
<Action name="footer" />
|
||||
<Action name="article" />
|
||||
<Action name="address" />
|
||||
<Action name="section" />
|
||||
<Action name="DT" />
|
||||
<Action name="html" />
|
||||
<Action name="head" />
|
||||
<Action name="body" />
|
||||
<Action name="title" />
|
||||
<Action name="meta" />
|
||||
<Action name="base" />
|
||||
<Action name="link" />
|
||||
<Action name="style" />
|
||||
<Action name="script" />
|
||||
<Action name="noscript" />
|
||||
</ToolBar>
|
||||
</kpartgui>
|
@ -0,0 +1,121 @@
|
||||
<!DOCTYPE actionsconfig>
|
||||
<actions>
|
||||
<action shortcut="" icon="html5_a" type="tag" tooltip="" name="a" text="a" >
|
||||
<tag useDialog="false" ><a href=""></tag>
|
||||
<xtag use="true" ></a></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_strong" type="tag" tooltip="" name="strong" text="strong" >
|
||||
<tag useDialog="false" ><strong></tag>
|
||||
<xtag use="true" ></strong></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_i" type="tag" tooltip="" name="i" text="i" >
|
||||
<tag useDialog="false" ><i></tag>
|
||||
<xtag use="true" ></i></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_b" type="tag" tooltip="" name="b" text="b" >
|
||||
<tag useDialog="false" ><b></tag>
|
||||
<xtag use="true" ></b></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_del" type="tag" tooltip="" name="del" text="del" >
|
||||
<tag useDialog="false" ><del></tag>
|
||||
<xtag use="true" ></del></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_small" type="tag" tooltip="" name="small" text="small" >
|
||||
<tag useDialog="false" ><small></tag>
|
||||
<xtag use="true" ></small></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_big" type="tag" tooltip="" name="big" text="big" >
|
||||
<tag useDialog="false" ><big></tag>
|
||||
<xtag use="true" ></big></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_font" type="tag" tooltip="" name="font" text="font" >
|
||||
<tag useDialog="false" ><font></tag>
|
||||
<xtag use="true" ></font></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_code" type="tag" tooltip="" name="code" text="code" >
|
||||
<tag useDialog="false" ><code></tag>
|
||||
<xtag use="true" ></code></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_var" type="tag" tooltip="" name="var" text="var" >
|
||||
<tag useDialog="false" ><var></tag>
|
||||
<xtag use="true" ></var></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_kbd" type="tag" tooltip="" name="kbd" text="kbd" >
|
||||
<tag useDialog="false" ><kbd></tag>
|
||||
<xtag use="true" ></kbd></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_samp" type="tag" tooltip="" name="samp" text="samp" >
|
||||
<tag useDialog="false" ><samp></tag>
|
||||
<xtag use="true" ></samp></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_sup" type="tag" tooltip="" name="sup" text="sup" >
|
||||
<tag useDialog="false" ><sup></tag>
|
||||
<xtag use="true" ></sup></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_sub" type="tag" tooltip="" name="sub" text="sub" >
|
||||
<tag useDialog="false" ><sub></tag>
|
||||
<xtag use="true" ></sub></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_q" type="tag" tooltip="" name="q" text="q" >
|
||||
<tag useDialog="false" ><q></tag>
|
||||
<xtag use="true" ></q></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_ins" type="tag" tooltip="" name="ins" text="ins" >
|
||||
<tag useDialog="false" ><ins></tag>
|
||||
<xtag use="true" ></ins></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_cite" type="tag" tooltip="" name="cite" text="cite" >
|
||||
<tag useDialog="false" ><cite></tag>
|
||||
<xtag use="true" ></cite></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_time" type="tag" tooltip="" name="time" text="time" >
|
||||
<tag useDialog="false" ><time></tag>
|
||||
<xtag use="true" ></time></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_abbr" type="tag" tooltip="" name="abbr" text="abbr" >
|
||||
<tag useDialog="false" ><abbr title=""></tag>
|
||||
<xtag use="true" ></abbr></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_data" type="tag" tooltip="" name="data" text="data" >
|
||||
<tag useDialog="false" ><data value=""></tag>
|
||||
<xtag use="true" ></data></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_mark" type="tag" tooltip="" name="mark" text="mark" >
|
||||
<tag useDialog="false" ><mark></tag>
|
||||
<xtag use="true" ></mark></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_u" type="tag" tooltip="" name="u" text="u" >
|
||||
<tag useDialog="false" ><u></tag>
|
||||
<xtag use="true" ></u></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_bdi" type="tag" tooltip="" name="bdi" text="bdi" >
|
||||
<tag useDialog="false" ><bdi></tag>
|
||||
<xtag use="true" ></bdi></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_bdo" type="tag" tooltip="" name="bdo" text="bdo" >
|
||||
<tag useDialog="false" ><bdo dir=""></tag>
|
||||
<xtag use="true" ></bdo></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_ruby" type="tag" tooltip="" name="ruby" text="ruby" >
|
||||
<tag useDialog="false" ><ruby></tag>
|
||||
<xtag use="true" ></ruby></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_rt" type="tag" tooltip="" name="rt" text="rt" >
|
||||
<tag useDialog="false" ><rt></tag>
|
||||
<xtag use="true" ></rt></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_rp" type="tag" tooltip="" name="rp" text="rp" >
|
||||
<tag useDialog="false" ><rp></tag>
|
||||
<xtag use="true" ></rp></xtag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_br" type="tag" tooltip="" name="br" text="br" >
|
||||
<tag useDialog="false" ><br></tag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_wbr" type="tag" tooltip="" name="wbr" text="wbr" >
|
||||
<tag useDialog="false" ><wbr></tag>
|
||||
</action>
|
||||
<action shortcut="" icon="html5_span" type="tag" tooltip="" name="span" text="span" >
|
||||
<tag useDialog="false" ><span></tag>
|
||||
<xtag use="true" ></span></xtag>
|
||||
</action>
|
||||
</actions>
|
@ -0,0 +1,36 @@
|
||||
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
|
||||
<kpartgui name="quanta" version="2">
|
||||
<ToolBar tabname="Style" noMerge="1" name="style" >
|
||||
<text>Style</text>
|
||||
<Action name="a" />
|
||||
<Action name="strong" />
|
||||
<Action name="i" />
|
||||
<Action name="b" />
|
||||
<Action name="del" />
|
||||
<Action name="small" />
|
||||
<Action name="big" />
|
||||
<Action name="font" />
|
||||
<Action name="code" />
|
||||
<Action name="var" />
|
||||
<Action name="kbd" />
|
||||
<Action name="samp" />
|
||||
<Action name="sup" />
|
||||
<Action name="sub" />
|
||||
<Action name="q" />
|
||||
<Action name="ins" />
|
||||
<Action name="cite" />
|
||||
<Action name="time" />
|
||||
<Action name="abbr" />
|
||||
<Action name="data" />
|
||||
<Action name="mark" />
|
||||
<Action name="u" />
|
||||
<Action name="bdi" />
|
||||
<Action name="bdo" />
|
||||
<Action name="ruby" />
|
||||
<Action name="rt" />
|
||||
<Action name="rp" />
|
||||
<Action name="br" />
|
||||
<Action name="wbr" />
|
||||
<Action name="span" />
|
||||
</ToolBar>
|
||||
</kpartgui>
|
@ -0,0 +1,6 @@
|
||||
<!DOCTYPE actionsconfig>
|
||||
<actions>
|
||||
<action shortcut="" icon="quick_start.png" type="script" tooltip="Kommander Quick Start Dialog" name="tag_quick_start_html5" text="Quick Start Dialog" >
|
||||
<script output="new" error="message" input="none" >kmdr-executor -c quanta %scriptdir/htmlquickstart5.kmdr</script>
|
||||
</action>
|
||||
</actions>
|
@ -0,0 +1,13 @@
|
||||
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
|
||||
<kpartgui name="quanta" version="2">
|
||||
<ToolBar tabname="Tools" noMerge="1" name="tools" >
|
||||
<text>Tools</text>
|
||||
<Action name="tag_quick_start_html5" />
|
||||
<Action name="insert_css" />
|
||||
<Action name="tag_color" />
|
||||
<Action name="tag_edit_table" />
|
||||
<Action name="tag_quick_list" />
|
||||
<Action name="tag_nbsp" />
|
||||
<Action name="insert_char" />
|
||||
</ToolBar>
|
||||
</kpartgui>
|
@ -0,0 +1,997 @@
|
||||
<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
|
||||
<class>quickStartForm</class>
|
||||
<widget class="Dialog">
|
||||
<property name="name">
|
||||
<cstring>quickStartForm</cstring>
|
||||
</property>
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>473</width>
|
||||
<height>577</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy>
|
||||
<hsizetype>5</hsizetype>
|
||||
<vsizetype>5</vsizetype>
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="caption">
|
||||
<string>Quick Start</string>
|
||||
</property>
|
||||
<property name="populationText">
|
||||
<string></string>
|
||||
</property>
|
||||
<property name="associations" stdset="0">
|
||||
<stringlist>
|
||||
<string></string>
|
||||
<string>@execBegin
|
||||
quanta=`dcop quanta-@parentPid`
|
||||
if [ -z "$quanta" ]; then
|
||||
quanta=`dcop quanta`
|
||||
if [ ! -z "$quanta" ]; then
|
||||
quantadcop=quanta
|
||||
fi
|
||||
else
|
||||
quantadcop=quanta-@parentPid
|
||||
fi
|
||||
|
||||
if [ ! -z "$quantadcop" ]; then
|
||||
encoding=`dcop $quantadcop SettingsIf encoding`
|
||||
dcop @dcopid KommanderIf setSelection ComboMetachar $encoding
|
||||
dcop @dcopid KommanderIf setChecked CBMetaChar true
|
||||
dtep=`dcop $quantadcop SettingsIf dtep`
|
||||
dcop @dcopid KommanderIf setCurrentListItem DTEPselect "$dtep"
|
||||
fi
|
||||
@execEnd</string>
|
||||
<string></string>
|
||||
</stringlist>
|
||||
</property>
|
||||
<grid>
|
||||
<property name="name">
|
||||
<cstring>unnamed</cstring>
|
||||
</property>
|
||||
<property name="margin">
|
||||
<number>11</number>
|
||||
</property>
|
||||
<property name="spacing">
|
||||
<number>6</number>
|
||||
</property>
|
||||
<widget class="TQLabel" row="0" column="0" rowspan="1" colspan="4">
|
||||
<property name="name">
|
||||
<cstring>TextLabel1</cstring>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Sans Serif</family>
|
||||
<pointsize>12</pointsize>
|
||||
<bold>1</bold>
|
||||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Quanta Plus Kommander Quick Start</string>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>AlignCenter</set>
|
||||
</property>
|
||||
</widget>
|
||||
<spacer row="2" column="0">
|
||||
<property name="name">
|
||||
<cstring>Spacer6_2</cstring>
|
||||
</property>
|
||||
<property name="orientation">
|
||||
<enum>Horizontal</enum>
|
||||
</property>
|
||||
<property name="sizeType">
|
||||
<enum>Expanding</enum>
|
||||
</property>
|
||||
<property name="sizeHint">
|
||||
<size>
|
||||
<width>33</width>
|
||||
<height>0</height>
|
||||
</size>
|
||||
</property>
|
||||
</spacer>
|
||||
<widget class="GroupBox" row="1" column="0" rowspan="1" colspan="4">
|
||||
<property name="name">
|
||||
<cstring>dialogScript</cstring>
|
||||
</property>
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy>
|
||||
<hsizetype>5</hsizetype>
|
||||
<vsizetype>5</vsizetype>
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>0</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="title">
|
||||
<string></string>
|
||||
</property>
|
||||
<property name="flat">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="populationText">
|
||||
<string></string>
|
||||
</property>
|
||||
<property name="associations" stdset="0">
|
||||
<stringlist>
|
||||
<string>#############################
|
||||
# Globals
|
||||
|
||||
# The indentation level. We have only
|
||||
# one level of indentation
|
||||
PADDING=' '
|
||||
|
||||
# This sets the DTD var
|
||||
@DTEPselect
|
||||
|
||||
# set parameters that depend on DTD
|
||||
if echo $DTD | grep -q xhtml
|
||||
then
|
||||
XHTML=true
|
||||
TAGEND=' />'
|
||||
HTML='<html xmlns="http://www.w3.org/1999/xhtml">'
|
||||
else
|
||||
XHTML=FALSE
|
||||
TAGEND='>'
|
||||
HTML='<html>'
|
||||
fi
|
||||
|
||||
##############################
|
||||
# Finally generate the page
|
||||
|
||||
@CBDTD
|
||||
echo $HTML
|
||||
echo '@CBCVS'
|
||||
@CBHead
|
||||
|
||||
echo '<body>'
|
||||
echo '@CBPHPHeader'
|
||||
echo '@CBPHPFooter'
|
||||
echo '</body>'
|
||||
echo '</html>'
|
||||
|
||||
quanta=`dcop quanta-@parentPid`
|
||||
if [ -z "$quanta" ]; then
|
||||
quanta=`dcop quanta`
|
||||
if [ ! -z "$quanta" ]; then
|
||||
quantadcop=quanta
|
||||
fi
|
||||
else
|
||||
quantadcop=quanta-@parentPid
|
||||
fi
|
||||
|
||||
if [ ! -z "$quantadcop" ]; then
|
||||
dcop $quantadcop WindowManagerIf setDtep "@DTEPselect.text" false
|
||||
fi</string>
|
||||
</stringlist>
|
||||
</property>
|
||||
<grid>
|
||||
<property name="name">
|
||||
<cstring>unnamed</cstring>
|
||||
</property>
|
||||
<property name="margin">
|
||||
<number>11</number>
|
||||
</property>
|
||||
<property name="spacing">
|
||||
<number>6</number>
|
||||
</property>
|
||||
<widget class="TQLabel" row="0" column="0">
|
||||
<property name="name">
|
||||
<cstring>TextLabel1_2</cstring>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>DTD / Schema:</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="GroupBox" row="4" column="0" rowspan="1" colspan="2">
|
||||
<property name="name">
|
||||
<cstring>GroupBox3</cstring>
|
||||
</property>
|
||||
<property name="title">
|
||||
<string>Body Area</string>
|
||||
</property>
|
||||
<property name="associations" stdset="0">
|
||||
<stringlist>
|
||||
<string><body>
|
||||
@CBPHPHeader
|
||||
@CBPHPFooter
|
||||
</body></string>
|
||||
</stringlist>
|
||||
</property>
|
||||
<grid>
|
||||
<property name="name">
|
||||
<cstring>unnamed</cstring>
|
||||
</property>
|
||||
<property name="margin">
|
||||
<number>11</number>
|
||||
</property>
|
||||
<property name="spacing">
|
||||
<number>6</number>
|
||||
</property>
|
||||
<widget class="LineEdit" row="0" column="1">
|
||||
<property name="name">
|
||||
<cstring>phpHeaderFile</cstring>
|
||||
</property>
|
||||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="associations" stdset="0">
|
||||
<stringlist>
|
||||
<string>@widgetText</string>
|
||||
</stringlist>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="LineEdit" row="1" column="1">
|
||||
<property name="name">
|
||||
<cstring>phpFooterFile</cstring>
|
||||
</property>
|
||||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="associations" stdset="0">
|
||||
<stringlist>
|
||||
<string>@widgetText</string>
|
||||
</stringlist>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="CheckBox" row="1" column="0">
|
||||
<property name="name">
|
||||
<cstring>CBPHPFooter</cstring>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&PHP footer include:</string>
|
||||
</property>
|
||||
<property name="associations" stdset="0">
|
||||
<stringlist>
|
||||
<string>@null</string>
|
||||
<string></string>
|
||||
<string><? include_once("@phpFooterFile") ?></string>
|
||||
</stringlist>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="CheckBox" row="0" column="0">
|
||||
<property name="name">
|
||||
<cstring>CBPHPHeader</cstring>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>PHP header include:</string>
|
||||
</property>
|
||||
<property name="associations" stdset="0">
|
||||
<stringlist>
|
||||
<string>@null</string>
|
||||
<string></string>
|
||||
<string><? include_once("@phpHeaderFile") ?></string>
|
||||
</stringlist>
|
||||
</property>
|
||||
</widget>
|
||||
</grid>
|
||||
</widget>
|
||||
<widget class="CheckBox" row="1" column="0">
|
||||
<property name="name">
|
||||
<cstring>CBDTD</cstring>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Show &DTD</string>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="associations" stdset="0">
|
||||
<stringlist>
|
||||
<string>@null</string>
|
||||
<string>@DTEPselect
|
||||
echo "$DTD"</string>
|
||||
<string>echo "$DTD"</string>
|
||||
</stringlist>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="ComboBox" row="0" column="1">
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>HTML 5</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>HTML 4.01 Transitional</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>HTML 4.01 Strict</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>HTML 4.01 Frameset</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>XHTML 1.0 Transitional</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>XHTML 1.0 Strict</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>XHTML 1.0 Frameset</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>XHTML 1.0 Basic</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>XHTML 1.1</string>
|
||||
</property>
|
||||
</item>
|
||||
<property name="name">
|
||||
<cstring>DTEPselect</cstring>
|
||||
</property>
|
||||
<property name="associations" stdset="0">
|
||||
<stringlist>
|
||||
<string>################################
|
||||
# This script sets the DTD var
|
||||
|
||||
|
||||
# The various DTD's
|
||||
|
||||
html5='<!DOCTYPE html>'
|
||||
|
||||
htmltrans='<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">'
|
||||
|
||||
strict='<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">'
|
||||
|
||||
frameset='<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">'
|
||||
|
||||
xhtml1trans='<?xml version="1.0" encoding="@ComboMetachar"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">'
|
||||
|
||||
xhtml1strict='<?xml version="1.0" encoding="@ComboMetachar"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">'
|
||||
|
||||
xhtml1frameset='<?xml version="1.0" encoding="@ComboMetachar"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">'
|
||||
|
||||
xhtml1basic='<?xml version="1.0" encoding="@ComboMetachar"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN" "http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd">'
|
||||
|
||||
xhtml11='<?xml version="1.0" encoding="@ComboMetachar"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">'
|
||||
|
||||
################################
|
||||
# Set the DTD based on user selection
|
||||
|
||||
case "@widgetText" in
|
||||
"HTML 5" )
|
||||
DTD="$html5"
|
||||
;;
|
||||
"HTML 4.01 Transitional" )
|
||||
DTD="$htmltrans"
|
||||
;;
|
||||
"HTML 4.01 Strict" )
|
||||
DTD="$strict"
|
||||
;;
|
||||
"HTML 4.01 Frameset" )
|
||||
DTD="$frameset"
|
||||
;;
|
||||
"XHTML 1.0 Transitional" )
|
||||
DTD="$xhtml1trans"
|
||||
;;
|
||||
"XHTML 1.0 Strict" )
|
||||
DTD="$xhtml1strict"
|
||||
;;
|
||||
"XHTML 1.0 Frameset" )
|
||||
DTD="$xhtml1frameset"
|
||||
;;
|
||||
"XHTML 1.0 Basic" )
|
||||
DTD="$xhtml1basic"
|
||||
;;
|
||||
"XHTML 1.1" )
|
||||
DTD="$xhtml11"
|
||||
;;
|
||||
* )
|
||||
echo "No Match"
|
||||
;;
|
||||
esac
|
||||
</string>
|
||||
</stringlist>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="CheckBox" row="2" column="0">
|
||||
<property name="name">
|
||||
<cstring>CBHead</cstring>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Head &area</string>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="associations" stdset="0">
|
||||
<stringlist>
|
||||
<string>@null</string>
|
||||
<string></string>
|
||||
<string>echo '<head>'
|
||||
@LETitle
|
||||
@CBBasedir
|
||||
@CBMetaQuanta
|
||||
@CBMetaAuthor
|
||||
@CBMetaChar
|
||||
@CBMetaKeywords
|
||||
@CBStyle
|
||||
@CBStyleArea
|
||||
@CBJavascript
|
||||
echo '</head>'</string>
|
||||
</stringlist>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="CheckBox" row="1" column="1">
|
||||
<property name="name">
|
||||
<cstring>CBCVS</cstring>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>CVS tag &in comment</string>
|
||||
</property>
|
||||
<property name="associations" stdset="0">
|
||||
<stringlist>
|
||||
<string>@null</string>
|
||||
<string></string>
|
||||
<string><!-- $Id$ --></string>
|
||||
</stringlist>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="GroupBox" row="3" column="0" rowspan="1" colspan="2">
|
||||
<property name="name">
|
||||
<cstring>GroupBox2</cstring>
|
||||
</property>
|
||||
<property name="title">
|
||||
<string></string>
|
||||
</property>
|
||||
<property name="populationText">
|
||||
<string></string>
|
||||
</property>
|
||||
<property name="associations" stdset="0">
|
||||
<stringlist>
|
||||
<string></string>
|
||||
</stringlist>
|
||||
</property>
|
||||
<grid>
|
||||
<property name="name">
|
||||
<cstring>unnamed</cstring>
|
||||
</property>
|
||||
<property name="margin">
|
||||
<number>11</number>
|
||||
</property>
|
||||
<property name="spacing">
|
||||
<number>6</number>
|
||||
</property>
|
||||
<widget class="CheckBox" row="2" column="0">
|
||||
<property name="name">
|
||||
<cstring>CBMetaAuthor</cstring>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Meta author:</string>
|
||||
</property>
|
||||
<property name="associations" stdset="0">
|
||||
<stringlist>
|
||||
<string>@null</string>
|
||||
<string></string>
|
||||
<string>echo "$PADDING<meta name=\"AUTHOR\" content=\"@LEMetaAuthor\"$TAGEND"</string>
|
||||
</stringlist>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="CheckBox" row="3" column="0">
|
||||
<property name="name">
|
||||
<cstring>CBMetaChar</cstring>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Meta character set:</string>
|
||||
</property>
|
||||
<property name="associations" stdset="0">
|
||||
<stringlist>
|
||||
<string>@null</string>
|
||||
<string></string>
|
||||
<string>echo "$PADDING<meta http-equiv=\"Content-Type\" content=\"text/html; charset=@ComboMetachar\"$TAGEND"</string>
|
||||
</stringlist>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="CheckBox" row="7" column="0">
|
||||
<property name="name">
|
||||
<cstring>CBStyleArea</cstring>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>St&yle area</string>
|
||||
</property>
|
||||
<property name="associations" stdset="0">
|
||||
<stringlist>
|
||||
<string>@null</string>
|
||||
<string></string>
|
||||
<string>echo "$PADDING<style type=\"text/css\">"
|
||||
if [ $XHTML = true ]; then
|
||||
echo "$PADDING/* <![CDATA[ */"
|
||||
echo "$PADDING"
|
||||
echo "$PADDING/* ]]> */"
|
||||
fi
|
||||
echo "$PADDING</style>"</string>
|
||||
</stringlist>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="LineEdit" row="1" column="1">
|
||||
<property name="name">
|
||||
<cstring>LEBasedir</cstring>
|
||||
</property>
|
||||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="associations" stdset="0">
|
||||
<stringlist>
|
||||
<string>@widgetText</string>
|
||||
</stringlist>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="LineEdit" row="2" column="1">
|
||||
<property name="name">
|
||||
<cstring>LEMetaAuthor</cstring>
|
||||
</property>
|
||||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="associations" stdset="0">
|
||||
<stringlist>
|
||||
<string>@widgetText</string>
|
||||
</stringlist>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="ComboBox" row="3" column="1">
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>iso-8859-1</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>iso-8859-2</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>iso-8859-3</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>iso-8859-4</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>iso-8859-5</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>iso-8859-6</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>iso-8859-7</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>iso-8859-8</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>iso-8859-8i</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>iso-8859-9</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>iso-8859-10</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>iso-8859-11</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>iso-8859-12</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>iso-8859-13</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>iso-8859-14</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>iso-8859-15</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>utf-8</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>utf-16</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>koi8-r</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>koi8-u</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>windows-1250</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>windows-1251</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>windows-1252</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>windows-1253</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>windows-1254</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>windows-1255</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>windows-1256</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>windows-1257</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>windows-1258</string>
|
||||
</property>
|
||||
</item>
|
||||
<property name="name">
|
||||
<cstring>ComboMetachar</cstring>
|
||||
</property>
|
||||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="associations" stdset="0">
|
||||
<stringlist>
|
||||
<string>@widgetText</string>
|
||||
</stringlist>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="LineEdit" row="4" column="1">
|
||||
<property name="name">
|
||||
<cstring>LEMetaKeywords</cstring>
|
||||
</property>
|
||||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="associations" stdset="0">
|
||||
<stringlist>
|
||||
<string>@widgetText</string>
|
||||
</stringlist>
|
||||
</property>
|
||||
<property name="toolTip" stdset="0">
|
||||
<string>limit to 8, separate with commas</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="CheckBox" row="1" column="0">
|
||||
<property name="name">
|
||||
<cstring>CBBasedir</cstring>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Base directory:</string>
|
||||
</property>
|
||||
<property name="associations" stdset="0">
|
||||
<stringlist>
|
||||
<string>@null</string>
|
||||
<string></string>
|
||||
<string>echo "$PADDING<base href=\"@LEBasedir\"$TAGEND"</string>
|
||||
</stringlist>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="CheckBox" row="6" column="0">
|
||||
<property name="name">
|
||||
<cstring>CBMetaQuanta</cstring>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Meta &Quanta</string>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="associations" stdset="0">
|
||||
<stringlist>
|
||||
<string>@null</string>
|
||||
<string></string>
|
||||
<string>echo "$PADDING<meta name=\"GENERATOR\" content=\"Quanta Plus\"$TAGEND"</string>
|
||||
</stringlist>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="CheckBox" row="4" column="0">
|
||||
<property name="name">
|
||||
<cstring>CBMetaKeywords</cstring>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Meta &keywords:</string>
|
||||
</property>
|
||||
<property name="associations" stdset="0">
|
||||
<stringlist>
|
||||
<string>@null</string>
|
||||
<string></string>
|
||||
<string>echo -n "$PADDING<meta name=\"KEYWORDS\" content=\""
|
||||
echo -n '@LEMetaKeywords'
|
||||
echo "\"$TAGEND"</string>
|
||||
</stringlist>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="CheckBox" row="5" column="0">
|
||||
<property name="name">
|
||||
<cstring>CBStyle</cstring>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Li&nked style sheet:</string>
|
||||
</property>
|
||||
<property name="associations" stdset="0">
|
||||
<stringlist>
|
||||
<string>@null</string>
|
||||
<string></string>
|
||||
<string>echo "$PADDING<link rel=\"stylesheet\" type=\"text/css\" href=\"@cssFile\"$TAGEND"</string>
|
||||
</stringlist>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="LineEdit" row="5" column="1">
|
||||
<property name="name">
|
||||
<cstring>cssFile</cstring>
|
||||
</property>
|
||||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="associations" stdset="0">
|
||||
<stringlist>
|
||||
<string>@widgetText</string>
|
||||
</stringlist>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="LineEdit" row="0" column="1">
|
||||
<property name="name">
|
||||
<cstring>LETitle</cstring>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string></string>
|
||||
</property>
|
||||
<property name="associations" stdset="0">
|
||||
<stringlist>
|
||||
<string>echo "$PADDING<title>@widgetText</title>"</string>
|
||||
</stringlist>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="TQLabel" row="0" column="0">
|
||||
<property name="name">
|
||||
<cstring>TextLabel2</cstring>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Title:</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="CheckBox" row="7" column="1">
|
||||
<property name="name">
|
||||
<cstring>CBJavascript</cstring>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&JavaScript area</string>
|
||||
</property>
|
||||
<property name="associations" stdset="0">
|
||||
<stringlist>
|
||||
<string>@null</string>
|
||||
<string></string>
|
||||
<string>if echo $DTD | grep -q strict
|
||||
then
|
||||
echo "$PADDING<script type=\"text/javascript\">"
|
||||
else
|
||||
echo "$PADDING<script language=\"javascript\" type=\"text/javascript\">"
|
||||
fi
|
||||
|
||||
|
||||
if [ $XHTML = true ]; then
|
||||
echo "$PADDING/* <![CDATA[ */"
|
||||
echo "$PADDING"
|
||||
echo "$PADDING/* ]]> */"
|
||||
else
|
||||
echo "$PADDING// <!--"
|
||||
echo "$PADDING"
|
||||
echo "$PADDING// -->"
|
||||
fi
|
||||
|
||||
echo "$PADDING</script>"</string>
|
||||
</stringlist>
|
||||
</property>
|
||||
</widget>
|
||||
</grid>
|
||||
</widget>
|
||||
</grid>
|
||||
</widget>
|
||||
<widget class="CloseButton" row="2" column="3">
|
||||
<property name="name">
|
||||
<cstring>CloseButton1_2</cstring>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Cancel</string>
|
||||
</property>
|
||||
<property name="flat">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="associations" stdset="0">
|
||||
<stringlist>
|
||||
<string></string>
|
||||
</stringlist>
|
||||
</property>
|
||||
<property name="writeStdout">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="CloseButton" row="2" column="1">
|
||||
<property name="name">
|
||||
<cstring>CloseButton1</cstring>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&OK</string>
|
||||
</property>
|
||||
<property name="flat">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="associations" stdset="0">
|
||||
<stringlist>
|
||||
<string>@dialogScript
|
||||
</string>
|
||||
</stringlist>
|
||||
</property>
|
||||
<property name="writeStdout">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</grid>
|
||||
</widget>
|
||||
<connections>
|
||||
<connection>
|
||||
<sender>CBBasedir</sender>
|
||||
<signal>toggled(bool)</signal>
|
||||
<receiver>LEBasedir</receiver>
|
||||
<slot>setEnabled(bool)</slot>
|
||||
</connection>
|
||||
<connection>
|
||||
<sender>CBMetaAuthor</sender>
|
||||
<signal>toggled(bool)</signal>
|
||||
<receiver>LEMetaAuthor</receiver>
|
||||
<slot>setEnabled(bool)</slot>
|
||||
</connection>
|
||||
<connection>
|
||||
<sender>CBMetaKeywords</sender>
|
||||
<signal>toggled(bool)</signal>
|
||||
<receiver>LEMetaKeywords</receiver>
|
||||
<slot>setEnabled(bool)</slot>
|
||||
</connection>
|
||||
<connection>
|
||||
<sender>CBMetaChar</sender>
|
||||
<signal>toggled(bool)</signal>
|
||||
<receiver>ComboMetachar</receiver>
|
||||
<slot>setEnabled(bool)</slot>
|
||||
</connection>
|
||||
<connection>
|
||||
<sender>CBStyle</sender>
|
||||
<signal>toggled(bool)</signal>
|
||||
<receiver>cssFile</receiver>
|
||||
<slot>setEnabled(bool)</slot>
|
||||
</connection>
|
||||
<connection>
|
||||
<sender>CBHead</sender>
|
||||
<signal>toggled(bool)</signal>
|
||||
<receiver>GroupBox2</receiver>
|
||||
<slot>setEnabled(bool)</slot>
|
||||
</connection>
|
||||
<connection>
|
||||
<sender>CBPHPHeader</sender>
|
||||
<signal>toggled(bool)</signal>
|
||||
<receiver>phpHeaderFile</receiver>
|
||||
<slot>setEnabled(bool)</slot>
|
||||
</connection>
|
||||
<connection>
|
||||
<sender>CBPHPFooter</sender>
|
||||
<signal>toggled(bool)</signal>
|
||||
<receiver>phpFooterFile</receiver>
|
||||
<slot>setEnabled(bool)</slot>
|
||||
</connection>
|
||||
<connection>
|
||||
<sender>quickStartForm</sender>
|
||||
<signal>widgetOpened()</signal>
|
||||
<receiver>GroupBox2</receiver>
|
||||
<slot>populate()</slot>
|
||||
</connection>
|
||||
</connections>
|
||||
<tabstops>
|
||||
<tabstop>DTEPselect</tabstop>
|
||||
<tabstop>CBDTD</tabstop>
|
||||
<tabstop>CBCVS</tabstop>
|
||||
<tabstop>CBHead</tabstop>
|
||||
<tabstop>LETitle</tabstop>
|
||||
<tabstop>CBBasedir</tabstop>
|
||||
<tabstop>LEBasedir</tabstop>
|
||||
<tabstop>CBMetaAuthor</tabstop>
|
||||
<tabstop>LEMetaAuthor</tabstop>
|
||||
<tabstop>CBMetaChar</tabstop>
|
||||
<tabstop>ComboMetachar</tabstop>
|
||||
<tabstop>CBMetaKeywords</tabstop>
|
||||
<tabstop>LEMetaKeywords</tabstop>
|
||||
<tabstop>CBStyle</tabstop>
|
||||
<tabstop>cssFile</tabstop>
|
||||
<tabstop>CBMetaQuanta</tabstop>
|
||||
<tabstop>CBStyleArea</tabstop>
|
||||
<tabstop>CBJavascript</tabstop>
|
||||
<tabstop>CBPHPHeader</tabstop>
|
||||
<tabstop>phpHeaderFile</tabstop>
|
||||
<tabstop>CBPHPFooter</tabstop>
|
||||
<tabstop>phpFooterFile</tabstop>
|
||||
<tabstop>CloseButton1</tabstop>
|
||||
<tabstop>CloseButton1_2</tabstop>
|
||||
</tabstops>
|
||||
<layoutdefaults spacing="6" margin="11"/>
|
||||
</UI>
|
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE QuantaScriptInfo>
|
||||
<INFO>
|
||||
<options editor="kmdr-editor" interpreter="kmdr-executor -c quanta" />
|
||||
<name>htmlquickstart5</name>
|
||||
<author>Alexis Puente Montiel</author>
|
||||
<email>miscelaneanatural@yahoo.es</email>
|
||||
<website>http://quanta.sf.net/</website>
|
||||
<version>1.1</version>
|
||||
<license>GPL</license>
|
||||
<about>Enjoy!</about>
|
||||
</INFO>
|