Search Results for

    Show / Hide Table of Contents

    Class SetStepPageAction

    • C#
    • Visual Basic
    [JsonObject]
    public class SetStepPageAction : FeaturePageAction
    <JsonObject>
    Public Class SetStepPageAction
        Inherits FeaturePageAction
    Inheritance
    System.Object
    FeaturePageAction
    SetStepPageAction
    Inherited Members
    FeaturePageAction.PageAction
    FeaturePageAction.Selector
    FeaturePageAction.Data
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: HomeSeer.PluginSdk.Features.Responses.PageActions
    Assembly: PluginSdk.dll


    A FeaturePageAction used to instruct the client to go to a particular stepper step


    Remarks

    Uses the mdbootstrap stepper setStep() method

    Constructors

    View Source

    SetStepPageAction()

    Create a new FeaturePageAction with the SetStep action type

    Declaration
    • C#
    • Visual Basic
    [JsonConstructor]
    public SetStepPageAction()
    <JsonConstructor>
    Public Sub New
    View Source

    SetStepPageAction(String)

    Create new FeaturePageAction with the SetStep action type using a specific JQuery selector

    Declaration
    • C#
    • Visual Basic
    public SetStepPageAction(string selector)
    Public Sub New(selector As String)
    Parameters
    Type Name Description
    System.String selector

    The JQuery selector to use

    Exceptions
    Type Condition
    System.ArgumentNullException

    Thrown if no selector is specified

    • View Source
    In This Article
    Back to top HomeSeer Technologies