MINOR Documentation

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@72778 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2009-03-10 15:03:34 +00:00
parent d50d33eff0
commit 55e0a713db
2 changed files with 8 additions and 3 deletions

View File

@ -1,7 +1,9 @@
<?php
/**
* Simple label tag.
* This can be used to add extra text in your forms.
* Simple label tag. This can be used to add extra text in your forms.
* Consider using a {@link ReadonlyField} if you need to display a label
* AND a value.
*
* @package forms
* @subpackage fields-dataless
*/

View File

@ -1,6 +1,9 @@
<?php
/**
* Read-only field, with <label> and <span>
* Read-only field to display a non-editable value with a label.
* Consider using an {@link LabelField} if you just need a label-less
* value display.
*
* @package forms
* @subpackage fields-basic
*/