Expand all

abstract ve.ui.ToolbarDialog

Extends

Constructor

new ve.ui.ToolbarDialog([config])abstract #

Parameters:

Name Type Attributes Description
config Object optional

Configuration options

Source:
Toolbar dialog.

Properties

framed :booleanstatic #

The dialog has a frame border, for use with position='side'

Type:

  • boolean
Source:
The dialog has a frame border, for use with position='side'

padded :booleanstatic #

The dialog is padded

Type:

  • boolean
Source:
The dialog is padded

position :stringstatic #

Toolbar position, either 'above', 'side' (right in LTR), 'below' or 'inline' For 'inline' the caller will be manually positioning the dialog.

Type:

  • string
Source:

Toolbar position, either 'above', 'side' (right in LTR), 'below' or 'inline' For 'inline' the caller will be manually positioning the dialog.

Methods

getTeardownProcess() #

setDisabled(disabled) #

Set the disabled state of the toolbar dialog

Parameters:

Name Type Description
disabled boolean

Disable the dialog

Source:
Set the disabled state of the toolbar dialog