Hi Gary,
the problem is present also in fiddle.
Here below another, i hope, clear example.
Pressing the button Click the event Blur of my date is never fired
Ext.QuickTips.init();
var...
Type: Posts; User: gnagno
Hi Gary,
the problem is present also in fiddle.
Here below another, i hope, clear example.
Pressing the button Click the event Blur of my date is never fired
Ext.QuickTips.init();
var...
Hi,
i'm using ext 3.4
I noticed that when i call method focus of an field, if the current field is a datafield, the event blur is not fired.
As you can see after pressing the button click me the...
Hi guys,
i'm using Ext js 3.4
I create a window with an iframe that load a jsp. When the user Collapse or Expand the window the jsp associated to the iframe is reloaded. Why does it happens?? Is...
Hi guys,
i'm using ext js 3.4.
I had a problem because I had two objects with the same ID.
Is there something that can check, when i create a new obj, if the id is already present in Ext?
I...
Hi guys,
i'm using Ext js 3.4
I create a window with an iframe that load a jsp. When the user Collapse or Expand the window the jsp associated to the iframe is reloaded. Why does it happens?? Is...
Hi guys,
i'm using ext 3.4.
I've a function that spent time to do a synchronize operation.
I'd like to show a wait message during the operation like below example
function test()
{
Hi,
i'm using ext js 3.4 and i've the grid with a CheckboxSelectionModel.
I need to verify if the checkbox in the column header (select all) is checked or not.
For Example the below code is my...