BaseExtensions can be used to add a pop up dialog box to other commands, where the user is able to click "OK".
CMD
<Cmd case="BaseExtensions:AlertOk" title="x" text="x"/>
Parameters:
title
Define title of the dialog box with a string.
text
Define text in the dialog box with a string.
Comments
0 comments
Article is closed for comments.