Changes between Version 11 and Version 12 of GROUP_TEMPLATES_R4
- Timestamp:
- 10/10/09 16:15:04 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GROUP_TEMPLATES_R4
v11 v12 21 21 * Dragging a book template to a page creates an empty embedded book from this template 22 22 * Cursor should show that drop is possible (see image drag and drop) 23 * Dragging a book template to the desktop creates a new book from the template 23 24 * Optional - dragging page template over page thumbnail (page preview palette) applies template to the page 24 25 * The page should be highlighted before the drop … … 63 64 * Register the Frame, Page and BookTemplatesPallete for drag operations like this: 64 65 {{{ 65 66 SophieDragDropHandler.registerComponent(list().get(), FrameTemplatesPalette.this, null, null, true, true); 66 67 }}} 67 68 * The new events in LibraryTabLogic should added for DND_IMPORT and DND_EXPORT