Input Text Replacement
Input Text Replacement

The Text Input Replacement window allows you to configure a text input field that will appear in replacement of the original layer content. For example, you can replace a blank rectangle image from your layer with a text input field in your final project. Select the layer you want to replace and click the Text input replacement. The following window appears:

Information about the current layer content will appear in the top of the window (position and size). It is important to match the same layer content size and position with the final map size.
inputType: it sets the keyboard one of mode below:
- default: shows the standard keyboard will all alphabetical characters;
- number: shows the full numerical keyboard;
- phone: shows numerical keyboard with keys only for phone entry;
- url: shows a keyboard with keys only for web address (URL) entry;
- email: shows a keyboard with keys only for email address entry;
- no-emoji: the default keyboard, supporting general text, numbers and punctuation but does not allow emoji to be typed.
the value user typed in with input text filed is accesible by setting a variable name. Or show it in a dynamicText
variable: the value will be saved in Applicatin Support directory.
dynamixText: the value can be automatically reflected to a dynamic text
- TODO action onComplete (optional) :You may set an optional Action to be triggered after the user completes the input.