Product Selector

Fusion 5.12
    Fusion 5.12

    widget:tutorial

    Table of Contents

    Description

    Checks a cookie to determine whether to show the content and sets the cookie when an event is triggered

    Usage

    as element:

    <widget:tutorial
           cookie="{string}"
           [event="{string}"]
           [delete="{string}"]>
    </widget:tutorial>

    Directive info

    • This directive creates new scope.

    Parameters

    Param Type Details

    cookie

    string

    The name of the cookie to check and set

    event

    (optional)

    string

    The name of the event to set the cookie. Defaults to cookie attribute
    '_set'

    delete

    (optional)

    string

    The name of the event to delete the cookie. Defaults to cookie attribute

    '_delete'