Skip to content

Commit

Permalink
Some additional tweaks and probably some merge conflict fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Jan 22, 2014
1 parent 362c8b4 commit 4f6cb9d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 14 deletions.
2 changes: 1 addition & 1 deletion reference/forms/types/button.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ A simple, non-responsive button.
| | - `label_attr`_ |
| | - `translation_domain`_ |
+----------------------+----------------------------------------------------------------------+
| Overriden options | - `auto_initialize`_ |
| Overridden options | - `auto_initialize`_ |
+----------------------+----------------------------------------------------------------------+
| Parent type | none |
+----------------------+----------------------------------------------------------------------+
Expand Down
11 changes: 2 additions & 9 deletions reference/forms/types/checkbox.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,8 @@ Field Options

.. include:: /reference/forms/types/options/value.rst.inc

Overriden options
-----------------

.. include:: /reference/forms/types/options/checkbox_empty_data.rst.inc

.. include:: /reference/forms/types/options/checkbox_compound.rst.inc

Overriden options
-----------------
Overridden options
------------------

.. include:: /reference/forms/types/options/checkbox_empty_data.rst.inc

Expand Down
8 changes: 4 additions & 4 deletions reference/forms/types/choice.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ option.
| | - `preferred_choices`_ |
| | - `empty_value`_ |
+-------------+------------------------------------------------------------------------------+
| Overriden | - `empty_data`_ |
| Overridden | - `empty_data`_ |
| options | - `compound`_ |
| | - `error_bubbling`_ |
+-------------+------------------------------------------------------------------------------+
Expand Down Expand Up @@ -111,15 +111,15 @@ can be created to supply the choices.

.. include:: /reference/forms/types/options/empty_value.rst.inc

Overriden options
-----------------
Overridden options
------------------

.. include:: /reference/forms/types/options/empty_data.rst.inc

compound
~~~~~~~~

**type**: `̀ boolean`` **default**: same value as ``expanded`` option
**type**: ``boolean`` **default**: same value as ``expanded`` option

This option specifies if a form is compound. The value is by default
overriden by the value of the ``expanded`` option.
Expand Down

0 comments on commit 4f6cb9d

Please sign in to comment.