[TYPO3-dev] Extending the Element Browser

Andreas Förthner Andreas.Foerthner at netlogix.de
Sat Apr 15 18:34:33 CEST 2006


Andreas Förthner schrieb:
> Andreas Förthner schrieb:
> 
>> Hi,
>>
>> I'd like to add a new tab in the element browsser and now I'm 
>> searching for the best way to do it. I saw that in ver 4.0 There is 
>> the possibility to render the EB with a userfunction. But as far as I 
>> could figure it out, then I would have to code the whole browser. I 
>> just want to add a new tab in the top menu. Will I have to XCLASS the 
>> brwose_links.php script? Or can I use the userfunc? How do I add such 
>> a userfunc Script and the new tab?
>>
>> Sorry for those, maybe stupid questions, but I'm new to the core 
>> scripts...
>>
>> Have a nice day,
>>
>> Andreas
> 
> Hi,
> 
> finally I noticed that this was the hook where to implement my class. 
> Now there is only one question: Where can I add a tab to the 
> elementbrowser?
> 
> Thanks for your support
> 
> Greets
> 
> Andreas

finally I'm there. My hook works for the elementbrowser, but not in 
htmlarea. This is because htmlarea uses a copy of the standard eb class. 
  As far as I've seen it's the same like the eb in wizard mode, the only 
difference is that there is no hook? Why that? Do I have to XCLASS 
htmlarea? I don't understand why htmlarea doesn't use the standard 
class, because all the rte specific functions are also in it.

Any hints?

Thanks

Andreas




More information about the TYPO3-dev mailing list