Similar to an OK Dialog, with BaseExtensions, we are able to trigger a dialog with title and text that can be permanently or temporarily dismissed/ignored by the user. This works in Word, PowerPoint, and Excel. For example:
When the user selects the checkbox then selects OK, a file is written to their Content/BaseExtensions folder. This contains a single value true
. When this file exists, the prompt will not be presented again. If the file is deleted or the value is changed to false, the prompt will be presented again as defined in the config.
CMD
<Cmd case="BaseExtensions:IgnorablePrompt" Title="x" Text="x" CheckText="x" Key="x"/>
Parameters
Title
Required. Define title of dialog box
Text
Required. Define text to be within dialog box
CheckText
Required. Define text to display beside the checkbox
Key
Required. Defines the name of the file to be written to the users Base Extensions folder.
Comments
0 comments
Please sign in to leave a comment.