[TYPO3-core] FYI: Fixed bug #15820: htmlArea RTE: Failure to install AllowClipboard Helper extension raises js error

Stanislas Rolland typo3 at sjbr.ca
Tue Oct 5 16:09:23 CEST 2010


Hi Steffen,
>
> Stanislas Rolland schrieb:
>> Hi Steffen,
>>>
>>> I also will remove reg for the window as i see no sense in using a
>>> window via xtype, do you?
>>>
>> Yes, I think it is useful to be able to test whether the window is a
>> TYPO3 Component or a standard or other type of window. I think any
>> component should be registered because this is the standard way of
>> doing things in ExtJS.
>>
>
> don't know exactly what you mean. xtype can only be used to create
> childs, and a window can't be a child. Testing a window is
> w instanceOf TYPO3.Components.Window (or using the API direct: if
> (TYPO3.Windows.getById(id)) { ...
Or w.xtype == 'typo3window'.
>
> So xtype makes sense only for childs at all.
>
Ext.Window does have the xtype 'window'. Windows may be part of Window 
Groups.

Regards,
Stan



More information about the TYPO3-team-core mailing list