createInputBox method
Creates a {@link InputBox} to let the user enter some text input.
Note that in many cases the more convenient {@link window.showInputBox} is easier to use. {@link window.createInputBox} should be used when {@link window.showInputBox} does not offer the required flexibility.
Implementation
_i4.InputBox createInputBox() => _i3.callMethod(
this,
'createInputBox',
[],
);