Question
6
Replies
97
Views
Posted: October 25, 2019
Last activity: November 21, 2019
Custom control is not rendering pzActionSetAttributes
When including a custom button control in a section, calling the fragment "pzActionSetAttributes", to apply the "data-click" event and call customs actions, it works on parent case, but doesn't work on a grandchild case, using the same control. The "data-click" event is not rendered on HTML code.
***Edited by Moderator Marissa to update SR Details; update platform capability tags***
I don't see any reason why pzActionSetAttributes would not render the expected markup consistently between the parent case and the child case. Just for a test, have you removed all code from the control and simply included the pzActionSetAttributes in it and still see the issue? Is this true for any browser? Also is there a reason why you need to switch to the use of a custom control to handcode this rather than rely on actions configured on a standard ootb control to do this? Thanks.