Merge branch 'phillprice-patch-9' into 3.1

This commit is contained in:
Daniel Hensby 2015-02-17 10:08:39 +00:00
commit 89aae54cf8

View File

@ -6,18 +6,18 @@
* the same.
*
* Example:
* <code php>
* <code>
* new CheckboxSetField(
* $name = "topics",
* $title = "I am interested in the following topics",
* $source = array(
* "1" => "Technology",
* "2" => "Gardening",
* "3" => "Cooking",
* "4" => "Sports"
* ),
* $value = "1"
* )
* $name = "topics",
* $title = "I am interested in the following topics",
* $source = array(
* "1" => "Technology",
* "2" => "Gardening",
* "3" => "Cooking",
* "4" => "Sports"
* ),
* $value = "1"
* );
* </code>
*
* <b>Saving</b>