diff options
Diffstat (limited to 'quanta/data/dtep/html-frameset')
-rw-r--r-- | quanta/data/dtep/html-frameset/Makefile.am | 3 | ||||
-rw-r--r-- | quanta/data/dtep/html-frameset/basefont.tag | 44 | ||||
-rw-r--r-- | quanta/data/dtep/html-frameset/common.tag | 46 | ||||
-rw-r--r-- | quanta/data/dtep/html-frameset/description.rc | 59 | ||||
-rw-r--r-- | quanta/data/dtep/html-frameset/font.tag | 77 | ||||
-rw-r--r-- | quanta/data/dtep/html-frameset/frame.tag | 79 | ||||
-rw-r--r-- | quanta/data/dtep/html-frameset/frameset.tag | 35 | ||||
-rw-r--r-- | quanta/data/dtep/html-frameset/isindex.tag | 14 |
8 files changed, 357 insertions, 0 deletions
diff --git a/quanta/data/dtep/html-frameset/Makefile.am b/quanta/data/dtep/html-frameset/Makefile.am new file mode 100644 index 00000000..019fe281 --- /dev/null +++ b/quanta/data/dtep/html-frameset/Makefile.am @@ -0,0 +1,3 @@ +quanta_DATA = basefont.tag description.rc font.tag frame.tag frameset.tag isindex.tag common.tag +quantadir = ${quanta_datadir}/dtep/html-frameset + diff --git a/quanta/data/dtep/html-frameset/basefont.tag b/quanta/data/dtep/html-frameset/basefont.tag new file mode 100644 index 00000000..2cc59301 --- /dev/null +++ b/quanta/data/dtep/html-frameset/basefont.tag @@ -0,0 +1,44 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="basefont" single="1"> + + <label> + <text>This tag is deprecated in HTML 4.0 </text> + <location col="0" row="0" colspan="3" /> + </label> + + <attr name="color" type="color"> + <text>Color</text> + <textlocation col="0" row="2" /> + <tooltip>Not in Netscape 4x </tooltip> + <location col="2" row="2" /> + </attr> + + <attr name="face" type="input"> + <text>Face</text> + <textlocation col="0" row="3" /> + <tooltip>Not in Netscape 4x </tooltip> + <location col="1" row="3" colspan="2" /> + </attr> + + <attr name="size" type="list"> + <text>Size</text> + <textlocation col="0" row="4" /> + <location col="1" row="4" colspan="2" /> + <items> + <item>1</item> + <item>2</item> + <item>3</item> + <item>4</item> + <item>5</item> + <item>6</item> + <item>7</item> + </items> + </attr> + + <attr name="id" type="input" /> + + +</tag> +</TAGS> diff --git a/quanta/data/dtep/html-frameset/common.tag b/quanta/data/dtep/html-frameset/common.tag new file mode 100644 index 00000000..e5adf8f7 --- /dev/null +++ b/quanta/data/dtep/html-frameset/common.tag @@ -0,0 +1,46 @@ +<?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="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> + + +</TAGS>
\ No newline at end of file diff --git a/quanta/data/dtep/html-frameset/description.rc b/quanta/data/dtep/html-frameset/description.rc new file mode 100644 index 00000000..2a1488bc --- /dev/null +++ b/quanta/data/dtep/html-frameset/description.rc @@ -0,0 +1,59 @@ +[General] +Name = -//W3C//DTD HTML 4.01 Frameset//EN +NickName = HTML 4.01 Frameset +URL = http://www.w3.org/TR/html4/frameset.dtd +DoctypeString = HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd" +Inherits = -//W3C//DTD HTML 4.01//EN +MimeTypes = text/html +DefaultExtension = html +Groups = Core, I18n, Script +NumOfPages = 2 +CaseSensitive = false +Documentation = HTML + +[Toolbars] +Location = html +Names = standard, style, tables, lists, forms, other + +[Page1] +Title = Core && i18n +Groups = Core, I18n + +[Page2] +Title = Events +Groups = Script + +[Extra rules] +BooleanAttributes = simple +Single Tag Style = html +StructGroupsCount = 3 + +[Parsing rules] +SpecialTags = script(language) +MayContain = php, css + + +[StructGroup_1] +Name = Images +No_Name = No Images +Icon = image +Tag = img(src) +HasFileName = true + +[StructGroup_2] +Name = Links (anchor) +No_Name = No Links (anchor) +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 + + + diff --git a/quanta/data/dtep/html-frameset/font.tag b/quanta/data/dtep/html-frameset/font.tag new file mode 100644 index 00000000..2e38aa2c --- /dev/null +++ b/quanta/data/dtep/html-frameset/font.tag @@ -0,0 +1,77 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="font" hasCore="1" hasI18n="1"> + + <attr name="color" type="color"> + <text>Color</text> + <textlocation col="0" row="2" /> + <tooltip>Font color</tooltip> + <location col="1" row="2" /> + </attr> + + <attr name="face" type="input"> + <text>Face</text> + <textlocation col="0" row="3" /> + <location col="1" row="3" colspan="2" /> + </attr> + + <attr name="size" type="list"> + <text>Size</text> + <textlocation col="0" row="4" /> + <location col="1" row="4"/> + <items> + <item>+1</item> + <item>-1</item> + <item>+2</item> + <item>-2</item> + <item>+3</item> + <item>-3</item> + <item>+4</item> + <item>-4</item> + </items> + </attr> +<children> +<child name="#text" /> + <child name="tt" /> + <child name="i" /> + <child name="b" /> + <child name="u" /> + <child name="s" /> + <child name="strike" /> + <child name="big" /> + <child name="small" /> + <child name="em" /> + <child name="strong" /> + <child name="dfn" /> + <child name="code" /> + <child name="samp" /> + <child name="kbd" /> + <child name="var" /> + <child name="cite" /> + <child name="abbr" /> + <child name="acronym" /> + <child name="a" /> + <child name="img" /> + <child name="applet" /> + <child name="object" /> + <child name="font" /> + <child name="basefont" /> + <child name="br" /> + <child name="script" /> + <child name="map" /> + <child name="q" /> + <child name="sub" /> + <child name="sup" /> + <child name="span" /> + <child name="bdo" /> + <child name="iframe" /> + <child name="input" /> + <child name="select" /> + <child name="textarea" /> + <child name="label" /> + <child name="button" /> +</children> +</tag> +</TAGS> + diff --git a/quanta/data/dtep/html-frameset/frame.tag b/quanta/data/dtep/html-frameset/frame.tag new file mode 100644 index 00000000..0cf37a05 --- /dev/null +++ b/quanta/data/dtep/html-frameset/frame.tag @@ -0,0 +1,79 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="html" hasI18n="1"> + + <attr name="version" type="input"> + <text>Version</text> + <textlocation col="0" row="0" /> + <location col="1" row="0" colspan="2" /> + </attr> + +<children> +<child name="frameset" /> +<child name="head" /> +</children> + +</tag> + +<tag name="frame" hasCore="1" single="1"> + + <attr name="name" type="input"> + <text>Name</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="longdesc" type="url"> + <text>Long desc</text> + <textlocation col="0" row="3" /> + <location col="1" row="3" colspan="2"/> + </attr> + + <attr name="frameborder" type="list"> + <text>Frame border</text> + <textlocation col="0" row="4" /> + <location col="1" row="4" colspan="2"/> + <items> + <item>yes</item> + <item>no</item> + </items> + </attr> + + <attr name="marginwidth" type="input"> + <text>Margin width</text> + <textlocation col="0" row="5" /> + <location col="1" row="5" colspan="2"/> + </attr> + + <attr name="marginheight" type="input"> + <text>Margin height</text> + <textlocation col="0" row="6" /> + <location col="1" row="6" colspan="2"/> + </attr> + + <attr name="noresize" type="check"> + <text>No resize</text> + <location col="1" row="7" colspan="2"/> + </attr> + + <attr name="scrolling" type="list"> + <text>Scrolling</text> + <textlocation col="0" row="8" /> + <location col="1" row="8" colspan="2"/> + <items> + <item>auto</item> + <item>yes</item> + <item>no</item> + </items> + </attr> + + +</tag> +</TAGS> diff --git a/quanta/data/dtep/html-frameset/frameset.tag b/quanta/data/dtep/html-frameset/frameset.tag new file mode 100644 index 00000000..0c830af5 --- /dev/null +++ b/quanta/data/dtep/html-frameset/frameset.tag @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="frameset" hasCore="1"> + + <attr name="rows" type="input"> + <text>Rows</text> + <textlocation col="0" row="0" /> + <location col="1" row="0" colspan="2"/> + </attr> + + <attr name="cols" type="input"> + <text>Cols</text> + <textlocation col="0" row="1" /> + <location col="1" row="1" colspan="2"/> + </attr> + + <attr name="onload" type="input"> + <text>On load</text> + <textlocation col="0" row="3" /> + <location col="1" row="3" colspan="2"/> + </attr> + + <attr name="onunload" type="input"> + <text>On unload</text> + <textlocation col="0" row="4" /> + <location col="1" row="4" colspan="2"/> + </attr> +<children> +<child name="frame" /> +<child name="frameset" /> +<child name="noframes" /> +</children> +</tag> +</TAGS> diff --git a/quanta/data/dtep/html-frameset/isindex.tag b/quanta/data/dtep/html-frameset/isindex.tag new file mode 100644 index 00000000..33e0d2e1 --- /dev/null +++ b/quanta/data/dtep/html-frameset/isindex.tag @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="isindex" hasCore="1" hasI18n="1" single="1"> + + <attr name="prompt" type="input"> + <text>Prompt</text> + <textlocation col="0" row="0" /> + <location col="1" row="0" colspan="2" /> + </attr> + + +</tag> +</TAGS> |