Changes between Version 17 and Version 18 of PAGE_ELEMENT_GROUPING_R0


Ignore:
Timestamp:
05/21/09 13:02:02 (16 years ago)
Author:
kyli
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PAGE_ELEMENT_GROUPING_R0

    v17 v18  
    139139  * void exitGroup() - which will go one level up in the group tree. If the current group is a root one, does nothing. 
    140140 * Clicking on either frame of a group should select all the group. 
    141  * The actual grouping control will be done through the HaloButtons created for this. 
     141 * The actual grouping control will be done through the '''HaloButtons''' created for this. 
    142142  * Selected elements will be able to be grouped. 
    143143  * Selected group will be able to be ungrouped. 
    144144  * Both halo buttons will appear on selecting more than one frame. 
    145  * The actual selection control will be done through 2 more HaloButtons: 
    146   *  
     145 * The actual selection control will be done through '''2 more HaloButtons''': 
     146  * The current group can be changed to the current's container (if the current group is not root). 
     147  * The current group can be changed to one inside the current (if does not contain only elements). 
     148 * For the group selection / navigation there should be a property in the PageWorkArea: Prop<GroupContainer> currentGroup.  
    147149 
    148150