Search Type: Posts; User: pscanlon1
Search: Search took 0.02 seconds.
-
Today 5:32 AM
- Replies
- 2
- Views
- 135
ok so i actually had to put hideMode:'offsets' on the grid itself, and that fixes the issue of the data disappearing.
Now lets move to next issue.
When you collapse/expand a group, the grid i... -
21 May 2013 9:40 AM
- Replies
- 2
- Views
- 135
Hello,
Using the build ext-4.2.1.856 navigate to examples/grid/buffer-grid.html.
Change the code a bit so that it renders a viewport with tabs.
ie.
var... -
18 Apr 2013 12:15 PM
- Replies
- 7
- Views
- 4,456
Thanks I got it working. One last question....
I am putting my project into an ASP MVC solution.
My MVC Project is called FVM, as is my EXTJS application. The folder structure looks like so..
... -
16 Apr 2013 6:35 AM
- Replies
- 7
- Views
- 4,456
This is still not working. It is making a relative reference to dynamically load my files. Do i need to run some sencha cmd so that bootstrap has my files?
I dont understand why CMD isnt... -
5 Apr 2013 11:07 AM
Jump to post Thread: Reload a tree store by pscanlon1
- Replies
- 1
- Views
- 147
OK I figured it out.
before loading the tree panel
treePanel.getRootNode().collapse();
treePanel.suspendLayouts();
after loading -
5 Apr 2013 9:54 AM
Jump to post Thread: Reload a tree store by pscanlon1
- Replies
- 1
- Views
- 147
Hello,
Is there a way to reload a treestore without having each node fire a removeNode() event?
I would like to clear the entire store, and then refresh the data. It does work, but it takes about... -
5 Apr 2013 5:48 AM
- Replies
- 7
- Views
- 4,456
Im having some trouble with my app and compiling it with CMD.
I followed these instructions to build a new project after I had already created an architexct project.
... -
4 Apr 2013 11:11 AM
- Replies
- 2
- Views
- 102
Look at http://localhost/extjs/ext-4.2.0.663/docs/index.html#!/api/Ext.state.CookieProvider
You really have 2 methods, get and set to be concerned with.
set is called when the state changes,... -
4 Apr 2013 11:03 AM
- Replies
- 3
- Views
- 160
You have an extra comma in your panel class... Might have bad effects, but you could just do
Ext.getCmp('WeFindEmuMain').add(Ext.create('WeFindEmulator.view.MemberEmulator'));
You should really... -
2 Apr 2013 9:46 AM
- Replies
- 4
- Views
- 494
What does your stores configuration look like?
-
1 Apr 2013 7:58 AM
Jump to post Thread: render event after render by pscanlon1
- Replies
- 2
- Views
- 188
Why dont you use http://docs.sencha.com/ext-js/4-2/#!/api/Ext.grid.column.CheckColumn ?
-
27 Mar 2013 7:17 AM
- Replies
- 1
- Views
- 179
Is it possible to drag a tree node onto a chart?
I cant get the drop zone to work properly. I see that my treePanel is correctly dragging the node, but I cant get the drop to work. Am I missing... -
25 Mar 2013 6:41 AM
- Replies
- 2
- Views
- 144
Any update on this bug?
-
20 Mar 2013 12:15 PM
- Replies
- 1
- Views
- 120
If you create a locked grid, when you click on a cell, it puts the cell to the far right of the grid, and doesnt fire a cellclick event. The scroller wants to always move back to its original...
-
13 Mar 2013 11:12 AM
- Replies
- 9
- Views
- 623
anybody know where this new CMD version is?
Would be helpful..... -
13 Mar 2013 10:12 AM
- Replies
- 21
- Views
- 676
Is this going to be released to public?
-
13 Mar 2013 9:59 AM
- Replies
- 5
- Views
- 312
Is there a link available? Or is this going to be put on the forums soon?
-
13 Mar 2013 4:51 AM
- Replies
- 5
- Views
- 312
Sorry to be negative. I just have never used a stable version of EXTJS. I changed it to a width:50, and it is still throwing the same error??
which build are you using? -
12 Mar 2013 1:58 PM
- Replies
- 5
- Views
- 312
Uncaught TypeError: Cannot call method 'getView' of undefined
Took the RowEditor example and did the following:
1. Made the first column locked.
2. Change RowEditor to CellEditor.
3. Watched... -
5 Mar 2013 8:07 AM
- Replies
- 5
- Views
- 801
Which files do i need to copy into which directory to get this to work?
-
2 Mar 2013 12:49 PM
- Replies
- 5
- Views
- 801
I just think it would be helpful if they explained that. I have a hard enough time making sure the library is functional! So where do I add files to the 4.2 distribution? In the directory above? Can...
-
1 Mar 2013 11:05 AM
- Replies
- 5
- Views
- 801
I have been using EXTjs for quite some time now. On top of being best practice to minify the javascript, it has become a bit of a necessity for the app to have any sense of performance while running...
-
22 Feb 2013 7:50 AM
- Replies
- 2
- Views
- 251
Take the editor grid example... Which actually doesnt work with the links for 4.2, but its under
/examples/grid/cell-editing.js
Make the first column a locked column...and have at it. Note that... -
30 Dec 2011 2:52 PM
- Replies
- 14
- Views
- 3,575
I used to be able to load extjs class files all seperately....Did this behavior change? In 4.0 It would load a lot of files, but debugging was wayyyyy easier. Any way that we can still do this? I was...
-
16 Dec 2011 4:58 PM
Jump to post Thread: Ext JS 4.1 - Updates by pscanlon1
- Replies
- 102
- Views
- 30,339
Changes to model.
Hi, I was wondering why you added an "id" property to the models in 4.1? When I send a request to the server, we automatically map our JSON object into JAVA object. When we...
Results 1 to 25 of 25
