Changes between Version 7 and Version 8 of GROUP_APP_RESOURCE_MANIPULATION_R0


Ignore:
Timestamp:
04/14/09 17:02:22 (16 years ago)
Author:
meddle
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GROUP_APP_RESOURCE_MANIPULATION_R0

    v7 v8  
    6464 * Reload the book 
    6565= Design = 
    66 ^(Describe your design here.)^ 
     66For the resource manipulation there will be present one palette in the Resources tab used for displaying and editing the resource meta. 
     67 * There will be button for duplicating a Resource. This button will be active only when a resource of the resource palette is chosen by the user. When clicked the button copies the chosen in the resource palette resource. 
     68  * If the resource is Frame or other resource - page element, it will be copied into the currently opened page, and it will show the same content as the original one. 
     69  * If the resource is Page the page will be copied and put into current book's pages array into the last place. 
     70  * If the resource is a Book it will be copied on the desktop like a new book. 
     71  * If the resource is a content resource it will be copied, and put into the book's content resources, but will be not inserted. The insert will be performed with drag&drop in the future. 
     72 * There will be a button for deleting a resource. It will delete the resource. The resource will be deleted from the current book and the palettes. If no resource is chosen in the resource palette the button will be inactive. 
     73 * There will be a button for exporting a resource that will work in a future revision. 
     74 * In the AllResourcesPalette there will be an Import button, that will import resources from the database. When clicked it will raise file chooser dialog and will filter files by all the known file types for resources. And when file is chosen for its contents will be created new frame with the appropriate content and will be inserted to the current page and the resource's palettes. The implementation of this feature will be optional for this revision. 
     75[[BR]] 
     76The resource meta information will be displayed into the Resource Details palette too. The editable fields of the resource will be editable there and fields like the name or the date of creation that are permanent will be not. 
     77[[BR]] 
     78In the new Details there will be and preview panel that will be implemented in a future revision. 
    6779 
    6880= Implementation =