Search
Preparing search index...
The search index is not available
Builder plugin API reference
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Modules
"PropertyDialog"
PropertyDialog
Class PropertyDialog<T>
Type parameters
T
:
UIComponentList
Hierarchy
Dialog
PropertyDialog
Index
Constructors
constructor
Properties
base
Elem
buttons
content
dialog
fields
header
Elem
primary
Button
title
x
Button
Methods
__construct
add
Button
hide
on
Close
on
Show
property
Dialog
Apply
property
Dialog
Close
property
Dialog
Field
remove
All
Buttons
set
Auto
Resize
set
Center
Buttons
set
Content
set
Footer
Visible
set
Maximised
set
NoScroll
set
Size
set
Size
Class
set
Title
set
Title
Visible
set
Visible
show
close
All
Constructors
constructor
new
Property
Dialog
(
title
:
string
, uiDef
?:
PropertyDialogDefinition
<
T
>
)
:
PropertyDialog
Parameters
title:
string
Optional
uiDef:
PropertyDialogDefinition
<
T
>
Returns
PropertyDialog
Properties
base
Elem
base
Elem
:
JQuery
buttons
buttons
:
JQuery
content
content
:
JQuery
dialog
dialog
:
JQuery
fields
fields
:
object
Type declaration
[
key:
string
]:
any
header
Elem
header
Elem
:
JQuery
primary
Button
primary
Button
:
JQuery
|
null
title
title
:
JQuery
x
Button
x
Button
:
JQuery
Methods
__construct
__construct
(
title
:
string
, isStatic
?:
undefined
|
false
|
true
, content
?:
UIComponent
, keepXBtn
?:
undefined
|
false
|
true
, uiDef
?:
PropertyDialogDefinition
<
T
>
)
:
void
Parameters
title:
string
Optional
isStatic:
undefined
|
false
|
true
Optional
content:
UIComponent
Optional
keepXBtn:
undefined
|
false
|
true
Optional
uiDef:
PropertyDialogDefinition
<
T
>
Returns
void
add
Button
add
Button
(
name
:
string
, callback
?:
undefined
|
function
, primary
?:
undefined
|
false
|
true
, cssClass
?:
undefined
|
string
)
:
JQuery
Parameters
name:
string
Optional
callback:
undefined
|
function
Optional
primary:
undefined
|
false
|
true
Optional
cssClass:
undefined
|
string
Returns
JQuery
hide
hide
(
)
:
void
Returns
void
on
Close
on
Close
(
)
:
void
Returns
void
on
Show
on
Show
(
)
:
void
Returns
void
property
Dialog
Apply
property
Dialog
Apply
(
close
?:
undefined
|
false
|
true
)
:
void
Parameters
Optional
close:
undefined
|
false
|
true
Returns
void
property
Dialog
Close
property
Dialog
Close
(
)
:
void
Returns
void
property
Dialog
Field
property
Dialog
Field
(
field
:
string
)
:
UIComponent
|
null
Parameters
field:
string
Returns
UIComponent
|
null
remove
All
Buttons
remove
All
Buttons
(
)
:
void
Returns
void
set
Auto
Resize
set
Auto
Resize
(
autoResize
:
boolean
, callback
?:
undefined
|
function
)
:
void
Parameters
autoResize:
boolean
Optional
callback:
undefined
|
function
Returns
void
set
Center
Buttons
set
Center
Buttons
(
value
:
boolean
)
:
void
Parameters
value:
boolean
Returns
void
set
Content
set
Content
(
htmlContent
:
UIComponent
|
string
|
JQuery
, keepFields
?:
undefined
|
false
|
true
)
:
void
Parameters
htmlContent:
UIComponent
|
string
|
JQuery
Optional
keepFields:
undefined
|
false
|
true
Returns
void
set
Footer
Visible
set
Footer
Visible
(
visible
:
boolean
)
:
void
Parameters
visible:
boolean
Returns
void
set
Maximised
set
Maximised
(
maximised
:
boolean
)
:
void
Parameters
maximised:
boolean
Returns
void
set
NoScroll
set
NoScroll
(
)
:
void
Returns
void
set
Size
set
Size
(
width
:
number
, height
?:
number
|
null
)
:
void
Parameters
width:
number
Optional
height:
number
|
null
Returns
void
set
Size
Class
set
Size
Class
(
sizeClass
:
""
|
"modal-sm"
|
"modal-md"
|
"modal-lg"
|
string
)
:
void
Parameters
sizeClass:
""
|
"modal-sm"
|
"modal-md"
|
"modal-lg"
|
string
Returns
void
set
Title
set
Title
(
title
:
string
)
:
void
Parameters
title:
string
Returns
void
set
Title
Visible
set
Title
Visible
(
visible
:
boolean
)
:
void
Parameters
visible:
boolean
Returns
void
set
Visible
set
Visible
(
visible
:
boolean
, noAction
?:
undefined
|
false
|
true
, ignoreEvent
?:
undefined
|
false
|
true
)
:
void
Parameters
visible:
boolean
Optional
noAction:
undefined
|
false
|
true
Optional
ignoreEvent:
undefined
|
false
|
true
Returns
void
show
show
(
htmlContent
?:
string
|
JQuery
)
:
void
Parameters
Optional
htmlContent:
string
|
JQuery
Returns
void
Static
close
All
close
All
(
)
:
void
Returns
void
Modules
"
Property
Dialog"
Property
Dialog
constructor
base
Elem
buttons
content
dialog
fields
header
Elem
primary
Button
title
x
Button
__construct
add
Button
hide
on
Close
on
Show
property
Dialog
Apply
property
Dialog
Close
property
Dialog
Field
remove
All
Buttons
set
Auto
Resize
set
Center
Buttons
set
Content
set
Footer
Visible
set
Maximised
set
NoScroll
set
Size
set
Size
Class
set
Title
set
Title
Visible
set
Visible
show
close
All
Property
Dialog
Button
Definition
Property
Dialog
Definition
Property
Dialog
Size
Property
Dialog
Callback