ClassesKlassen

Definition

To assign own classes to HTML tags, Hagen supports a general difinition of names of classes. If defined they will be automatically assigned to the following tags. You can define up to twenty classnames, to affect lists and tables.

Um HTML-Tags individuelle Klassen zuweisen zu können, unterstützt Hagen eine allgemeine Definition von Klassennamen. Diese werden automatisch den nachfolgenden Tags zugewiesen. Sie können bis zu zwanzig Klassennamen definieren, um auch Listen und Tabellen zu beeinflussen.

SourceQuellcode

=((Class1 | Class2 | … | ClassN

In the sourcecode the divisions appearing like that:

Im Quellcode sehen Klassen folgendermaßen aus:

=((Gray
+- Table -------------------------
=))
| Row1     | Row2     | Row3     |
+=================================
=((Red     |Green     |Blue
| Format«« | Format«« | Format«« |
| Red      | Green    | Blue     |
+---------------------------------
=((Green   |Blue      |Red
| Format«« | Format«« | Format«« |
| Green    | Blue     | Red      |
+---------------------------------
=))
||| Format: None ««              |
||| Gray is inherited from Table |
+---------------------------------

And will apear with a CSS formating on the webpage like that:

Und erscheinen dann mit der entsprechenden CSS-Formatierung so auf der Webseite:

Table
Row1Row2Row3
Format
Red
Format
Green
Format
Blue
Format
Green
Format
Blue
Format
Red
Format: None
Gray is inherited from Table