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.