Changes between Version 6 and Version 7 of GROUP_BASE_HALOS_AND_FRAME_POSITION_R1


Ignore:
Timestamp:
07/10/09 12:03:50 (16 years ago)
Author:
peko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GROUP_BASE_HALOS_AND_FRAME_POSITION_R1

    v6 v7  
    3535TOP, BOTTOM, LEFT, RIGHT, TOP_LEFT_CORNER, BOTTOM_LEFT_CORNER, TOP_RIGHT_CORNER, BOTTOM_RIGHT_CORNER 
    3636}}} 
    37   * Having these positions menus will be positioned at the specified side or corner. What is more menus will have an orientation - vertical for left and right sides and horizontal in all other cases. '''Note that the latter include menus that are at the corner of the rectangle!''' 
     37  * Having these positions menus will be positioned at the specified side or corner. What is more menus will have an orientation - vertical for left and right sides and horizontal in all other cases. Note that the latter include menus that are at the corner of the rectangle! 
    3838  * An implementation of the StaticHaloMenu menu will be provided that is bound to the selection rectangle in the PageWorkArea. This is usually the rectangle that menu are going to be bound to. ( see[source:branches/private/peko/sophie2-base-halos-r1/sophie2-platform/modules/org.sophie2.main.app.halos/src/main/java/org/sophie2/main/app/halos/shared/SelectionHaloMenu.java SelectionHaloMenu] for more info.) 
    39  * HaloMenus need to align their buttons. This means that buttons in a StaticHaloMenu should be able to be aligned at both ends of the side of the rectangle. That is why HaloButton should have an alignment property. This is going to be START and END of the halo menu. By default buttons will be aligned at the start of the menu. For floating halo menus buttons will always be aligned at the start. This also include halo menus that are positioned at the corners of the rectangle. 
     39 * HaloMenus need to align their buttons. This means that buttons in a StaticHaloMenu should be able to be aligned at both ends of the side of the rectangle. That is why HaloButton should have an alignment property. This is going to be START and END of the halo menu. By default buttons will be aligned at the start of the menu. For floating halo menus buttons will always be aligned at the start. This also include halo menus that are positioned at the corners of the rectangle where the menu is a static one. 
    4040 
    4141= Implementation =