exponential.earth / exponential / documentation / customization / components / datatypes / ezxmltext / tags
The eZXMLText datatype is one of the most common used datatypes in Exponential. It is used to store formatted text. This is an Exponential XML format which is used.
The XML format is paragraph based and is based loosely on XHTML 2.0 specification for paragraph, line and block handling.
All the XML tags can be fully customized by changing the templates. You will find all the standard template tags here:
design/standard/templates/content/datatype/view/ezxmltags/
These tags can be overridden to fit your needs.
The available tags are:
Name |
Attributes |
Values |
Sample |
|
strong |
<strong>sample</strong>
|
||
|
emphasize |
<emphasize>sample</emphasize>
|
||
|
object |
id |
contentobject_id(INTEGER) |
<object id="236" size="small" align="center" />
|
|
size |
small, |
||
|
align |
right, |
||
|
header |
level |
1 to 7 (INTEGER) |
<header level='1'>
|
|
unorderd list |
<ul> <li>sample 1</li> </ul> |
||
|
ordered list |
<ol> <li>sample 1</li> </ol> |
||
|
anchor |
<anchor name='sample1' />
|
||
|
custom |
name |
name of custom tag |
<custom name='strike'>sample</custom>
|
|
table |
<table border='1' width='100%'> <tr> <td>row 1, col 1</td> <td>row 1, col 2</td> </tr> <tr> <td>row 2, col 1</td> <td>row 2, col 2</td> </tr> </table> |
||
|
link |
href |
URL (like HTML A tag) |
<link href='http://sample.de'>sample</link>
|
|
target |
_self, |
literal> sample |
|
|
literal |
class |
class name (string) |
<literal class='html'>some HTML
|
create a user account to comment.
Comments
Why tag paragraph was inserted?
browe ---
Monday 31 May 2004 1:30:01 pm
"<td>row 2, col 1</td>"
I found in source this:
"<td valign="top"><p class="paragraph">row 2, col 1</p></td>"
Whay tag "paragraph" was inserted?
Please write the the forums
Bj�rn Dieding@xrow.de
Wednesday 26 May 2004 2:14:37 pm
Those kind of questions should be asked there.
You can always referr the this doc page by linking to it.
Basic tags
Kai Winnem
Friday 14 May 2004 11:25:31 am