Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 2.2.0-m4
-
Fix Version/s: Backlog
-
Component/s: Development, User Experience (UX)
-
Security Level: Public (Public: Anyone can view)
-
Labels:
-
Similar issues:
KULRICE-13464 Create AFT to test Component document in EXCEPTION route status KULRICE-10533Create Smoke Tests for KRAD Component Library - Element Dropdown Menu KULRICE-10105Remove initializing of ComponentSecurity objects for each component KULRICE-13476Create script to bulk load Component documents with pending Approval KULRICE-9847 Create group component whose parent element is a link KULRICE-10390New component for Application Header KULRICE-13697 Create JMeter test for Action List - Component: Approve KULRICE-13601Fill AFT Gap: KRAD Library - Component Refresh KULRICE-11981Create component library demo for enter key support KULRICE-10445Create Smoke Tests for KRAD Component Library - Elements -
Epic Link:
-
Rice Module:KRAD
-
KAI Review Status:Not Required
-
KTI Review Status:Not Required
Description
Create ToggleAction content element. Some design suggestions:
ToggleAction extends ContentElementBase
// defaults for both actions, unless overridden by action
methodToCall
actionLabel
preSubmitCall
additionalSubmitData // note merge this property if both default and in action
actionParameters // note merge this property if both default and in action
Action state1Action
Action state2Action
String initialState; // indicates which action to use initially by the integers 1 (state1Action), or 2 (state2Action)
Framework will add onclick script to handle the toggling of actions (both will be in DOM). The corresponding state for the action will be a data attribute on the element.
Also we need to deal with client side state syncing of the toggle state (for refreshes containing the action).
Issue Links
- cloned from
-
KULRICE-7953 Add support for ajax retrieval of disclosure content
-
- cloned to
-
KULRICE-7955 Upgrade jQuery version from 1.7.2 to 1.8
-
moving non-blocker and non-critical m4 Jiras to 2.2-backlog