Defining the Element Content 
In general, BSP elements have a particular content. This means that the resulting tags consist of a start and an end tag, and between these two there are either further (embedded) tags, script elements, or even simply just text. By selecting the option for the Element Content in the attribute display of the BSP element, you can define whether content should be embedded in the element or not, and – if so – which content.
The display options comprise the following:
Empty |
|
You select this option if the BSP element is not to have any content.
Example: Input field from the BSP extension HTMLB
End of the source code. or
End of the source code. |
|
Solely BSP Elements |
|
By selecting this option, you define that the BSP element is only to contain further BSP elements. Any existing HTML part will be ignored by the runtime environment. This reduction enables you to achieve performance optimization during runtime.
Example: Tree element from HTMLB
End of the source code. |
|
BSP Elements and Static HTML |
|
This element can include both further BSP elements as well as any HTML part.
Example: Form element from HTMLB
End of the source code. |
|
Element Interprets the Content Itself |
|
With this selection, you define that the content of the element is to be passed on unchanged, without previous parsing, to the element handler class. This is appropriate whenever an interpretation of the element content is not required by the runtime environment.
Example: The BSP element executes an SQL statement that must be specified in the element content.
End of the source code. |
|