Refresh a section on client using JavaScript
Just execute the following JavaScript function:
pega.api.ui.actions.refreshSection({section: "MySection"})
Of course, we can set a parameter to run a data transform or call an activity. Keep reading!
Just execute the following JavaScript function:
pega.api.ui.actions.refreshSection({section: "MySection"})
Of course, we can set a parameter to run a data transform or call an activity. Keep reading!
Sometimes the Accept and Clear action links of the Signature control are very limited for us because we need to add some custom styling or perhaps add our own logic to them. In this post we are going to create buttons that perform the same actions as the standard Accept and Clear links.