Search Type: Posts; User: stratboogie
Search: Search took 0.06 seconds.
-
1 May 2012 4:12 AM
- Replies
- 5
- Views
- 757
Ok, when I use ext-all.js I dont get the error anymore but I still get the blank screen with nothing being rendered.
-
30 Apr 2012 5:10 PM
- Replies
- 5
- Views
- 757
When I remove this line from Ext.app.Controller:
for (j = 0,subLn = items.length; j < subLn; j++) {
item = items[j];
// Deciding if a class... -
30 Apr 2012 4:11 PM
- Replies
- 5
- Views
- 757
I agree. I have been fighting this for two days now. I have cleared my cache a million times. I am just at a loss.
-
30 Apr 2012 4:04 PM
- Replies
- 5
- Views
- 757
Hello, I have upgraded from 4.0.7 to 4.1.0. Now when it tries to load I get this error:
Unhandled exception at line 250, column 25 in... -
3 Nov 2011 11:53 AM
Jump to post Thread: Nested EXTJS 4 Grids by stratboogie
- Replies
- 17
- Views
- 14,186
You can do nested grids. It is kind of tricky but can be done.
example:
in your parent grid's config do this:
plugins: [{
ptype: "rowexpander",
rowBodyTpl: ['<div... -
30 Sep 2011 6:54 AM
Jump to post Thread: Controller Question by stratboogie
- Replies
- 7
- Views
- 644
Are you suggesting to remove it from the required section?
-
30 Sep 2011 6:53 AM
Jump to post Thread: Controller Question by stratboogie
- Replies
- 7
- Views
- 644
Yes, I have it in the required section of my app.js (application).
-
30 Sep 2011 4:04 AM
Jump to post Thread: Controller Question by stratboogie
- Replies
- 7
- Views
- 644
Any suggestions?
It is almost like there is not a controller attached to the view. The controller I want attached is:
Vertical.controller.tab.Member
Do i need to specify that at the creation of... -
29 Sep 2011 7:08 PM
Jump to post Thread: Controller Question by stratboogie
- Replies
- 7
- Views
- 644
Hello,
I am trying to load to add a tab to a tab panel after another tab is rendered. I can load the tab using the add method. When i give the xtype of the view it creates and loads the tab. THen I... -
9 Sep 2011 12:45 PM
Jump to post Thread: Multiple views by stratboogie
- Replies
- 3
- Views
- 524
What I do is keep my login page outside the "application". If the user authenticates then I will load the "application".
-
2 Sep 2011 6:12 AM
Jump to post Thread: MVC Question by stratboogie
- Replies
- 2
- Views
- 515
Yeah that would be over 40 dependencies at launch. WHen the user may only want to open one tab.
-
1 Sep 2011 10:06 AM
Jump to post Thread: MVC Question by stratboogie
- Replies
- 2
- Views
- 515
I have an app that I am converting from 3.x to Ext4 MVC. I have everything working, but I have a question as to the best way to handle something. I have a nav tree with about 45 pagesthat a user can...
-
5 Aug 2011 6:07 AM
- Replies
- 5
- Views
- 810
That is the thing, I was not receiving any errors. It just loaded to a blank screen. That is what was throwing me off. I wasnt sure if I was missing anything
-
5 Aug 2011 6:05 AM
- Replies
- 5
- Views
- 810
oh ok, I was wondering what that was.
I got it figured out. It was something I was missing in my Ext.require. It works beautifully now.
thanks! -
4 Aug 2011 5:59 PM
- Replies
- 5
- Views
- 810
huh?
-
4 Aug 2011 4:55 PM
- Replies
- 5
- Views
- 810
Hello,
I am creating an application using ExtJs 4.0.2a. I am creating and setting the Loader like so:
Ext.Loader.setConfig({
enabled: true,
paths: {
"Vertical": "app",
"UX": "ux",... -
28 Jul 2011 3:00 AM
- Replies
- 1
- Views
- 568
Any Help?
-
27 Jul 2011 6:41 PM
- Replies
- 1
- Views
- 568
Hello,
I am in the middle of converting my 3.3.1 app over to Ext.4.0.2. One of the issues I am having is with the tree. Below is my Ext 3.3.1 code
Default.getNavTree = function () {
... -
15 Jun 2011 1:31 PM
- Replies
- 4
- Views
- 804
Yeah, i have gotten that to work, but I want to get down to the SelectionModel and capture the "select" event from the RowModel. Any ideas how to do that?
thx! -
15 Jun 2011 5:15 AM
- Replies
- 4
- Views
- 804
Any help?
-
14 Jun 2011 10:45 AM
- Replies
- 4
- Views
- 804
What is the proper syntax for this in the controller layer?
"clientsession gridpanel[id=ClientSessionGrid] seltype": {
select: function (model, record, index, options) {
var grd =... -
11 May 2011 7:27 AM
- Replies
- 3
- Views
- 1,492
Hey Ghost, sorry for the delay. Can you post your code?
-
10 May 2011 5:49 AM
- Replies
- 3
- Views
- 1,492
Why would you want to remove a card then re-add it? memory/performance purposes?
In the controller reference the Panel and have an event for the control that will manage the cards, i.e. a "Next"... -
25 Apr 2011 11:03 AM
Jump to post Thread: Controller Event question by stratboogie
- Replies
- 9
- Views
- 1,163
also, I am looking for the text property, but that is interchangeable with any other property as well. i.e. action
-
25 Apr 2011 11:03 AM
Jump to post Thread: Controller Event question by stratboogie
- Replies
- 9
- Views
- 1,163
ok, so the proper way add a listener for the a menuitem nested inside of a panel's toolbar bar is:
init: function () {
this.control({
"MainView > toolbar > button > menu >...
Results 1 to 25 of 69
