Search Type: Posts; User: AudiGeist
Search: Search took 0.02 seconds.
-
21 Oct 2010 12:23 PM
- Replies
- 1
- Views
- 648
Apparently there's a known issue with IE7's ability to assign html to a DOM element's innerHTML since IE5. Doing some searching I found this solution:
var newdiv =... -
21 Oct 2010 9:06 AM
- Replies
- 1
- Views
- 648
Using ext-3.2.1 I created a button in a toolbar like this...
html: "<input type='button' value='Delete' />",
handler: this.onDeleteIt'll render in Firefox no problem but not IE7. Using... -
20 Oct 2010 4:23 AM
- Replies
- 4
- Views
- 544
Single and mulit select.
Weird is right. Just learned this issue is occurring in FF 3.0.18 but not 3.0.12. -
19 Oct 2010 12:31 PM
- Replies
- 4
- Views
- 544
No, I added a button that the user must click before any actions fire on the selected rows. Further testing has led me to this block of code in the JSP.
<html:select property="propName"... -
19 Oct 2010 9:23 AM
- Replies
- 4
- Views
- 544
I have a problem with performance of row selection in my grid panel. I'm using Firefox 3.0.18 and Ext JS 3.2.1. As I click the rows in my grid the time it takes for Ext to actually select the row...
-
14 Apr 2010 2:00 PM
- Replies
- 1
- Views
- 745
Nevermind. This thread answers my question.
http://www.extjs.com/forum/showthread.php?76125-How-to-override-paging-grid-buttons -
14 Apr 2010 10:59 AM
- Replies
- 1
- Views
- 745
I have a need to call my own next() function for the PagingToolbar rather than the default moveNext() function because I'm calling SOAP services to get the data back. I'm not using a proxy in the...
Results 1 to 7 of 7
