Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 704 Bytes

File metadata and controls

45 lines (25 loc) · 704 Bytes
title page_title res_type
Step
Configuration, methods and events of Kendo UI Stepper Step Instance object
api

kendo.stepper.Step

Represents a step in the Stepper widget.

Fields

element jQuery

The jQuery element representing the step

Methods

deselect

Deselects the Step.

enable

Enables or disables the Step.

Parameters

value Boolean

Specifies whether the step should be enabled (true) or disabled (false).

select

Selects the Step.

setValid

Sets the valid(error) state of the Step.

Parameters

value Boolean

Specifies whether the state should be valid (true) or not (false).