Search Results for

    Show / Hide Table of Contents

    Class PreviousStepPageAction

    • C#
    • Visual Basic
    [JsonObject]
    public class PreviousStepPageAction : FeaturePageAction
    <JsonObject>
    Public Class PreviousStepPageAction
        Inherits FeaturePageAction
    Inheritance
    System.Object
    FeaturePageAction
    PreviousStepPageAction
    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 return to the previous stepper step


    Remarks

    Uses the mdbootstrap stepper prevStep() method

    Constructors

    View Source

    PreviousStepPageAction()

    Create a new FeaturePageAction with the PreviousStep action type

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

    PreviousStepPageAction(String)

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

    Declaration
    • C#
    • Visual Basic
    public PreviousStepPageAction(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