We have a tab panel and yes we click ont hat tab. But in that tab we have 3 forms that are next, next, next for a sign-up wizard. It's getting to the 2nd and 3rd form in that next chain that's a...
Type: Posts; User: DavidThi808
We have a tab panel and yes we click ont hat tab. But in that tab we have 3 forms that are next, next, next for a sign-up wizard. It's getting to the 2nd and 3rd form in that next chain that's a...
That doesn't work (I tried that - several times). No matter which form I click, it always shows the first one in the tree.
I have a panel that has multiple forms in it. How can I get architect to display a form other than the first one in design mode?
thanks - dave
54794
Use RibbonJS. Sencha is not supporting what's needed for the ribbon and we hit limits on how close we can get.
sorry - dave
Use RibbonJS. Sencha is not supporting what's needed for the ribbon and we hit limits on how close we can get.
sorry - dave
Hi Joel;
Yes, I'm starting with that. By any chance is there an example for a website that requires a login and displays either multiple pages, or the outermost container is tabbed pages with the...
Are there any examples for Sencha CMD 5 & Architect 3?
thanks - dave
Hi;
I was using Architect 2 about a year ago (and have forgotten most everything). To get started on Architect 3, what is the best place to get started? I mostly remember at least a fair number of...
Hi;
I don't see any reference to ext-base.js in the uploaded code - where is it?
Also, this is written for ext-4.2.1.
For those looking for this, I've just uploaded one with about 1/4 of the total Office ribbon functionality that runs well on ExtJS 4. Details are here.
thanks - dave
For those looking for this, I've just uploaded one that updates this to run well on ExtJS 4. Details are here.
thanks - dave
For those looking for this, I've just uploaded one with about 1/4 of the total functionality that runs well on ExtJS 4. Details are here.
thanks - dave
For those looking for this, I've updated this one to run well on ExtJS 4 and added more functionality. Details are here.
thanks - dave
For those looking for this, I've just uploaded one with about 1/4 of the total functionality that runs well on ExtJS 4. Details are here.
thanks - dave
ribbon.js
/** * This provides a Microsoft Office style ribbon. The system is built on standard ExtJS classes but you must use
* the ribbon derived classes throughout. The structure is:
* 1. a...
I don't want to pollute the thread discussing this code with a giant set of source. So I'm putting the actual code here in case the zip file can't be downloaded. Please keep all discussion here.
Hi all;
Ok, I have the beginning of an ExtJS Office style ribbon. You can download it at my blog. Or copy from this forum post.
A couple of open issues:
I think I added commenting correctly...