Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FontSelectorDef

This will create font selector.

Hierarchy

Indexable

[key: string]: any

This will create font selector.

Index

Properties

Optional afterInit

Optional attr

attr: IDictionary<string>

Object defining html attributes for controls root element.

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

Optional horizontal

horizontal: undefined | false | true

If true control layout will be more horizontal. (default: false)

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 needLineHeight

needLineHeight: undefined | false | true

If true allows to select line height. (default: false)

Optional needPreview

needPreview: undefined | false | true

If true will add font preview box. (default: false)

Optional noAlign

noAlign: undefined | false | true

If false will allow to select font alignment. (default: false)

Optional noStyle

noStyle: undefined | false | true

If false will allow to select font style. (default: false)

Optional on

Optional styleClass

styleClass: undefined | string

Style class to add on root element of the control.

Optional ttPlacement

ttPlacement: undefined | string

Informational tooltip placement in control. (default: left)

type

type: "FontSelector"

Optional value

value: FontSelectorValue | null

Initial value.

Optional visible

visible: undefined | false | true

Set initial visibility of control. (default: true)