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 &...
Type: Posts; User: saiswa
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 &...
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...
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.
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...
I found a workaround: setting disabledClass to 'x-btn-disabled' works.
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'...
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...
Solves this right now by hooking into the store load event using: this.getStore().on('load', function() {
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...
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:...
Thanks a lot.
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...
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...
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...
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...
Tried this. Works great. Thanks a lot!
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...