MINOR Misc deprecation notes

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@64419 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2008-10-16 13:00:30 +00:00
parent bc28a64e18
commit 461354bb47
3 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,7 @@
<?php
/**
* Action button with Ajax/JavaScript overloading.
* @deprecated 2.3
* @package forms
* @subpackage actions
*/

View File

@ -5,6 +5,7 @@
*
* Note: the child fields within a field group aren't rendered using DefaultFieldHolder. Instead,
* SmallFieldHolder() is called, which just prefixes $Field with a <label> tag, if the Title is set.
* @deprecated 2.3
* @package forms
* @subpackage fields-structural
*/

View File

@ -7,7 +7,7 @@
* Caution: Only works within the CMS with a global tinymce-menubar, see {@link CMSMain}
*
* @subpackage fields-formattedinput
* @deprecated It's not clear that this field works properly. Just use {@link HtmlEditorField}.
* @deprecated 2.3 It's not clear that this field works properly. Just use {@link HtmlEditorField}.
*/
class HtmlOneLineField extends TextField {
/**