Search Type: Posts; User: NegrilLover
Search: Search took 0.02 seconds.
-
14 Jan 2009 1:51 PM
Jump to post Thread: Data Model inquiry by NegrilLover
- Replies
- 3
- Views
- 1,232
Thanks for the quick replay. Can you point me to any examples using one of more of the classes you have provided? It would be nice to see these in action.
-
14 Jan 2009 10:36 AM
Jump to post Thread: Data Model inquiry by NegrilLover
- Replies
- 3
- Views
- 1,232
We are in the midst of evaluating GXT to see if it suits our needs. Is it possible to use asynchronous calls to retrieve a model in GXT?
-
27 Jun 2008 11:22 AM
Jump to post Thread: this.view has no properties by NegrilLover
- Replies
- 7
- Views
- 1,094
I have also tried the following using add without rendering in the grid and get the same error:
var tabyy = new Ext.TabPanel({
autoWidth:true,
... -
27 Jun 2008 9:55 AM
Jump to post Thread: this.view has no properties by NegrilLover
- Replies
- 7
- Views
- 1,094
This is what I am currently using to define the tabpanel that the grid should be displayed in.
// Create the tab panel that will hold the grids in the south panel
var tab =... -
27 Jun 2008 9:41 AM
Jump to post Thread: this.view has no properties by NegrilLover
- Replies
- 7
- Views
- 1,094
jgarcia, when you say, add it as a child object, would this be different than just adding the grid as an item of the panel and if so, can you point me to an example of this? Thanks so much for your...
-
27 Jun 2008 9:12 AM
Jump to post Thread: this.view has no properties by NegrilLover
- Replies
- 7
- Views
- 1,094
OK - I HAD not rendered the original grid so I just added renderTo: document.body to that grid and now the load is working but the actual grid display has changed. A toolbar has been added to the top...
-
27 Jun 2008 8:25 AM
Jump to post Thread: this.view has no properties by NegrilLover
- Replies
- 7
- Views
- 1,094
I am trying to reconfigure a grid when selecting an item from a combobox. Upon using reconfigure of a grid, I am getting the error "this.view has no properties" on the call in the Ext code...
-
26 Jun 2008 5:35 PM
- Replies
- 1
- Views
- 1,267
Is there a way to change the menu header for individual columns in a grid panel so that you can extend the current Ext provided menu but add different menu items for different columns? For example,...
-
25 Jun 2008 6:27 PM
- Replies
- 1
- Views
- 632
I have been searching the forums for quite some time trying to find an answer to my question without any success. I would like to be able to use a toolbar button to tab through a grid. I have seen...
-
23 Jun 2008 9:37 AM
- Replies
- 0
- Views
- 559
Is there a way to change a window from non-modal to modal after it has been rendered/displayed? I have tried setting modal to true for the window and a doLayout() but it did not make a difference. ...
-
13 Jun 2008 6:35 AM
Jump to post Thread: L.A. Lakers VS Boston Celtics by NegrilLover
- Replies
- 15
- Views
- 2,938
Boston has Pierce. Why would we need Jack!!! Go Celtics. They are smoking...
-
4 Jun 2008 3:59 PM
Jump to post Thread: Callout For Ext ?? by NegrilLover
- Replies
- 11
- Views
- 2,773
Below is what we are looking to have in our application. Will this be supported in the next release?
-
4 Jun 2008 3:42 PM
Jump to post Thread: Callout For Ext ?? by NegrilLover
- Replies
- 11
- Views
- 2,773
Thank you for your help on this. When you say the next release of Ext, do you mean 3.0 or 2.2?
-
4 Jun 2008 12:08 PM
Jump to post Thread: L.A. Lakers VS Boston Celtics by NegrilLover
- Replies
- 15
- Views
- 2,938
I'm from Beantown so I am hoping for the Celtics. What a couple of years it has been for New England Sports Fans and it just keeps going!!!
-
27 May 2008 7:24 AM
Jump to post Thread: Expand/Collapse in a grid by NegrilLover
- Replies
- 3
- Views
- 917
When I try the grid3 example using firefox, the first grid is not expanding properly using firefox. The rows below the expanded row are not being moved down and thus the expanded text is overwriting...
-
16 May 2008 3:11 AM
- Replies
- 77
- Views
- 38,207
I was able to find an answer to this via an older thread reply by Animal and wanted to pass on how to change the menu as I had requested.
... -
14 May 2008 8:11 AM
- Replies
- 77
- Views
- 38,207
I have one more question on this. Our company would like to use menu items within a panel without a checkbox. So clicking on the menu item would cause an event rather than selecting or not...
-
13 May 2008 10:38 AM
- Replies
- 77
- Views
- 38,207
I moved the declaration of the menupanel into a separate file, included it within my html file and it worked. It doesn't make sense that this needed to be done but it is working which is what counts....
-
13 May 2008 10:04 AM
- Replies
- 77
- Views
- 38,207
I'm not quite sure what the problem is because I have the latest WinZip but I am not able to open either of the zipped files you included in this thread. I am getting the error invalid archive -...
-
13 May 2008 9:19 AM
- Replies
- 77
- Views
- 38,207
I just tried it using the Standard Panels and I am able to see the titles. I am using Ext 2.1.
-
13 May 2008 8:55 AM
- Replies
- 77
- Views
- 38,207
Followed your instructions on your last post and got the exact same wrong results. Very strange...
-
13 May 2008 8:49 AM
- Replies
- 77
- Views
- 38,207
I'm hoping this will help - this is from firebug and is the html definition of the menupanel containing the first menu definition in the window. Thanks.
<div id="ext-gen703" class="x-layer... -
13 May 2008 8:32 AM
- Replies
- 77
- Views
- 38,207
Well, I was able to include this within a window but I am still not seeing the titles displayed for the menupanel. I am using the indigo theme just to make sure it was not something special we had...
-
13 May 2008 8:07 AM
- Replies
- 77
- Views
- 38,207
OK - basically I have determined that I need this functionality in a modeless window that sits on top of the viewport and is visible/hidden based on user actions. Could this extension be used in a...
-
13 May 2008 5:42 AM
- Replies
- 77
- Views
- 38,207
I'm sure it is some attribute I am missing but I am still not able to see the title of the menupanel. I see the center panel title but not the menupanel title. Attached is the code (using your...
Results 1 to 25 of 28
