EKM Tag: [ekm:elementname]
This tag is used to output the title of an editable area. The title is defined in the title feild when editing an area.
- Tag Information
- Nesting This Tag
elementreference
of the editable area you wish to pull the name from.
[ekm:elementname]elementreference='welcome-area';[/ekm:elementname]
Here you must specify the elementreference
you set for a specific editable area.
logo
, welcome-area
, promo-area-1
, etcoutput_start='<div>';
Specify any HTML to be output before the element title is output.
output_end='</div>';
Specify any HTML to be output after the element title is output.
The EKM system allows for some tags to be nested within other tags.
When nesting this tag you must prefix the tag name with nested_
and ensure all singal quotes '
are replaced by double quotes "
[ekm:showdata]
...
output_item='
[ekm:nested_elementname]elementreference="welcome-area";[/ekm:nested_elementname]
';
...
[/ekm:showdata]