Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RadioBoxDef

This will create radio-button control.

Hierarchy

Indexable

[key: string]: any

This will create radio-button control.

Index

Properties

Optional afterInit

Optional attr

attr: IDictionary<string>

Object defining html attributes for controls root element.

change

Callback that is called when radio button is selected/unselected.

Optional click

Callback that will be called when control is clicked.

Optional css

css: JQueryCssProperties

Object defining css styles for controls root element.

Optional enabled

enabled: undefined | false | true

If true control will be enabled if false control will be disabled (inactive).

Optional fixedWidth

fixedWidth: undefined | number

group

group: string

Group name for grouping multiple radio button controls.

Optional helpText

helpText: undefined | string

Adds tooltip icon, that will show this tooltip text.

Optional id

id: undefined | string

Reference id of the control, it will be used to reference this control in the code throuth FieldsIndex objects.

Optional ignore

ignore: undefined | false | true

If true this control definition will be ignored and control will not be initiated.

Optional init

Callback that will be called when control is initialised.

Optional inline

inline: undefined | false | true

Optional inputValue

inputValue: undefined | string

HTML value attribute for this control.

Optional label

label: undefined | string

Radio button label.

Optional on

Optional styleClass

styleClass: undefined | string

Style class to add on root element of the control.

Optional title

title: undefined | string

HTML title attribute of this control.

type

type: "RadioBox"

Optional value

value: undefined | false | true

If true radio button will be selected else unselected. (default: false)

Optional visible

visible: undefined | false | true

Set initial visibility of control. (default: true)