Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P01
-
Fix Version/s: EE-3.3.0.GA_P02
-
Component/s: Facelet Components
-
Labels:None
-
Environment:All
-
Assignee Priority:P2
-
Support Case References:Support Case #12776 - https://icesoft.my.salesforce.com/5007000000bF2iN
Description
Feature Request: Currently when deleting a row in the richDataGrid, a JavaScript confirmation is shown. This request is to make this confirmation dialog configurable as some users may not want this to be displayed.
Activity
Arran Mccullough
created issue -
Ken Fyten
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | EE-3.3.0.GA_P02 [ 11372 ] | |
Assignee Priority | P2 [ 10011 ] |
Philip Breau
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Revision: 38192
Author: philip.breau
Date: May-06-14 12:23:01 PM
Message:
IPCK-492Add ability to disable the confirmation dialog for deleting a recond in the richDataGrid
'confirmDelete' attribute added to the richDataGrid (default true).
Added : /icefaces-ee3/trunk/icefaces-ee/ee-comps/ee-accessible/components/src/main/resources/META-INF/icefaces.taglib.xml
Modified : /icefaces-ee3/trunk/icefaces-ee/ee-comps/ee-composite/web/datatable/_richDataGridRowOps.xhtml
Modified : /icefaces-ee3/trunk/icefaces-ee/ee-comps/ee-composite/web/datatable/richDataGrid.xhtml
Modified : /icefaces-ee3/trunk/icefaces-ee/samples/ee-composite-showcase/src/main/java/com/icesoft/faces/facelets/example/richdatagrid/RichDataGridExampleBean.java
Modified : /icefaces-ee3/trunk/icefaces-ee/samples/ee-composite-showcase/src/main/webapp/WEB-INF/includes/examples/composition-components/richDataGridDemo.xhtml