Changes between Version 3 and Version 4 of APP_RESOURCE_LIST_BOOK_ACTIONS_R0
- Timestamp:
- 01/30/09 18:19:59 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
APP_RESOURCE_LIST_BOOK_ACTIONS_R0
v3 v4 6 6 7 7 == Overview == 8 Many of the operations over the list with resources will be executed through the palette where the resources are displayed. The scope of the resources will be changed through drag'n'drop from one palette to another.8 Many of the operations over the resources will be executed through the palette where the resources are displayed. The scope of the resources will be changed through drag'n'drop from one palette to another. Dragging a resource and dropping it over a frame, it should change the content of a frame. 9 9 10 10 == Task requirements == … … 19 19 == Implementation idea == 20 20 * Use [wiki:BASE_DND_R0] to implement drag'n'drop functionality of the resources list. 21 * 21 * To create the palette use !ListPalette. 22 22 23 23 == Related == … … 27 27 * [wiki:APP_RESOURCE_PROPERTIES_SCOPE_R0] 28 28 29 30 29 == How to demo == 31 * Run Sophie 2.0 32 * Drag a local resource and drop it in the palette with book resources. 30 * Run Sophie 2.0. 31 * Drag a local resource and drop it in the palette with book resources. 33 32 * The scope of the resource should be changed. 34 * Delete a resource pressing'Del'.33 * Select a resource and press 'Del'. 35 34 * The resource should be deleted. 36 35 * Drag a resource and drop it over a frame.