[TYPO3-dev] Simple way to enable BE JS debugging?

Oliver Salzburg oliver.salzburg at googlemail.com
Fri Mar 23 21:18:57 CET 2012


Hello Kay,

I'd love to dig into the new stuff. But this extension has to work on a
clients site which runs 4.5 :(

I actually progressed further once I realized that TYPO3 uses ExtJS 3
and the examples I was looking at were using ExtJS 4.

Cheers
Oliver

On 2012-03-23 20:52, Kay Strobach wrote:
> Hi Oliver,
> 
> 4.7 contains a brand new filebrowser.
> 
> Perhaps the cardlayout introduced in 4.7 is also interesting for you ;)
> 
> Regards
> Kay
> 
> Am 23.03.2012 19:21, schrieb Oliver Salzburg:
>> On 2012-03-23 18:51, Philipp Gampe wrote:
>>> Hi Oliver,
>>>
>>> Oliver Salzburg wrote:
>>>
>>>> While trying to write my first BE module today, I pretty much instantly
>>>> ran into an issue while trying to implement a file browser in ExtJS.
>>>> I was looking at this article:
>>>> http://superdit.com/2011/06/01/extjs-simple-file-browser/
>>>>
>>>> This results in:
>>>> ext-all-1ddb562089dfb84975963c2ce259146c.js:7 Uncaught TypeError:
>>>> undefined is not a function
>>>>
>>>> So, that's not very helpful.
>>>> Obvious first step would be to switch to the debugging version of ExtJS.
>>>>
>>>> How should that be done?
>>>> Is there some setting I can change that will cause the debug version to
>>>> be used automatically? Or do I have to replace the actual files?
>>>
>>> AFAIK
>>> $TYPO3_CONF_VARS['BE']['debug'] = 1; in localconf.php (or via Install Tool).
>>>
>>> Best regards
>>
>> Ah, I'll give that a try. I was wondering whether there was something
>> more specific maybe as I came across enableExtJsDebug in
>> Tx_Fluid_ViewHelpers_Be_ContainerViewHelper.



More information about the TYPO3-dev mailing list