Jump to content

Ajax Error O7B is not defined


SayeyeZohor

Recommended Posts

42 minutes ago, Hayri ASLAN said:

Hi,

So you have some code behind the login.

Can you open console and check if you have any error. 

i Found that error
@Sherzod

This Error For under code while form is start after mainForm Show ...

function window.afterrender(sender, eOpts)
{
    var me = sender;
    
    me.dd = new Ext.dd.DDProxy(me, {
        delegate: me.id
    });
    
    me.dd.disable = function() {
        //
    };
    
    me.dd.enable = function() {
        //
    };
    
    me.dd.afterDrag = (function() {
        me.updateLayout()
    });
    
    Ext.onReady(function() {
        me.dd.setHandleElId(sender.owner.UCP_Header.id);
    });
}

 

old function is not this problam

function window.afterrender(sender, eOpts)
{
    var me = sender;
    
    me.dd = new Ext.dd.DDProxy(me, {
        delegate: me.id
    });
    
    me.dd.afterDrag = (function() {
        me.updateLayout()
    });
    
    Ext.onReady(function() {
        me.dd.setHandleElId(sender.owner.UCP_Header.id);
    });
} 


image.thumb.png.b7710a20a6e3f8bc25b144b32636a70f.png

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...