Search Type: Posts; User: mrogers
Search: Search took 0.02 seconds.
-
20 Aug 2007 9:14 PM
- Replies
- 5
- Views
- 10,165
If you are trying to get the event of a user selecting a date on the calendar, this is the way:
Ext.form.DateField.prototype.menuListeners.hide = function(){
//do whatever here, like... -
20 Jun 2007 10:09 PM
- Replies
- 33
- Views
- 46,394
One more addition to the js:
getName : function(){
return this.Name;
}, -
15 Jun 2007 8:36 AM
Jump to post Thread: "this.el has no properties" by mrogers
- Replies
- 2
- Views
- 3,257
It looks like you're trying to use an Ext.Form element in .net. This is a known conflict because of nested forms (your .aspx page has a form that contains all the other elements). There's a thread...
-
15 Jun 2007 8:33 AM
Jump to post Thread: forms and aspx page? by mrogers
- Replies
- 16
- Views
- 8,700
I tried BasicForm first, but it didn't do anything for me. I haven't broken down the page to see if there is something else involved in the conflict as well - it may be that I have some other element...
-
14 Jun 2007 9:42 PM
Jump to post Thread: forms and aspx page? by mrogers
- Replies
- 16
- Views
- 8,700
I couldn't get Tim's solution to work, but here's what fixed it for me. The problem is that Firefox won't allow you to write a form tag to innerHtml if it nests the form. The alternative is to create...
-
18 May 2007 10:07 PM
Jump to post Thread: Add record to store by mrogers
- Replies
- 16
- Views
- 4,235
Thanks. I looked at the two threads you referenced. I believe they both use the transform property of a combobox. I'm using the store property, so my data is coming from the server and feeding...
-
18 May 2007 5:02 PM
Jump to post Thread: Add record to store by mrogers
- Replies
- 16
- Views
- 4,235
OK, got it working. My problem was with the load sequence. I'm loading a list to display in a grid. 2 of the columns in this grid are populated from 2 more lists that I load. The main list holds the...
-
18 May 2007 4:08 PM
Jump to post Thread: Add record to store by mrogers
- Replies
- 16
- Views
- 4,235
amackay11 - correct. That code works when it's used with a button in the grid header, but when it's used when the page loads, it fails because the grid's underlying table still only has 5 rows when I...
-
18 May 2007 1:12 PM
Jump to post Thread: Add record to store by mrogers
- Replies
- 16
- Views
- 4,235
Thanks for the direction. I read through some other non-related posts and found that part of the problem was that the load events are asynchronous. I've added callbacks to those method calls to fix...
-
15 May 2007 8:40 AM
Jump to post Thread: Add record to store by mrogers
- Replies
- 16
- Views
- 4,235
I've already watched the screen casts - they are great. But they do not address my problem. They use a button to add a new record. As I stated, I got that to work with no problem, but I need a new...
-
14 May 2007 7:19 PM
Jump to post Thread: Add record to store by mrogers
- Replies
- 16
- Views
- 4,235
I'm getting a data store from XML and displaying it in a grid. I want to add a blank row to the grid when it is first displayed. I can get the "Add Record" example to work using a button in the grid...
-
7 May 2007 4:36 PM
Jump to post Thread: grid display by mrogers
- Replies
- 2
- Views
- 1,101
Moving the page to a folder being served by IIS (or ASP.NET Development Server) fixes the problem.
-
4 May 2007 8:12 PM
Jump to post Thread: grid display by mrogers
- Replies
- 2
- Views
- 1,101
I've just downloaded the code. The grid example on extjs.com displays correctly, but the one in my downloaded Examples folder doesn't. The column headers aren't aligned with the bar seperators, and...
Results 1 to 13 of 13
