Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.2
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ACE
Description
Repackage the ACE javascript to be under the ice.ace namespace. For example, when TabSetRenderer calls into the javascript, it currently invokes "ice.component.tabset.updateProperties", which would be changed to "ice.ace.tabset.updateProperties".
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Rebased ACE Javascript from 'ice.component' into 'ice.ace'.
'ice.util' object created in animation.js is merged with 'ice.component_util'; now 'ice.ace.util'.
It had been the case that all of the 'ice.component' object properties (end of component.js) were duplicated into 'ice.yui3' apparently for the convenience of a few usages. Renamed these instances so that 'ice.ace' is consistent.
References to css that had been broken by the change in relative directories has been fixed by switching to resource lib references, this increased consistency with these files among the other CSS as well.