Details
-
Type: New Feature
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.2
-
Fix Version/s: 4.3
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ace jsf2
-
ICEsoft Forum Reference:
Description
Ability to remove items from an ace:list component would be useful.
An added configurable feature would be ability to include a confirmation dialog in the process.
An added configurable feature would be ability to include a confirmation dialog in the process.
Two ways around this with existing code:-
1)currently could create another "garbage" list and drag items there with an additional button to clean out the garbage or put it on a timer with push to clean it every so often.
2) use similar to following code:_
Could use ace:pushButton with <ace:ajax onStart="...."/> to open a confirmationDialog as well.
but this would require
ICE-11229which has been recently been fixed. (rev. 51373).