Search Type: Posts; User: saiswa
Search: Search took 0.03 seconds.
-
10 Mar 2011 12:47 PM
- Replies
- 1
- Views
- 670
I tried changing various parameters but wasn't able to figure out a solution. I finally turned split false for this page to work around this issue.
One interesting observation: setting split=true &... -
9 Mar 2011 4:09 PM
- Replies
- 1
- Views
- 670
Pane resizing results in paint issues and white space on page.
Using ExtJS 3.1.1:
Open a tab with multiple panes. The right pane resizes correctly. Now, open another tab with three panes. Go back... -
12 Nov 2010 12:03 PM
Jump to post Thread: Ext.ux.list.ProgressColumn by saiswa
- Replies
- 6
- Views
- 2,558
I've been using your plugin & it works great. Thanks a lot.
How can I hide the progressbar for a certain row when no operations are in progress? Any pointers appreciated. -
10 Nov 2010 12:32 PM
Jump to post Thread: Hide ProgressBar in GridPanel cell by saiswa
- Replies
- 0
- Views
- 913
Hello, I'm using a ProgressBar plugin for display in a GridPanel cell. http://www.sencha.com/forum/showthread.php?108765-Ext.ux.grid.plugin.ProgressColumn&highlight=progressbar+grid
Currently, the... -
9 Nov 2010 5:00 PM
- Replies
- 3
- Views
- 1,095
I found a workaround: setting disabledClass to 'x-btn-disabled' works.
-
9 Nov 2010 4:39 PM
- Replies
- 3
- Views
- 1,095
Thanks for responding.
This works in removing the hand icon. However, this reduces the opacity of the icon to 0.6.
To workaround, I tried setting the disabledClass to 'x-item-disabled class_opaque'... -
8 Nov 2010 3:48 PM
- Replies
- 3
- Views
- 1,095
Hello, I have a button which I'm using as a clickable image that changes color based off backend data.
When the button is of one color, I want to remove the hand hover icon & other effects for the... -
7 Oct 2010 5:41 PM
- Replies
- 2
- Views
- 1,157
Solves this right now by hooking into the store load event using: this.getStore().on('load', function() {
-
7 Oct 2010 3:50 PM
- Replies
- 2
- Views
- 1,157
One solution to this issue:
this.getView().on('beforerefresh', function() {
///... },
this);
Write your code to refresh the data using Ext.TaskMgr in this case or any... -
7 Oct 2010 2:23 PM
- Replies
- 2
- Views
- 1,157
I'm displaying a progress bar in a grid. (I am currently binding the Ext.ux.grid.plugin.ProgressBar plugin to backend JSON data based off my earlier post:...
-
7 Oct 2010 11:19 AM
Jump to post Thread: ProgressBar in GridPanel cell by saiswa
- Replies
- 4
- Views
- 1,352
Thanks a lot.
-
7 Oct 2010 9:55 AM
Jump to post Thread: ProgressBar in GridPanel cell by saiswa
- Replies
- 4
- Views
- 1,352
Thank you. I found this plugin by Kraven. I'll give it a try.
http://www.sencha.com/forum/showthread.php?108765-Ext.ux.grid.plugin.ProgressColumn&highlight=progressbar+grid
Not sure if this is... -
6 Oct 2010 6:15 PM
Jump to post Thread: ProgressBar in GridPanel cell by saiswa
- Replies
- 4
- Views
- 1,352
Hello, I need to display a progress bar in a cell in the Grid Panel.
I am familiar with the renderer to display custom html tags. Is there a way for me to use the Ext.ProgressBar directly for the... -
27 Jul 2010 5:19 PM
- Replies
- 1
- Views
- 888
Browser: Firefox
OS:Linux
Create a button that pops up an ExtJS form.
Firefox browser is going inactive when we click multiple times quickly at the edge of any
pop-up form when you have the... -
1 Jun 2010 11:16 AM
Jump to post Thread: Multiple tooltips issue by saiswa
- Replies
- 0
- Views
- 658
Greetings.
I am using QuickTips & Tooltips to display detailed info as div tags on some page elements as a tooltip on mouse over. Sometimes, I'm running into a dual tooltip overlap issue.
Will... -
24 May 2010 10:09 AM
Jump to post Thread: HTML page in ExtJS tab by saiswa
- Replies
- 3
- Views
- 1,478
Tried this. Works great. Thanks a lot!
-
21 May 2010 12:25 PM
Jump to post Thread: HTML page in ExtJS tab by saiswa
- Replies
- 3
- Views
- 1,478
Hello. I have an external html page that I want to display within a ExtJS tab. I'd like to know the best way to display the page such that links within it remain on the same tab and avoid...
Results 1 to 17 of 17
