Speak to our experts today 0333 004 0333
Speak to one of our experts today
User Guides

EKM Tag: [ekm:dialog]

When combined with the [ekm:dialog_trigger] tag, this tag can be used to output a stylable dialog.

  • Tag Information
Basic Use
When combined with the [ekm:dialog_trigger] tag, this tag can be used to output a stylable dialog.

[ekm:dialog]
    dialog_id='some_unique_id';
    title='This is the title of the dialog';
    html_content='<div>This is the content of the dialog</div>';
[/ekm:dialog]
[ekm:dialog_trigger]
    dialog_id='some_unique_id';
    type='auto_trigger';
[ekm:dialog_trigger]
                                
Tag Attributes
Dialog Id
dialog_id='';

A unique identifier for this dialog.

Value
Description
{user defined}
Define any unique identifier for the dialog.
Title
title='';

Specify the title of the dialog.

Value
Description
{user defined}
Define any title for the dialog.
HTML Content
html_content='';

Specify any text or html to output as the content of the dialog.

Value
Description
{user defined}
Define any text or html to output as the content of the dialog.