mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
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:
parent
bc28a64e18
commit
461354bb47
@ -1,6 +1,7 @@
|
||||
<?php
|
||||
/**
|
||||
* Action button with Ajax/JavaScript overloading.
|
||||
* @deprecated 2.3
|
||||
* @package forms
|
||||
* @subpackage actions
|
||||
*/
|
||||
|
@ -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
|
||||
*/
|
||||
|
@ -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 {
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user