+ The tags are used to configure the output of the decisiontree item. For technical + reasons it is not yet possible to customise the HTML for the decisiontree + completely. +
++ For title and description of the decisiontree the standard tags can be used. +
++ Root element for outputting the current section of a decisiontree. +
++ Outputs the title of the current section of a decisiontree. +
++ Outputs the instructions for the current section of a decisiontree. +
++ Outputs the options for the current section of a decisiontree. This tag outputs + a complete HTML form because the current implementation of the decisiontree does not + provide enough information in the XML to support a fully customisable HTML. +
++ Nevertheless this it is possible to customise the classes set on various of the HTML + in the created form using subelements: +
+class-form
+ class-formgroup
+ div surrouding each pair of a label and an
+ input element.
+ class-label
+ class-input
+ class-buttons
+ div surrounding the submit and cancel button.
+ class-cancel
+ class-submit
+