Input Dialog

Input dialog is for creating pop-up input such as the one shown in figure 2.

The input dialog consist of

  • Placeholder - is the token used in your code that is to be replaced by the dialog
  • Dialog Title - is the title displayed in the dialog..
  • Initial Value - is the initial value to display in the dialog. This can also be a special token named %clipboard% that will put the current clipboard text into the Dialog when it is displayed
  • Dialog Text - is the description instructing the user.


Figure 1:


Figure2:


Related

Input Fixed List Dialog

Replacements