Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Name

qclose — close widget

Syntax

Panel
bgColor#FFFFAA
borderWidth1
borderStylesolid

qclose [widget]

Description

The qclose command closes the widget. The widget is not deleted, unless created with the deleteonclose attribute.

Arguments

widget

The widget to be closed. If this argument is omitted the current widget will be used.

The widget may be redisplayed with the qshow or qraise command.

See the reference section on qshow for an example on how to use qclose together with qshow to toggle the visibility of a widget.