Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.3
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ICEfaces 4.x
-
Affects:Documentation (User Guide, Ref. Guide, etc.)
Description
We should add a "disabled=true/false" attribute to ace:resizeable to give the application a way to dynamically toggle the resizing behaviour on/off.
So, if disabled=true then the target component for the ace:resizable would still render, but would lose it's resizability features. Setting disabled = false would re-enable the resizability features.
So, if disabled=true then the target component for the ace:resizable would still render, but would lose it's resizability features. Setting disabled = false would re-enable the resizability features.
Implemented disabled attribute and related functionality.