Changes between Version 4 and Version 5 of APP_RESOURCE_PROPERTIES_DISPLAY_R0
- Timestamp:
- 01/19/09 18:38:35 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
APP_RESOURCE_PROPERTIES_DISPLAY_R0
v4 v5 7 7 8 8 == Overview == 9 Resources will be displayed to the users via a tab (resource tab in the left flap) and palettes. One palette will display the resources available and another the meta information of a resource that is selected.9 Resources will be displayed to the users via a tab (resource tab in the left flap) and palettes. There are different palettes according to the scope of the resource - one for local, one for book, and one for server resources that will display the resources available. There is another palette for the meta information of a resource that is selected. 10 10 11 11 == Task requirements == … … 17 17 == Implementation idea == 18 18 * Create a table palette where the meta information of the resource will be displayed. 19 * The meta palette will observe the selected resource from the APP_RESOURCE_LIST_DISPLAY palette. 20 * The meta palette will display the properties of the resource that are marked with @!MetaInfo and will order them according to sort key. 19 21 20 22 == Related ==