[TYPO3-project-4-3] TS object browser

Stephan Petzl spetzl at gmx.at
Thu Dec 25 11:50:50 CET 2008


Steffen Kamper schrieb:
> Hi Dmitry,
> 
> Dmitry Dulepov schrieb:
>> Hi!
>>
>> Does anyone do any work related to TS object browser? In some days I 
>> may play with it to use ExtJS and AJAX to expand tree nodes. I am 
>> tired of page reloads on each click. Since I use this tool a lot, I 
>> want to make it really usable.
>>
>> Did anyone start something similar? If yes, please, reply. We should 
>> not do duplicate work :)
>>
> 
> i thought about doing when i was asked after the TS Browser, but i 
> considered to do other tasks for now.
> 
> Please have a look to TS Browser (take it from TER). There i draw 
> complete tree without request for each node. This makes it a lot faster 
> and more userfriendly.
> My idea or OB was to use ajax-calls for node clicks for showing update 
> form of value. But this could also be something like in TS Browser (copy 
> value to input field), so user can browse an change value in one view. 
> This would also make the interface more easy and intuitive.
> 
> Just my thoughts for some inspiration.
> 
> vg Steffen

I dont know if this info may help anyone, but wanted to note that we are 
loading the WHOLE TS-tree already in the editor for codecompletion 
support. well, actually we dont load line numbers and comments since we 
dont need them in the CC but it would be quite simple to generate a tree 
and display it e.g. beneath the editor. since the whole ts is loaded in 
a single ajax request there wouldnt be a need for loading onclick...
Could be that the Object Browser is another issue since the t3editor is 
an extension which is not installed by default, but i think we should 
think about the whole typoscript editing process in general not just 
about single modules...

BR Steph


More information about the TYPO3-project-4-3 mailing list