selectselectselect
Call our Sales Hotline
0844 858 8580
User Guides

Element

ekmTags: [ekm:element]

This tag creates an editable area on your website. You can insert HTML, Images, Text and even Flash files into this area.

Full Tag
[ekm:element]

    element_reference='SIDE_MENU';
    edit_button='YES';
    output_start='';
    output_end='';
    element_name_default='Delivery';
    output_default='Courier or Collect In Store';

[/ekm:element] 


Full Tag

Ekmtags element.gif

Tag Parameters

element_reference
Allows you to specify the reference name for this tag. If this tag already exists in your shops database it will be shown, if it doesnt already exist you will be able to edit the tag and it will then be added to your database.
Possible Values
user defined you can enter any name you like


edit_button
Should a [edit] button be shown when you are logged into your shop so you can edit the element? In most cases this should be yes.
Possible Values
yes
no


output_start
This is output at the start of the tag before any page data is shown. You can use it to open a div for example.
Possible Values
User Defined Any HTML or plain text. You can also use the following attributes...

[element_name] Outputs the name of the element


output_end
This is output at the end of the tag after any page data is shown. You can use it to close a div for example.
Possible Values
User Defined Any HTML or plain text. You can also use the following attributes...

[element_name] Outputs the name of the element


element_name_default
Allows you to choose the name of the element which can be displayed using the [element_name] attribute.
Possible Values
User Defined Any plain text


output_default
Allows you to enter some default content to be displayed within the element.
Possible Values
User Defined Any HTML or plain text


« Back