wiki:LINKS_ACTIONS_SHOWING_R0
Last modified 16 years ago Last modified on 02/20/09 08:18:56

Error: Macro BackLinksMenu(None) failed
compressed data is corrupt

Error: Macro TicketQuery(summary=LINKS_ACTIONS_SHOWING_R0, format=table, col=summary|owner|status|type|component|priority|effort|importance, rows=description|analysis_owners|analysis_reviewers|analysis_score|design_owners|design_reviewers|design_score|implementation_owners|implementation_reviewers|implementation_score|test_owners|test_reviewers|test_score|) failed
current transaction is aborted, commands ignored until end of transaction block

Analysis

Overview

Implement actions that control the visible state of frames. These actions include:

  • Show frame - Sets the visible of a frame to true
  • Hide frame - Sets the visible of a frame to false
  • Toggle frame - Inverts the visibility of a frame
  • Show in Front - Sets the visible of a frame to true and sets the Z-Order to 1
  • Toggle in Front - Hides the frame if visible, otherwise shows the frame and sets the Z-Order to 1

Task requirements

  • Implement the actions listed in the overview

Task result

(List the end product of the task (for example "Source code", "Wiki page", etc.))

Implementation idea

  • The targets of these actions can only be frames
  • Make sure the actions use the change system so that the effects of these actions are temporary
  • See the actions common task for how to implement actions

How to demo

Demo the actions by creating actions and triggering them

Design

(Describe your design here.)

Implementation

(Describe and link the implementation results here (from the wiki or the repository).)

Testing

(Place the testing results here.)

Comments

desc("show-hide actions ") desc("Show Frame, ") desc("Hide Frame, ") desc("Toggle Frame, ") desc("Show in Front, ") desc("Toggle in Front, ")