Copyright © 2021 by K4.org
  (v.0.48.124)

Index

Rules

__model

__model: String

Internal Use Only.

Flags : Cached, External, Update (Note this is uncached)

Expression : this.isVisible ? R.UI.makeWidget(Object.assign({}, this.spec, this.customSpec)) : R.nullHandle

applyButtonEnabled

applyButtonEnabled: Boolean

When true, the Apply button will be enabled.

Flags : Cached, Parameter, Spec (Note this is uncached)

Expression : true

applyButtonText

applyButtonText: String

The text that appears on the Apply button.

Flags : Cached, Parameter, Spec (Note this is uncached)

Expression : "Apply"

bindParent

bindParent: Any

The owner of the bindTarget rule.

Flags : Cached, Parameter, Spec (Note this is uncached)

Expression : this

bindTarget

bindTarget: String

The name of the rule to bind the selected button name to.

Flags : Cached, Parameter, Spec (Note this is uncached)

Expression : "selectedButton"

cancelButtonText

cancelButtonText: String

The text that appears on the Cancel button.

Flags : Cached, Parameter, Spec (Note this is uncached)

Expression : "Cancel"

caption

caption: String

The text that appears at the top of the dialog.

Flags : Cached, Parameter, Spec (Note this is uncached)

Expression : "Dialog"

clearButtonEnabled

clearButtonEnabled: Boolean

When true, the Clear button will be enabled.

Flags : Cached, Parameter, Spec (Note this is uncached)

Expression : true

clearButtonText

clearButtonText: String

The text that appears on the Clear button.

Flags : Cached, Parameter, Spec (Note this is uncached)

Expression : "Clear"

controlType

controlType: String

Internal Use Only.

Flags : Cached (Note this is uncached)

Expression : "Dialog"

hideOnClickOutside

hideOnClickOutside: Boolean

When true, the rule isVisible is set to 'false' on clicking outside the dialog. Default is false.

Flags : Cached, Parameter, Spec (Note this is uncached)

Expression : false

isModal

isModal: Boolean

If true, the dialog is modal, which means it must be dealt with before other actions can happen.

Flags : Cached, Parameter, Spec (Note this is uncached)

Expression : true

isVisible

isVisible: Boolean

When true, the dialog is shown.

Flags : Cached, Parameter (Note this is uncached)

Expression : false

location

location: String

The initial location of the dialog. One of 'center' (the default), 'top', 'bottom', 'left', 'right', 'top-left', 'top-right', 'bottom-left', or 'bottom-right'.

Flags : Cached, Parameter, Spec (Note this is uncached)

Expression : "center"

okButtonEnabled

okButtonEnabled: Boolean

When true, the OK button will be enabled.

Flags : Cached, Parameter, Spec (Note this is uncached)

Expression : true

okButtonText

okButtonText: String

The text that appears on the OK button.

Flags : Cached, Parameter, Spec (Note this is uncached)

Expression : "OK"

selectedButton

selectedButton: String

no doc

Flags : Cached (Note this is uncached)

Expression : ""

showApplyButton

showApplyButton: Boolean

If true, an 'Apply' button is shown on the dialog.

Flags : Cached, Parameter, Spec (Note this is uncached)

Expression : false

showClearButton

showClearButton: Boolean

If true, a 'Clear' button is shown on the dialog.

Flags : Cached, Parameter, Spec (Note this is uncached)

Expression : false

updateOnOK

updateOnOK: Boolean

When true, the dialog holds all changes until the OK button is activated. Otherwise, each change is sent to the server as it is made.

Flags : Cached, Parameter, Spec (Note this is uncached)

Expression : false