Changes between Version 11 and Version 12 of GROUP_TEMPLATES_R4


Ignore:
Timestamp:
10/10/09 16:15:04 (16 years ago)
Author:
jani
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GROUP_TEMPLATES_R4

    v11 v12  
    2121  * Dragging a book template to a page creates an empty embedded book from this template 
    2222   * 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 
    2324  * Optional - dragging page template over page thumbnail (page preview palette) applies template to the page 
    2425   * The page should be highlighted before the drop 
     
    6364 * Register the Frame, Page and BookTemplatesPallete for drag operations like this: 
    6465{{{ 
    65         SophieDragDropHandler.registerComponent(list().get(), FrameTemplatesPalette.this, null, null, true, true); 
     66SophieDragDropHandler.registerComponent(list().get(), FrameTemplatesPalette.this, null, null, true, true); 
    6667}}} 
    6768 * The new events in LibraryTabLogic should added for DND_IMPORT and DND_EXPORT