mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
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:
parent
d50d33eff0
commit
55e0a713db
@ -1,7 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Simple label tag.
|
* Simple label tag. This can be used to add extra text in your forms.
|
||||||
* 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
|
* @package forms
|
||||||
* @subpackage fields-dataless
|
* @subpackage fields-dataless
|
||||||
*/
|
*/
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
<?php
|
<?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
|
* @package forms
|
||||||
* @subpackage fields-basic
|
* @subpackage fields-basic
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user