Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.0.1
-
Fix Version/s: 3.1.0.BETA2, 3.1.0.RC1, 3.1
-
Component/s: ACE-Components
-
Labels:None
-
Environment:*
-
Assignee Priority:P1
-
Affects:Documentation (User Guide, Ref. Guide, etc.)
Description
Enhancement to the ace:menus to support both a component "enabled" attribute as well as a new JavaScript API to enable/disable them.
Issue Links
- depends on
-
ICE-8241
ACE menu components lose styling after dynamic updates
-
- Closed
-
Activity
| Field | Original Value | New Value |
|---|---|---|
| Salesforce Case | [] | |
| Fix Version/s | 2.1 [ 10241 ] |
| Assignee | yip.ng [ yip.ng ] |
| Salesforce Case | [] | |
| Fix Version/s | 2.1.1 [ 10282 ] | |
| Fix Version/s | 2.1 [ 10241 ] |
| Summary | Add ability to disable/enable menuItems (and subMenus) via JS API. | Add ability to disable/enable menuItems (and subMenus) via component attribute and JavaScript API. |
| Salesforce Case | [] | |
| Description | Enhancement to the ace:menus to support a new JavaScript API to enable/disable them. | Enhancement to the ace:menus to support both a component "enabled" attribute as well as a new JavaScript API to enable/disable them. |
| Salesforce Case | [] | |
| Fix Version/s | 3.1 [ 10312 ] | |
| Fix Version/s | 3.0.1 [ 10282 ] | |
| Assignee | yip.ng [ yip.ng ] |
| Salesforce Case | [5007000000LI7Ff] |
| Affects | [Documentation (User Guide, Ref. Guide, etc.)] | |
| Assignee Priority | P2 | |
| Assignee | Arturo Zambrano [ artzambrano ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #29163 | Wed May 23 16:53:59 MDT 2012 | art.zambrano | |
| Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/menuitem/MenuItemMeta.java
MODIFY
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/menu/BaseMenuRenderer.java
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #29178 | Thu May 24 11:20:05 MDT 2012 | art.zambrano | |
| Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/menu/MenuRenderer.java
MODIFY
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/submenu/SubmenuMeta.java
MODIFY
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/contextmenu/ContextMenuRenderer.java
MODIFY
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/menu/BaseMenuRenderer.java
MODIFY
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/menubar/MenuBarRenderer.java
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #29180 | Thu May 24 11:53:34 MDT 2012 | art.zambrano | |
| Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/multicolumnsubmenu/MultiColumnSubmenuMeta.java
MODIFY
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/menu/BaseMenuRenderer.java
|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Fix Version/s | 3.1.0.BETA2 [ 10336 ] | |
| Affects Version/s | 3.0.1 [ 10282 ] |
| Resolution | Fixed [ 1 ] | |
| Status | Resolved [ 5 ] | Reopened [ 4 ] |
| Comment |
[ ace:contextMenu should also support the "disabled" attribute. ] |
| Status | Reopened [ 4 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Link | This issue blocks ICE-7350 [ ICE-7350 ] |
| Resolution | Fixed [ 1 ] | |
| Status | Resolved [ 5 ] | Reopened [ 4 ] |
| Attachment | screenshot-1.jpg [ 14552 ] |
| Attachment | screenshot-2.jpg [ 14553 ] |
| Attachment | screenshot-3.jpg [ 14554 ] |
| Fix Version/s | 3.1.0.RC1 [ 10337 ] | |
| Assignee Priority | P2 | P1 |
| Status | Reopened [ 4 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Issue Type | New Feature [ 2 ] | Improvement [ 4 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |

Committed new feature at revision 29180. Added 'disabled' attribute to ace:menuItem, ace:submenu, and ace:multiColumnMenu.