HTML_TextBase Class

This is the base class for HTML text input elements (text and textarea), and provides methods common to both. This class inherits the HTML_FormElement Class which inherits the HTML_Object Class.

String HTML_TextBase.value

This property holds this text or textarea's text as a string.

HTML_TextBase.selectAll()

Selects all text in the text field, such that a subsequent text input in the field will delete or overwrite it.

String HTML_TextBase.selectedText

This property holds this text or textarea's selected text as a string.

This is a synthetic property, see Synthetic Properties in Web Objects for more information.

© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners.
The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.
Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.

Search Results