Class
KendoInputConstants

String constants of the Input(CSS classes, Id prefix, etc).

Definition

Namespace:Telerik.TestingFramework.Controls.KendoUI

Assembly:Telerik.TestingFramework.Controls.KendoUI.dll

Syntax:

cs-api-definition
public static class KendoInputConstants

Inheritance: objectKendoInputConstants

Fields

CssAutoComplete

The CSS class of the AutoComplete span.

Declaration

cs-api-definition
public const string CssAutoComplete = "k-autocomplete"

Field Value

string

CssButton

The common part of the spin button CSS class.

Declaration

cs-api-definition
public const string CssButton = "k-button"

Field Value

string

CssCalendarIcon

The CSS class of the calendar.

Declaration

cs-api-definition
public const string CssCalendarIcon = "k-i-calendar"

Field Value

string

CssCalendarIconOld

The old CSS class of the calendar.

Declaration

cs-api-definition
public const string CssCalendarIconOld = "k-icon-calendar"

Field Value

string

CssClockIcon

The CSS class of the calendar clock.

Declaration

cs-api-definition
public const string CssClockIcon = "k-i-clock"

Field Value

string

CssClockIconOld

The old CSS class of the calendar clock.

Declaration

cs-api-definition
public const string CssClockIconOld = "k-icon-clock"

Field Value

string

CssComboBox

The CSS class of the ComboBox wrapper span.

Declaration

cs-api-definition
public const string CssComboBox = "k-combobox"

Field Value

string

CssDateInput

The CSS class of the ComboBox wrapper span.

Declaration

cs-api-definition
public const string CssDateInput = "k-dateinput"

Field Value

string

CssDatePicker

The CSS class of the DatePicker span.

Declaration

cs-api-definition
public const string CssDatePicker = "k-datepicker"

Field Value

string

CssDateTimePicker

The CSS class of the DatetimePicker span.

Declaration

cs-api-definition
public const string CssDateTimePicker = "k-datetimepicker"

Field Value

string

CssDownArrowClass

Css class for down arrow element.

Declaration

cs-api-definition
public const string CssDownArrowClass = "k-spinner-decrease"

Field Value

string

CssDropDownListTextBox

The CSS class of the DropDownList wrapper span.

Declaration

cs-api-definition
public const string CssDropDownListTextBox = "k-dropdown"

Field Value

string

CssInputClientObject

The CSS class of the input holding the client-side object.

Declaration

cs-api-definition
public const string CssInputClientObject = "k-input"

Field Value

string

CssMaskedTextBox

The CSS class of the TimePicker span.

Declaration

cs-api-definition
public const string CssMaskedTextBox = "k-maskedtextbox"

Field Value

string

CssNumericTextBox

The CSS class of the NumericTextBox wrapper span.

Declaration

cs-api-definition
public const string CssNumericTextBox = "k-numerictextbox"

Field Value

string

CssSpinButton

The common part of the spin button CSS class.

Declaration

cs-api-definition
public const string CssSpinButton = "k-i-arrow"

Field Value

string

CssSpinButtonOld

The old common part of the spin button CSS class.

Declaration

cs-api-definition
public const string CssSpinButtonOld = "k-arrow"

Field Value

string

CssSpinDown

The CSS class of the spin down span.

Declaration

cs-api-definition
public const string CssSpinDown = "k-i-arrow-s"

Field Value

string

CssSpinDownOld

The old CSS class of the spin down span.

Declaration

cs-api-definition
public const string CssSpinDownOld = "k-arrow-down"

Field Value

string

CssSpinUp

The CSS class of the spin up span.

Declaration

cs-api-definition
public const string CssSpinUp = "k-i-arrow-n"

Field Value

string

CssSpinUpOld

The old CSS class of the spin up span.

Declaration

cs-api-definition
public const string CssSpinUpOld = "k-arrow-up"

Field Value

string

CssSvgCalendarIcon

The CSS SVG class of the calendar.

Declaration

cs-api-definition
public const string CssSvgCalendarIcon = "k-svg-i-calendar"

Field Value

string

CssSvgClockIcon

The CSS SVG class of the calendar clock.

Declaration

cs-api-definition
public const string CssSvgClockIcon = "k-svg-i-clock"

Field Value

string

CssTextBox

The CSS class of the TextBox wrapper span.

Declaration

cs-api-definition
public const string CssTextBox = "k-textbox"

Field Value

string

CssTimePicker

The CSS class of the TimePicker span.

Declaration

cs-api-definition
public const string CssTimePicker = "k-timepicker"

Field Value

string

CssToggleButton

The common part of the toggle button CSS class.

Declaration

cs-api-definition
public const string CssToggleButton = "k-select"

Field Value

string

CssUpArrowClass

Css class for up arrow element.

Declaration

cs-api-definition
public const string CssUpArrowClass = "k-spinner-increase"

Field Value

string

DataRoleAttribute

The data role attribute find clause.

Declaration

cs-api-definition
public const string DataRoleAttribute = "data-role=+"

Field Value

string

DateInputFindClauses

The 'KendoDateInput' find clauses.

Declaration

cs-api-definition
public static readonly string[] DateInputFindClauses

Field Value

string[]

DatePickerKey

The KendoDataPicker key used across the source classes.

Declaration

cs-api-definition
public const string DatePickerKey = "KendoDataPicker"

Field Value

string

DecreaseValueTitle

The title of the increase span

Declaration

cs-api-definition
public const string DecreaseValueTitle = "Decrease value"

Field Value

string

FindClauses

The 'KendoInput' find clauses.

Declaration

cs-api-definition
public static readonly string[] FindClauses

Field Value

string[]

IncreaseValueTitle

The title of the increase span

Declaration

cs-api-definition
public const string IncreaseValueTitle = "Increase value"

Field Value

string

InputKey

The 'KendoInput' key used across the source classes.

Declaration

cs-api-definition
public const string InputKey = "KendoInput"

Field Value

string

NumericTextBoxKey

The KendoNumericTextBox key used across the source classes.

Declaration

cs-api-definition
public const string NumericTextBoxKey = "KendoNumericTextBox"

Field Value

string

R22022CssDropDownListTextBox

The CSS class of the DropDownList wrapper span in R22022.

Declaration

cs-api-definition
public const string R22022CssDropDownListTextBox = "k-dropdownlist"

Field Value

string

R32021DateInputFindClauses

The R32021 and before 'KendoDateInput' find clauses.

Declaration

cs-api-definition
public static readonly string[] R32021DateInputFindClauses

Field Value

string[]

R32021FindClauses

The 'KendoInput' find clauses for R32021.

Declaration

cs-api-definition
public static readonly string[] R32021FindClauses

Field Value

string[]