Menu
Home
Controls API
Components API
Tutorials
<logic:parse>
AJAX
Data
Forms
Layout
Logic
DESCRIPTION
ATTRIBUTES
text
EXAMPLES
Parse Custom Field
Navigation
Personalisation
Standard
Templates
Regions
Third Party
<logic:parse />
Parses a block of text/HTML.
Attributes
text
string
The text to parse.
Examples
Parse Custom Field
Parses an API call which retrieves the form used to display a custom field.
HTML:
<logic:parse text="[? \Components\Settings\CustomFields::getForm('\Components\Customers\Contacts', 'contact_industry') ?]" />