mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge branch 'phillprice-patch-9' into 3.1
This commit is contained in:
commit
89aae54cf8
@ -6,18 +6,18 @@
|
|||||||
* the same.
|
* the same.
|
||||||
*
|
*
|
||||||
* Example:
|
* Example:
|
||||||
* <code php>
|
* <code>
|
||||||
* new CheckboxSetField(
|
* new CheckboxSetField(
|
||||||
* $name = "topics",
|
* $name = "topics",
|
||||||
* $title = "I am interested in the following topics",
|
* $title = "I am interested in the following topics",
|
||||||
* $source = array(
|
* $source = array(
|
||||||
* "1" => "Technology",
|
* "1" => "Technology",
|
||||||
* "2" => "Gardening",
|
* "2" => "Gardening",
|
||||||
* "3" => "Cooking",
|
* "3" => "Cooking",
|
||||||
* "4" => "Sports"
|
* "4" => "Sports"
|
||||||
* ),
|
* ),
|
||||||
* $value = "1"
|
* $value = "1"
|
||||||
* )
|
* );
|
||||||
* </code>
|
* </code>
|
||||||
*
|
*
|
||||||
* <b>Saving</b>
|
* <b>Saving</b>
|
||||||
|
Loading…
Reference in New Issue
Block a user