html
Allows to enter and format text.
The html type has additional optional parameter search.
The parameter specifies whether to include property value into the search index or not.
Possible values for search are:
| Value |
Description |
| 0 |
Do not include property value into search index. |
| 1 |
Include property value into search index. |
|
If search is omitted 0 is assumed.
Example
<? $properties = Array( 'text' => Array( 'type' => 'html', 'value' => 'Hello world', 'label' => 'Text', 'search' => 1 // include into search index ) ); ?>
|
The html type has xHTML Editor assigned to it.