Changes between Version 4 and Version 5 of GROUP_APP_RESOURCE_MANIPULATION_R0
- Timestamp:
- 04/11/09 12:44:03 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GROUP_APP_RESOURCE_MANIPULATION_R0
v4 v5 11 11 * Edit resources - this is available for some resources 12 12 * Export resources 13 * Meta manipulation 13 14 14 15 The interactions will be the following … … 25 26 * Duplicate button creates a copy of a selected resource 26 27 * Delete button deletes the selected resource. A dialog with a warning will be useful if the resource is used by frames as content. 28 * Editable fields in the metapalette of the resource tab - for the resources that the user has writing permission the meta palette should allow editing of the writeable fields (comments, etc) 27 29 == Task requirements == 28 30 * For this revision you should … … 39 41 * Make the delete and copy buttons active (clickable) only when a resource is selected 40 42 * The import button should always be active 43 * Implement the editing feature for the meta palette 44 * For the editable properties the field should allow text editing. See which fields are editable in the Overview section 41 45 == Task result == 42 46 The result of this task is source code.