Quanta Tag Dialog Definition XML

Richard Moore, rich@kde.org

Introduction

This document describes the XML files used to define tags in the Quanta HTML editor. I believe the files are encoded as UTF 8. The files define both the attributes supported by a tag (I don't think this is used currently), and the layout and contents of the properties dialog Quanta shows for the tag.

Note: The encoding needs checking and should be specified in the XML files (rich)

Supported Elements and Attributes

The table below lists the elements currently supported in Quanta's tag definition files.

Element Description
TAGS Top level container tag
tag Defines the tag being described
attr Define an attribute for the tag
location Specifies the location of a field in the dialog
tooltip Specifies the tooltip for a field in the dialog
whatsthis Specifies the 'Whats This' help for a field in the dialog
label Create a label
text Define the text for a label or check box
items Container element for defining lists
item Defines an item in a list
spacer Add a spacer to the dialog layout grid

TAGS

This is the root tag of t