-
29 Mar 2012 11:19 AM #1
Using third-party components in Designer
Using third-party components in Designer
Is it possible to use third-party components (like Bryntum's Ext Scheduler) in Designer 2?
-
29 Mar 2012 11:41 AM #2
-
29 Mar 2012 12:01 PM #3
Not yet, look for this sometime after the official 2.0 GA release.
There is certainly nothing preventing you from including these files and using it via your own overrides. But you will not get visual support for these components until we add some additional support.Aaron Conran
@aconran
Sencha Architect Development Team
-
29 Mar 2012 12:05 PM #4Sencha - Community Support Team
- Join Date
- Nov 2007
- Location
- Helsingborg, Sweden
- Posts
- 2,494
- Vote Rating
- 57
Hey Aaron

I get quite a few questions like this, anything I can do on my end to start preparing for supporting Designer? Any design decisions made on your end on what type of API I must support etc?
-
29 Mar 2012 12:09 PM #5
Send me an email Mats
Aaron Conran
@aconran
Sencha Architect Development Team
-
29 Mar 2012 1:30 PM #6
I don't mind doing some overrides until support is available. I'm just getting started with Sencha, so can you point me in the right direction to how I would do this?
Here is where I am. Designer creates a Viewport class that extends MyViewport which has a border layout where I want to place Bryntum's Ext Scheduler in the center region. I defined a class that extends the Scheduler class that has an xtype of "scheduler". What class do I override and how do I hook into it?


Reply With Quote