Details
-
Type:
New Feature
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P02, 4.0
-
Fix Version/s: EE-4.0.0.GA, 4.1
-
Component/s: ICECORE-Components
-
Labels:None
-
Environment:All
-
Assignee Priority:P2
-
Support Case References:Support Case #13221 - https://icesoft.my.salesforce.com/5007000000wMZf0
-
Affects:Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial, Compatibility/Configuration
Description
Feature Request: Add the ability to set the org.icefaces.ace.theme context param at a page level via an icecore component tag.
The reason for this is that even with no ICEfaces components used on the page, it will still load the Theme CSS in the head. This can be turned off by setting the context param but this is applied to all pages.
The reason for this is that even with no ICEfaces components used on the page, it will still load the Theme CSS in the head. This can be turned off by setting the context param but this is applied to all pages.
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Mircea Toma [ mircea.toma ] | |
Fix Version/s | 4.1 [ 11375 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #43959 | Mon Jan 26 16:28:57 MST 2015 | mircea.toma | |
Files Changed | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Affects | Documentation (User Guide, Ref. Guide, etc.) [ 10003 ] |
Fix Version/s | EE-4.0.0.GA [ 11171 ] | |
Fix Version/s | 4.1 [ 11375 ] |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Affects | Documentation (User Guide, Ref. Guide, etc.) [ 10003 ] | Documentation (User Guide, Ref. Guide, etc.),Sample App./Tutorial,Compatibility/Configuration [ 10003, 10001, 10002 ] |
Assignee Priority | P2 [ 10011 ] |
Summary | Add ability to set 'org.icefaces.ace.theme' at a page level | New ace:theme component - Adds ability to set 'org.icefaces.ace.theme' at a page level |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #43995 | Mon Feb 02 19:21:56 MST 2015 | mircea.toma | |
Files Changed | ||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #44068 | Mon Feb 16 11:26:41 MST 2015 | mircea.toma | |
Files Changed | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #44069 | Mon Feb 16 11:54:30 MST 2015 | mircea.toma | |
Files Changed | ||||
![]() |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Attachment | theme.PNG [ 18382 ] |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Fix Version/s | 4.1 [ 11375 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Introduced ace:config component that can be used to configure the look&feel theme at page level. Also modified ThemeSymbolicResourceHandler to read the selected theme from the view map in case the theme is set per page.
Usage:
<html> ... <ace:config theme="cupertino"/> ... </h:body> </html>