Plugin : Prompt wrap
Author:Rex.Rainbow
- Prompt wrap for web and cocoonJS
Download
Properties
Enable wrap
- Set No to popup prompt box by browser api.
Actions
Keyboard input
Action:Prompt text input
- Open a dialog where the user can enter some text via the on-screen keyboard.
- Title ( string ) : The title to appear on the dialog.
- Message ( string ) : A message to appear on the dialog.
- Initial text ( string ) : The initial entered text to show on the dialog.
- Type ( Combo ) : The type of text input to use.
- Options : ["Text","Number","Phone","Email","URL"]
- Cancel text ( string ) : The 'Cancel' button text.
- OK text ( string ) : The 'OK' button text.
- Tag ( string ) : A tag, which can be anything you like, to distinguish between different requests.
Expressions
Keyboard input
Expression:InputText
- In 'On input OK', get the text entered.
Conditions
Keyboard input
Condition:On input cancelled
- Triggered after opening a text input dialog which is then cancelled.
- Tag ( string ) : A tag, which can be anything you like, to distinguish between different requests.
Condition:On input OK
- Triggered after opening a text input dialog which is then OK'd.
- Tag ( string ) : A tag, which can be anything you like, to distinguish between different requests.