mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
MINOR Cross-referencing some documentation (from r108375)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@112721 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
b90e3a680c
commit
ce06d13fd6
@ -68,6 +68,10 @@
|
||||
* );
|
||||
* </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
|
||||
* @subpackage fields-basic
|
||||
*/
|
||||
|
@ -17,6 +17,11 @@
|
||||
* )
|
||||
* </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
|
||||
* @subpackage fields-basic
|
||||
*/
|
||||
|
@ -47,6 +47,10 @@
|
||||
* // Pass the fields to the form constructor. etc
|
||||
* </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
|
||||
* @subpackage fields-basic
|
||||
*/
|
||||
|
@ -24,6 +24,11 @@
|
||||
*
|
||||
* 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
|
||||
* @subpackage fields-relational
|
||||
*/
|
||||
|
@ -30,6 +30,8 @@
|
||||
* }
|
||||
* </code>
|
||||
*
|
||||
* @see TreeDropdownField for the sample implementation, but only allowing single selects
|
||||
*
|
||||
* @package forms
|
||||
* @subpackage fields-relational
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user