Simple Table Element
Description
This widget displays the value in the database "as is", in its raw unformatted form. This is the default display widget.
Note
The Simple Table Element widget is the same as the Raw Data widget.
Info
Name |
Simple Table Element |
Class |
raw_data |
TACTIC Version Support |
3.0.0 \+ |
Required database columns |
none |
Implementation
Use this widget to display the value in the database "as is", without any pre-formatting. This widget is the default display widget.
Options
type |
The database type: string, text, int, float, boolean, timestamp |
Example
For example, to display the keywords field, as is, from the Edit Column Definition→View Mode: Select Widget → Raw Data → text.
Advanced
Below is the XML for the above example.
<element name="keywords" title="test" edit="true" color="false">
<display widget="raw_data">
<type>text</type>
</display>
</element>