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.
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>