[TYPO3-dev] CObject type EDITPANEL gone in 4.5?

Bjoern Pedersen bjoern.pedersen at frm2.tum.de
Mon Nov 15 11:29:56 CET 2010


Hi,
has the CObject type EDITPANEL been dropped in 4.5?
It seems to be gone now.

A grep on trunk:
find . -name \*.php | xargs grep EDITPANEL
./t3lib/class.t3lib_frontendedit.php:	 * This function is used for the
cObject EDITPANEL and the stdWrap property ".editPanel"
./t3lib/class.t3lib_frontendedit.php:	 * @param	string		A content string
containing the content related to the edit panel. For cObject
"EDITPANEL" this is empty but not so for the stdWrap property. The edit
panel is appended to this string and returned.
./typo3/sysext/cms/tslib/class.tslib_pibase.php:	 * @param	array	
TypoScript parameters to pass along to the EDITPANEL content Object that
gets rendered. The property "allow" WILL get overridden/set though.
./typo3/sysext/cms/tslib/class.tslib_pibase.php:	 * @see
tslib_cObj::EDITPANEL()
./typo3/sysext/cms/tslib/class.tslib_pibase.php:				// Setting
TypoScript values in the $conf array. See documentation in TSref for the
EDITPANEL cObject.
./typo3/sysext/cms/tslib/class.tslib_pibase.php:			$panel =
$this->pi_EPtemp_cObj->cObjGetSingle('EDITPANEL',$conf,'editpanel');
./typo3/sysext/cms/tslib/class.tslib_content.php:	 * This function is
used for the cObject EDITPANEL and the stdWrap property ".editPanel"
./typo3/sysext/cms/tslib/class.tslib_content.php:	 * @param	string		A
content string containing the content related to the edit panel. For
cObject "EDITPANEL" this is empty but not so for the stdWrap property.
The edit panel is appended to this string and returned.
./typo3/sysext/feedit/view/class.tx_feedit_editpanel.php:	 * This
function is used for the cObject EDITPANEL and the stdWrap property
".editPanel"
./typo3/sysext/feedit/view/class.tx_feedit_editpanel.php:	 * @param
string		A content string containing the content related to the edit
panel. For cObject "EDITPANEL" this is empty but not so for the stdWrap
property. The edit panel is appended to this string and returned.


See also:
http://bugs.typo3.org/view.php?id=16364

Björn




More information about the TYPO3-dev mailing list