Jump to content

UniFrame: ClientEvents->ExtEvents issue


mhmda

Recommended Posts

For example when adding: 'show' event it is translated like this:

 

I use this code:

shrcut.ClientEvents.ExtEvents.Values['show']:='function (sender, eOpts){ Ext.defer(function(){console.log(9);},3000);}';
shrcut.ClientEvents.UniEvents.Values['beforeInit']:='function (sender, config){console.log(1);}';
"show",function(sender, eOpts){ Ext.defer(function(){console.log(9);},3000);})//instead of ',' it should be ':'

it should be "show":function....

 

 

UniEvents works great:

beforeinit:function(sender, config){console.log(1);}

The problem only with ExtEvents !!!

Link to comment
Share on other sites

  • 2 weeks later...

Farshad what about this issue??????????????????????????????????????????????????????????????????????????????????????????????????????????????????

 

I check that for the form and the same problem??

Link to comment
Share on other sites

  • Administrators

Farshad what about this issue??????????????????????????????????????????????????????????????????????????????????????????????????????????????????

 

I check that for the form and the same problem??

 

Hi Mohammad,

 

Why didn't you open this topic in Bug reports forum?

Please open it in that forum and provide a test case.

 

Thank you

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...