|
|
|
|
|
- Overview
- How to?
- Enabling the formatting toolbar for HTML controls
- Feature available in AAF
- Font used by default in the HTML toolbar
- Using the HTML formatting toolbar
The HTML Edit control: The automation formatting toolbar
In HTML Edit controls, a formatting toolbar can be automatically displayed when the control becomes editable. Formatting options are then automatically managed. Enabling the formatting toolbar for HTML controls To enable the formatting toolbar for HTML controls: - Open the description of an HTML Edit control. The Edit control must be of type "HTML text".
- On the "General" tab, indicate whether the control uses an HTML toolbar: The "Toolbar settings..." button is used to select toolbar options..
- Validate.
Feature available in AAF In an HTML Edit control, the HTML toolbar is always visible or is automatically displayed (depending on the option selected in the "General" tab of the control description window). Font used by default in the HTML toolbar At runtime, the HTML toolbar is initialized with the font, size and font attributes specified in the control description. This font can be modified programmatically with the font properties. Using the HTML formatting toolbar Below is the default HTML bar: This bar allows you to choose: - The font used and its size.
Note: These options are also available in free input mode. - The text-level semantics (div, h1, etc.).
- The font characteristics (bold, underline, italic, strikethrough).
- The font color.
- The highlighting color.
- The text alignment options.
- The bullets and the numbering.
- The right and left indents.
- The subscript or superscript format.
- The characteristics of links.
- The characteristics of images.
You also have the ability to: - insert arrays:
- choose the style of the inserted table.
- view the HTML source code (
).
Remark: The colors available by default are the ones defined by the skin of the site. Simply click the desired color. This allows you to use consistent colors in the site.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|