mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
MINOR Cross-referencing some documentation
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@108375 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
49cd1e2720
commit
4a5f5b9525
@ -68,6 +68,10 @@
|
|||||||
* );
|
* );
|
||||||
* </code>
|
* </code>
|
||||||
*
|
*
|
||||||
|
* @see CheckboxSetField for multiple selections through checkboxes instead.
|
||||||
|
* @see ListboxField for a single <select> box (with single or multiple selections).
|
||||||
|
* @see TreeDropdownField for a rich and customizeable UI that can visualize a tree of selectable elements
|
||||||
|
*
|
||||||
* @package forms
|
* @package forms
|
||||||
* @subpackage fields-basic
|
* @subpackage fields-basic
|
||||||
*/
|
*/
|
||||||
|
@ -17,6 +17,11 @@
|
|||||||
* )
|
* )
|
||||||
* </code>
|
* </code>
|
||||||
*
|
*
|
||||||
|
* @see DropdownField for a simple <select> field with a single element.
|
||||||
|
* @see CheckboxSetField for multiple selections through checkboxes.
|
||||||
|
* @see OptionsetField for single selections via radiobuttons.
|
||||||
|
* @see TreeDropdownField for a rich and customizeable UI that can visualize a tree of selectable elements
|
||||||
|
*
|
||||||
* @package forms
|
* @package forms
|
||||||
* @subpackage fields-basic
|
* @subpackage fields-basic
|
||||||
*/
|
*/
|
||||||
|
@ -47,6 +47,10 @@
|
|||||||
* // Pass the fields to the form constructor. etc
|
* // Pass the fields to the form constructor. etc
|
||||||
* </code>
|
* </code>
|
||||||
*
|
*
|
||||||
|
* @see CheckboxSetField for multiple selections through checkboxes instead.
|
||||||
|
* @see DropdownField for a simple <select> field with a single element.
|
||||||
|
* @see TreeDropdownField for a rich and customizeable UI that can visualize a tree of selectable elements
|
||||||
|
*
|
||||||
* @package forms
|
* @package forms
|
||||||
* @subpackage fields-basic
|
* @subpackage fields-basic
|
||||||
*/
|
*/
|
||||||
|
@ -23,6 +23,11 @@
|
|||||||
* </code>
|
* </code>
|
||||||
*
|
*
|
||||||
* This will generate a tree allowing the user to expand and contract subsections to find the appropriate page to save to the field.
|
* This will generate a tree allowing the user to expand and contract subsections to find the appropriate page to save to the field.
|
||||||
|
*
|
||||||
|
* @see TreeMultiselectField for the same implementation allowing multiple selections
|
||||||
|
* @see DropdownField for a simple <select> field with a single element.
|
||||||
|
* @see CheckboxSetField for multiple selections through checkboxes.
|
||||||
|
* @see OptionsetField for single selections via radiobuttons.
|
||||||
*
|
*
|
||||||
* @package forms
|
* @package forms
|
||||||
* @subpackage fields-relational
|
* @subpackage fields-relational
|
||||||
|
@ -30,6 +30,8 @@
|
|||||||
* }
|
* }
|
||||||
* </code>
|
* </code>
|
||||||
*
|
*
|
||||||
|
* @see TreeDropdownField for the sample implementation, but only allowing single selects
|
||||||
|
*
|
||||||
* @package forms
|
* @package forms
|
||||||
* @subpackage fields-relational
|
* @subpackage fields-relational
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user