Question
2
Replies
72
Views
Posted: December 5, 2017
Last activity: December 6, 2017
Closed
How to disable a text from popup window
Hi,
I have requirement like I've a section where i have kept a text "Click", clicking on it will open a popup window where i have kept a button close,here I want when that close button is clicked on popup window should be closed and that text "Click" from previous section should be disabled as well.
***Edited by moderator, Maryrita: moved to Procduct Support from Applications***
Add onclick Event and action as Local Action. Configure the required local action details for the Popup Window. In the Popup Window section place a button(Close) and onclick Event Set one DisableClickfalg(Use Datatransform). Use this DisableClickfalg to disable the Click text.