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
When true
, the Apply button will be enabled.
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : true
The text that appears on the Apply button.
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : "Apply"
The owner of the bindTarget rule.
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : this
The name of the rule to bind the selected button name to.
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : "selectedButton"
The text that appears on the Cancel button.
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : "Cancel"
The text that appears at the top of the dialog.
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : "Dialog"
When true
, the Clear button will be enabled.
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : true
The text that appears on the Clear button.
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : "Clear"
Internal Use Only.
Flags : Cached (Note this is uncached)
Expression : "Dialog"
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
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
When true
, the dialog is shown.
Flags : Cached, Parameter (Note this is uncached)
Expression : false
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"
When true
, the OK button will be enabled.
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : true
The text that appears on the OK button.
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : "OK"
no doc
Flags : Cached (Note this is uncached)
Expression : ""
If true
, an 'Apply' button is shown on the dialog.
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : false
If true
, a 'Clear' button is shown on the dialog.
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : false
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
UIDialog (d.1.0)
Mixins: UIFormMixin, UIContainerBoxMixin
no doc