Changes between Version 20 and Version 21 of APP_BASIC_MENUS_R0
- Timestamp:
- 07/29/09 11:38:23 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
APP_BASIC_MENUS_R0
v20 v21 109 109 }}} 110 110 * A refactoniring will be needed, so every Item has the definition of its properties in itself, not in its Module class. (optional) 111 * Classes Affected by this change are as follow:111 * Classes that will be affected by this change are as follow: 112 112 * FileMenu 113 113 * NewBookItem … … 126 126 * InsertMenu 127 127 128 * Will be extracted Menu Items into a specific module (that has same functionality as the item itself)and register them accordinaly:128 * Items will be extracted in a specific module (one that has same functionality as the item itself), if such exists and register them accordinaly: 129 129 * ExportToPDFItem to extra.func.print.pdf.export module 130 130 * InsertPDFItem to extra.func.pdf.view module