elofgren: Add description to TogglePanel? class.

(merged from branches/gsoc)


git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@41936 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2007-09-15 21:03:27 +00:00
parent 7256d2dfdc
commit b0d65bba2e
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
<?php
/**
* Allows visibility of a group of fields to be toggled using + and - icons
*/
class TogglePanel extends CompositeField {
protected $closed = false;