blank
Creates a blank placeholder component. This can be used to fill space where necessary.
Syntax
<blank attributes />
Attributes
See General Attributes.
Example
<table left="25" top="25" width="400">
<tr>
<label name="This" width="100"/>
<label name="is" width="100"/>
<label name="a" width="100"/>
<label name="table" width="100"/>
</tr>
<tr>
<label name="with" width="100"/>
<blank/>
<label name="blank" width="100"/>
<label name="tags" width="100"/>
</tr>
</table>
Figure 72 – Blank Tag Example