TourStep

Wisej.Web.Ext.TourPanel.TourStep

Namespace: Wisej.Web.Ext.TourPanel

Assembly: Wisej.Web.Ext.TourPanel (3.2.0.0)

Represents a steps in a TourPanelarrow-up-right.

public class TourStep

Constructors

TourStep()

Properties

Alignment

Placementarrow-up-right: Returns or sets the alignment side and position of the TourPanel when this TourStep is shown.

AllowPointerEvents

Booleanarrow-up-right: Returns or sets a value indicating whether pointer events are allowed on the current target. (Default: False)

AutoPlayTime

Int32arrow-up-right: Returns or sets the number of seconds to wait before showing the next step when the TourPanel is auto playing the steps. The default value is 0 to use the time set in the DefaultAutoPlayTime property. (Default: 0)

Throws:

Enabled

Booleanarrow-up-right: Enables or disables the step. When a step is disabled it is skipped from the rotation. (Default: True)

Index

Int32arrow-up-right: Returns the index of this step in the Steps list.

IsVisible

Booleanarrow-up-right: Returns true when this step is currently visible on the TourPanel.

Offset

Paddingarrow-up-right: Returns or sets the offset in pixels of the calculated position of the TourPanel when this TourStep is shown.

ShowClose

Booleanarrow-up-right: Determines whether the TourPanel shows the CloseButton and ExitButton buttons when showing this TourStep.

The ExitButton is always shown on the last step.

Tag

Objectarrow-up-right: Returns or sets user-defined data associated with the step. (Default: null)

Target

Objectarrow-up-right: Returns or sets the target for the step. The object can be a reference to a control, a component, or a string with the numeric ID (the Handlearrow-up-right) of the target.

TargetName

Stringarrow-up-right: Identifies the target control within the parent of the TourPanel. (Default: "")

The value of the TargetName property uses the following syntax: controlName.childControlName.childControlName, etc. Nested controls can be reached by specifying the full path. For example, the button child of a panel can be identified as "panel1.button1". Child widgets (widgets that compose more complex widget) can be reached using the slash separator and the name of the child widget. For example, the tools added to a control that supports tools can be reached as "textBox1/tools". Child widgets that are part of the children collection on the client can be reached using the "[]" syntax. For example, the first tool in a tools widget is addressable as "textBox1/tools[0]".

Text

Stringarrow-up-right: Returns or sets the HTML text to display in the TourPanel (Default: "")

Title

Stringarrow-up-right: Returns or sets the title to display in the TourPanel. (Default: "")

Tour

TourPanel: Returns the TourPanel that owns this TourStep.

UserData

Objectarrow-up-right: Returns a dynamic object that can be used to store custom data in relation to this component.

Events

Hide

EventHandlerarrow-up-right Fired when the step is hidden.

Show

EventHandlerarrow-up-right Fired when the step is shown.

Last updated

Was this helpful?