Title

Class Title


Output

../../../_images/Title.png

Twig Tag

Tag

UITitle

Syntax

{% UITitle Type {Parameters} %}
    Content Goes Here
{% EndUITitle %}
Type

ForPage

No comment

ForPageWithIcon

No comment

Neutral

No comment

Standard

No comment

Title ForPage

syntax

{% UITitle ForPage {sTitle:'value', sId:'value'} %}
    Content Goes Here
{% EndUITitle %}
parameters

sTitle

string

mandatory

sId

string

optional

NULL

Title ForPageWithIcon

syntax

{% UITitle ForPageWithIcon {sTitle:'value', sIconUrl:'value', sIconCoverMethod:'value', bIsMedallion:true, sId:'value'} %}
    Content Goes Here
{% EndUITitle %}
parameters

sTitle

string

mandatory

sIconUrl

string

mandatory

sIconCoverMethod

string

optional

‘contain’

bIsMedallion

bool

optional

true

sId

string

optional

NULL

Title Neutral

syntax

{% UITitle Neutral {sTitle:'value', iLevel:value, sId:'value'} %}
    Content Goes Here
{% EndUITitle %}
parameters

sTitle

string

mandatory

iLevel

int

optional

1

sId

string

optional

NULL

Title Standard

syntax

{% UITitle Standard {oTitle:value, iLevel:value, sId:'value'} %}
    Content Goes Here
{% EndUITitle %}
parameters

oTitle

UIBlock

mandatory

iLevel

int

optional

1

sId

string

optional

NULL

Title common parameters

AddCSSClass

string

CSS class to add to the generated html block

AddCSSClasses

array

like <code>[‘ibo-is-hidden’, ‘ibo-alert–body’]</code>

AddCssFileRelPath

string

AddDeferredBlock

iUIBlock

AddHtml

string

AddJsFileRelPath

string

AddMultipleCssFilesRelPaths

array

AddMultipleJsFilesRelPaths

array

AddSubBlock

iUIBlock

CSSClasses

array

like <code>[‘ibo-is-hidden’, ‘ibo-alert–body’]</code>

DataAttributes

array

Array of data attributes in the format [‘name’ => ‘value’]

DeferredBlocks

array

HasForcedDiv

bool

IsHidden

bool

SubBlocks

array


Examples

The following code

{% UITitle ForPage {sTitle: 'UI:FullTextSearchTitle_Text'|dict_format(sFullText)} %}{% EndUITitle %}
Will display

../../../_images/Title.png