ShowInputHelper
Shows the input helper.
Parameters:
Name |
Type |
Description |
guid |
string
|
A string value which specifies a plugin identifier which must be of the asc.{UUID} type. |
w |
number
|
A number which specifies the window width measured in millimeters. |
h |
number
|
A number which specifies the window height measured in millimeters. |
isKeyboardTake |
boolean
|
Defines if the keyboard is caught (true) or not (alse). |
Returns:
-
This method doesn't return any data.
Example
Copy code
window.Asc.plugin.executeMethod("ShowInputHelper", ["asc.{UUID}", 70, 70, true]);