ui.Textbox.getValue
Returns the value of the textbox.
Usage | Returns |
---|
Textbox.getValue() | String |
Argument | Type | Details |
---|
this: ui.textbox | ui.Textbox | The ui.Textbox instance. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-10-06 UTC.
[null,null,["Last updated 2023-10-06 UTC."],[[["`Textbox.getValue()` is a method that returns the string value of a textbox element."],["It's used to retrieve the current content entered by the user in the designated textbox."],["This method takes the `ui.Textbox` instance as an argument to specify which textbox to extract the value from."]]],[]]