[TYPO3-core] FYI: Fixed bug #15820: htmlArea RTE: Failure to install AllowClipboard Helper extension raises js error
Steffen Kamper
info at sk-typo3.de
Tue Oct 5 09:54:37 CEST 2010
Hi Stan,
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)) { ...
So xtype makes sense only for childs at all.
vg Steffen
More information about the TYPO3-team-core
mailing list