Posts

Showing posts with the label ui

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!

How to Accept/Clear a Signature using custom buttons

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.