void
setBody
(
str
)
str <String/HTMLElement>
The string or DOM reference to be used as the windows body.
void
void
setFooter
(
str
)
str <String/HTMLElement>
The string or DOM reference to be used as the windows footer.
void
void
setHeader
(
str
)
str <String/HTMLElement>
The string or DOM reference to be used as the windows header.
void
afterOpenWindow
(
win
,
panel
)
win <EditorWindow>
The EditorWindow object
panel <Overlay>
The Overlay object that is used to create the window.
beforeOpenWindow
(
win
,
panel
)
win <EditorWindow>
The EditorWindow object
panel <Overlay>
The Overlay object that is used to create the window.
closeWindow
(
win
)
win <EditorWindow>
The EditorWindow object
windowCMDClose
(
win
,
panel
)
win <EditorWindow>
The EditorWindow object
panel <Overlay>
The Overlay object that is used to create the window.
windowCMDOpen
(
win
,
panel
)
win <EditorWindow>
The EditorWindow object
panel <Overlay>
The Overlay object that is used to create the window.
windowCreateLinkRender
(
panel
,
body
)
panel <Overlay>
The Overlay object that is used to create the window.
body <HTMLElement>
The HTML element used as the body of the window..
windowInsertImageRender
(
panel
,
body
,
toolbar
)
panel <Overlay>
The Overlay object that is used to create the window.
body <HTMLElement>
The HTML element used as the body of the window..
toolbar <Toolbar>
A reference to the toolbar object used inside this window.
windowRender
(
win
,
panel
)
win <EditorWindow>
The EditorWindow object
panel <Overlay>
The Overlay object that is used to create the window.