Changes between Version 20 and Version 21 of PAGE_STRUCTURE_PALETTE_R0
- Timestamp:
- 11/02/09 12:49:17 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PAGE_STRUCTURE_PALETTE_R0
v20 v21 39 39 Selected element is the dark gray one and when selected the corresponding frame on the page is selected too. Left mouse button click on the selected element makes it editable and the element can be renamed. After changing the name by pressing enter or by clicking somewhere else the new name is accepted. Renaming of selected element can be achieved by pressing F2 instead of second left mouse button click. While dragging the dragged element can be dropped between two sibling elements or as first or last one. 40 40 If the element is dropped somewhere else the drag and drop is canceled. His last position is taken by the element which was before it if the element is dragged upwards, and its position is taken by the element which was after it if the element is dragged downwards. 41 42 * We will need a tree palette, so we will implement a TreePalette, based on JTree, which is dynamically changing using Pro lib. 43 * The Structure palette will use the current page and it's elements-children and descendants. So it's items will use ElementViews to construct themselves. 44 * May be the resource palette will become a tree palette too. 45 41 46 == Related == 42 47 PAGE_STRUCTURE_DISPLAYING_R0 [[BR]]