mirror of
https://github.com/jtdaugherty/brick.git
synced 2024-12-02 11:05:10 +03:00
guide: more Forms content
This commit is contained in:
parent
e9f24aee12
commit
2d6656befb
@ -1395,6 +1395,11 @@ matters to your application, you can tell whether the form state
|
||||
returned by ``formState`` matches the form by using the functions
|
||||
``Brick.Forms.allFieldsValid`` and ``Brick.Forms.invalidFields``.
|
||||
|
||||
Note that if mouse events are enabled in your application (see `Mouse
|
||||
Support`_), all built-in form fields will respond to mouse interaction.
|
||||
Radio buttons and check boxes change selection on mouse clicks and
|
||||
editors change cursor position on mouse clicks.
|
||||
|
||||
Writing Custom Form Field Types
|
||||
-------------------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user