Search Type: Posts; User: scgrif32
Search: Search took 0.01 seconds.
-
27 Mar 2013 10:20 AM
- Replies
- 4
- Views
- 275
Scott,
I have investigated further and determined that all operations (Create, Destroy, Update) are resulting in this error in Chrome and freezing up Firefox. I noticed that the row data that is... -
25 Mar 2013 9:48 PM
- Replies
- 4
- Views
- 275
Thank you for responding. I was able to determine once I removed "autoSync: true" from my store configuration I no longer had the issue of Firefox crashing or Chrome throwing "Uncaught RangeError:...
-
21 Mar 2013 1:08 PM
- Replies
- 4
- Views
- 275
Hello All,
I am trying to use the following examples (Ext.data.writer.Writer Example and Ext.data.writer.Writer JsonP Example) for reference to create a grid that will use the CellEditing plugin.... -
27 Dec 2012 1:46 PM
- Replies
- 5
- Views
- 319
Mitchell,
I have a reference to the parent of the child window using "window.opener.*". The question I have is "how" do I get a reference to the grid object and call any of the methods available... -
21 Dec 2012 12:47 PM
- Replies
- 5
- Views
- 319
Mitchell,
I know I can get a reference to the window that is open by assigning it to a variable but from there is where I am slightly confused.
var win = window.open(url);
????
What I... -
21 Dec 2012 11:11 AM
- Replies
- 5
- Views
- 319
The double click event called a function in my controller that called window.open(URL). The requirement was to open a new browser window not a popup (modal) window.Everything I've seen on the web...
-
20 Dec 2012 9:49 AM
- Replies
- 4
- Views
- 2,273
Hello,
The method you provided as a solution is what I used and it worked great. Especially when I needed to update the grid that spawned the new window (modal in my case) with the updated record... -
19 Dec 2012 8:05 PM
- Replies
- 5
- Views
- 319
Hello,
I have developed an application using the MVC architecture. I previously had two views (Grid panel, modal window) that allowed me to do the following:
Grid and modal window form shared... -
19 Dec 2012 3:50 PM
- Replies
- 16
- Views
- 657
Evan,
I may have posed the question the wrong way. The real issue at hand is whether to send all of the form data in bulk and extract the individual records on the server-side or explicitly... -
19 Dec 2012 8:07 AM
- Replies
- 16
- Views
- 657
Evan,
Not quite sure how to measure if downloading the entire or even part of the "Ext.form.*" class results in a performance lose.
How much of a performance lose (if any) does one incur by... -
19 Dec 2012 12:20 AM
- Replies
- 16
- Views
- 657
Evan,
I have been discussing using an Ext.container with Ext.form.field.* in place of using Ext.form.Panel with Ext.form.field.*. Submitting the data via POST but not using... -
18 Dec 2012 3:25 PM
- Replies
- 16
- Views
- 657
Evan,
I agree 100%. The argument is that using the form functionality is "expensive" because the entire form class is downloaded when only 5-15% is potentially needed.
Yes, writing your own... -
18 Dec 2012 2:42 PM
- Replies
- 16
- Views
- 657
Evan,
Yes, I have been in debate with a fellow developer about recreating the wheel when it comes to using Ext JS forms. They feel a form is overkill when the same can be accomplished using a... -
18 Dec 2012 1:03 PM
- Replies
- 16
- Views
- 657
Evan,
I am familiar with the API doc's but am not familiar with the pros/cons of using Ext.form.Basic over a non form processing data via Ajax. Do the pros outweigh the cons?
Thanks,
Shawn -
17 Dec 2012 9:50 PM
- Replies
- 16
- Views
- 657
Evan (or anyone else),
What might those other things be? Especially, if the form functionality is NOT being used (i.e. container with a form layout submitting data via Ajax)?
Thanks,
Shawn -
17 Dec 2012 11:00 AM
- Replies
- 16
- Views
- 657
Evan,
Thank you for your response. I guess what I am really in need of knowing is what the pitfalls of not using a form are verses the benefits of using a form? Is this a cost to using... -
14 Dec 2012 11:50 AM
- Replies
- 16
- Views
- 657
Hello All,
I am in need of your help with researching the benefits of using a Form to handle post (Form.Submit() method) data instead of using a Container with a "form" layout and posting the data... -
13 Mar 2012 7:26 PM
- Replies
- 2
- Views
- 1,694
Hey Mitchell,
I was able to dynamically build my "checkboxgroup" but am curious about why I cannot use the "border: true" config? I used the "layout: 'hbox' config to stop the default layout... -
7 Mar 2012 4:30 PM
- Replies
- 2
- Views
- 490
Daniel,
Thank you for your response. Ironically, I was able to find a MUCH easier solution to get at the data I needed from the grid but I still have the issue of getting the "cell" that the... -
7 Mar 2012 11:54 AM
- Replies
- 8
- Views
- 1,626
Probably a really simple thing to figure out but I haven't seen any Ext Js examples defining more than a CSS declaration name (i.e. cls: "folder"). How would I set the grids "cls" config for the...
-
7 Mar 2012 10:23 AM
- Replies
- 8
- Views
- 1,626
Mitchell,
We are using an MVC application model for this project and directly impacting the CSS for this div element would impact all grids using the rowexpander plugin. The main question is... -
7 Mar 2012 9:48 AM
- Replies
- 8
- Views
- 1,626
Mitchell,
Thank you for responding. I came up with a solution last night and was going to respond to this post with my work around this morning but you responded before I could post my reply to... -
6 Mar 2012 6:00 PM
- Replies
- 2
- Views
- 490
Hello again,
I've ran into a slight bump in the road while attempting to get the column model for the cell that was clicked in the grid panel. Seems "getColumnModel()" is no longer a method for... -
6 Mar 2012 2:43 PM
- Replies
- 8
- Views
- 1,626
Hello All,
I never could resolve this issue in my previous version (Ext JS 3) of the application I am porting to Ext JS 4 and am now back on this issue hoping someone can help me with a work... -
2 Mar 2012 3:09 PM
- Replies
- 3
- Views
- 819
Mitchell,
Your solution worked like a beauty. Thank you so much. Is it possible to use the same approach to select ALL parent/child nodes in the Checktree Panel or is there a better method to do...
Results 1 to 25 of 40
