closeFrame: Difference between revisions
Jump to navigation
Jump to search
m (Fixing wikilinks) |
m (Rulling out of "Dialog Function" category) |
||
Line 15: | Line 15: | ||
</source> | </source> | ||
}} | }} | ||
[[Category:Frame Function]] | [[Category:Frame Function]] |
Revision as of 14:38, 27 July 2011
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 this function can not close dialogs opened with [dialog():]. Use closeDialog() for that.Usage
[h: closeFrame(name)]