| Name |
Description |
AttachedToButton
|
Bool sealed. Gets a value indicating whether the popup is 'attached' to a button called this popup.
(Inherited from Popup.)
Always false.
|
AutoClose
|
Bool sealed. Gets a value indicating whether the popup is closed on click outside it.
(Inherited from Popup.)
Always false.
|
ClientControlType
|
String overridable. Gets the script type to use for the Control.
(Inherited from Popup.)
|
Content
|
Collection<Control>.
Gets collection of controls included into the popup.
(Inherited from Popup.)
|
DefaultHeight
|
Int overridable.
Gets the height of the input element used when a new element is inserted.
(Inherited from InputProperties.)
Default -1 (default element's height).
|
DefaultTitle
|
String overridable. Gets the popup title if not found in Localization.
(Inherited from Popup.)
Default "Input properties".
|
DefaultValue
|
String overridable.
Gets the value of the input element used when a new element is inserted.
(Inherited from InputProperties.)
If a value of this property is not empty then 'Checked' field will be checked for a new inserted element.
Default String.Empty .
|
DefaultWidth
|
Int overridable.
Gets the width of the input element used when a new element is inserted.
(Inherited from InputProperties.)
Default -1 (default element's width).
|
ElementCSS
|
TextBox overridable. Gets the control
associated with the "CSS class" popup's property.
(Inherited from InputProperties.)
|
ElementID
|
TextBox overridable. Gets the control
associated with the "ID" popup's property.
(Inherited from InputProperties.)
|
InputCheckbox
|
HtmlGenericControl overriden. Gets the control
associated with the "Checked" popup's property.
(Inherited from InputProperties.)
Default: input DOM element with type="checkbox".
|
InputHeight
|
TextBox overridable. Gets the control
associated with the "Height" popup's property.
(Inherited from InputProperties.)
|
InputName
|
TextBox overridable. Gets the control
associated with the "Name" popup's property.
(Inherited from InputProperties.)
|
InputValue
|
HtmlGenericControl overridable. Gets the control
associated with the "Value" popup's property.
(Inherited from InputProperties.)
|
InputTitle
|
String overridable.
Gets the type title of the input element for rendering inside the popup ("Textbox", "Button" etc.).
(Inherited from InputProperties.)
Default "Radio button".
|
InputWidth
|
TextBox overridable. Gets the control
associated with the "Width" popup's property.
(Inherited from InputProperties.)
|
ScriptPath
|
String overridable. Gets the path of the script file where the associated script type is defined.
(Inherited from Popup.)
|
Title
|
TextBox overridable. Gets the control
associated with the "ToolTip" popup's property.
(Inherited from InputProperties.)
|