Details
-
Type: New Feature
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ICEfaces 2.1, Advanced Component Environment (ace:)
-
Affects:Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial
Description
Add a new ace:panel component which will include client-side expand-collapse capabilities, optional header.
Activity
Ken Fyten
created issue -
Ken Fyten
made changes -
Field | Original Value | New Value |
---|---|---|
Link | This issue depends on ICE-6952 [ ICE-6952 ] |
Ken Fyten
made changes -
Salesforce Case | [] | |
Fix Version/s | 2.1 [ 10241 ] | |
Affects | [Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial] | |
Assignee | Ken Fyten [ ken.fyten ] |
Ken Fyten
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Fix Version/s | 2.1-Beta [ 10291 ] | |
Fix Version/s | 2.1 [ 10241 ] | |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Salesforce Case | [] | |
Security | Private [ 10001 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #26463 | Fri Nov 18 12:31:01 MST 2011 | ken.fyten | |
Files Changed | ||||
ADD
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/event/ToggleEvent.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #26464 | Fri Nov 18 12:31:33 MST 2011 | ken.fyten | |
Files Changed | ||||
ADD
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/panel/PanelMeta.java
ADD /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/panel/Panel.java ADD /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/panel/PanelRenderer.java ADD /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/panel ADD /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/panel ADD /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/panel/panel.css ADD /icefaces3/trunk/icefaces/ace/component/model/Visibility.java ADD /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/panel/panel.js ADD /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/panel/PanelHandler.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #26473 | Fri Nov 18 14:01:06 MST 2011 | ken.fyten | Moving model dir to correct location under ace/src/org/icefaces/ace/. |
Files Changed | ||||
ADD
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/model
DEL /icefaces3/trunk/icefaces/ace/component/model |
Ken Fyten
made changes -
Fix Version/s | 3.0 [ 10241 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
This component has been tested using grimlock rev# 25582 on tomcat6 server using the browsers: IE7, Firefox 3.6.7, Gchrome14.
Test pages are located at: repo\qa\trunk\Regression-Icefaces2\Sparkle\panel
ISSUES:
Internet Explorer
1. Panel in PanelTabSet: The PanelTabSet doesn't render properly (See
ICE-7250).