closeFrame: Difference between revisions
Jump to navigation
Jump to search
m (Conversion script moved page closeFrame to CloseFrame without leaving a redirect: Converting page title to first-letter uppercase) |
No edit summary |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 8: | Line 8: | ||
frame that has no close button. | frame that has no close button. | ||
'''NOTE''' | '''NOTE''' Frames created using '''temporary=0''' will not be removed and only made not visible. This function can not close dialogs opened with {{roll|dialog}}. Use {{func|closeDialog}} for that. | ||
|usage= | |usage= | ||
< | <syntaxhighlight lang="mtmacro" line> | ||
[h: closeFrame(name)] | [h: closeFrame(name)] | ||
</ | </syntaxhighlight> | ||
}} | }} | ||
[[Category:Frame Function]] | [[Category:Frame Function]] |
Latest revision as of 23:59, 16 November 2024
closeFrame() Function
• Introduced in version 1.3b70
Closes the specified macro frame that was previously created using [frame():]. If the
frame is not open then the function has no effect.
The most common use for this function is closing a frame based from a macro that is run when clicking on a link or button for the frame that has no close button.
NOTE Frames created using temporary=0 will not be removed and only made not visible. This function can not close dialogs opened with [dialog():]. Use closeDialog() for that.Usage
[h: closeFrame(name)]