Changes between Version 2 and Version 3 of APP_PLUGIN_MANAGER_HOT_ENABLE_R0
- Timestamp:
- 01/11/09 10:56:32 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
APP_PLUGIN_MANAGER_HOT_ENABLE_R0
v2 v3 10 10 enable a plugin without restart 11 11 }}} 12 App plugin hot enable allows the user to enable a plugin without restarting anapplication.12 App plugin hot enable allows the user to enable a plugin without restarting the application. 13 13 * A button Enable should be clickable when a non-enabled plugin is selected from the app plugin manager list 14 * This button can be part of the list or under the list 14 15 * The button enables the plugin and it is loaded immidiately 15 16 == Task requirements == 16 17 * Provide the Hot Enable functionality 17 18 * Create the extension for the enable button. 18 19 19 == Task result == 20 20 Code