TextField
=========

The TextField widget is a classic GUI widget to edit text in a TextField.

Preview Image
-------------

![TextField](textfield.png)

Features
--------

-   Pointer and keyboard control.
-   Configurable fonts and text alignment.
-   Set maximum input length.
-   Read only support.

Description
-----------

The TextField widget has properties to set an alignment for the orientation and a Font for styling. Also is it possible to set the TextField read only and the maximum input length could be set.

Demos
-----

Here are some links that demonstrate the usage of the widget:

-   [Shows different TextField demos](apps://demobrowser/#widget~TextField.html)
-   [Shows a dialog demo with some TextFields](apps://demobrowser/#showcase~Dialog.html)
-   [Show a form demo](apps://demobrowser/#showcase~Form.html)
-   [Shows a browser demo](apps://demobrowser/#showcase~Browser.html)

API
---

Here is a link to the API of the Widget:
[qx.ui.form.TextField](apps://apiviewer/#qx.ui.form.TextField)
