Search Type: Posts; User: Al Jey

Search: Search took 0.02 seconds.

  1. The more ExtJS like way would be:


    var delayedClick=new Ext.util.DelayedTask(function(){
    if(doubleClick)onDblClick();
    else onClick()
    });
    wtf.on('click',function(){
    ...
  2. :-) this is awesome (works perfectly), thanks, haven't been able to find this anywhere
    did you come up with this yourself?
  3. This your "new way of doing it" really makes no sense if I, for example, want to DEFINE a default window rendered to some panel, like:


    Ext.define('My.view.Window',{
    extend:'Ext.window.Window',...
  4. I don't have any extra css styles and still the QuickTips body is displayed transparent
    25544
    ???
    please help

    Sincerely, Al Jey
    skype:al_jey
    e-mail:aljey1972@gmail.com
Results 1 to 4 of 4