[TYPO3-dev] Some fixes
Tapio Markula
tapio.markula at xetpoint.fi
Wed Oct 29 12:49:21 CET 2008
Hi
Needs still some fixes
if ($this->isRTE()) {
if (isset($this->pObj->classesAnchorJSOptions)) {
$this->pObj->classesAnchorJSOptions[$act]=@$this->pObj->classesAnchorJSOptions['page'];
//works for 4.1.x patch, in 4.2 they make this property protected! -> to
enable classselector in 4.2 easoiest is to path rte.
}
$content .=$this->pObj->addAttributesForm();
}
cause
Fatal error: Call to undefined method
ux_SC_browse_links::addAttributesForm() in
/home/tapio/public_html/typo3conf/ext/linkhandler/class.tx_linkhandler_browselinkshooks.php
on line 234
needs reference type ...::addAttributesForm()
and the HMTL needs some changes
Please look my proposal.
More information about the TYPO3-dev
mailing list