YUI recommends YUI 3.
YUI 2 has been deprecated since 2011. This site acts as an archive for files and documentation.
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.