mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Fix spelling mistake
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@47940 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
bc7861be9f
commit
6afd4655de
@ -18,7 +18,7 @@ class TreeDropdownField extends FormField {
|
||||
* Create a new tree dropdown field.
|
||||
* @param name The name of the field.
|
||||
* @param title The label of the field.
|
||||
* @param sourceObject The object-type to list in the tree. Must be a 'heirarchy' object.
|
||||
* @param sourceObject The object-type to list in the tree. Must be a 'hierachy' object.
|
||||
* @param keyField The column of that object-type to return as the field value. Defaults to ID
|
||||
* @param labelField The column to show as the human-readable value in the tree. Defaults to Title
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user