Jump to content

ajaxEvent Help


jptec

Recommended Posts

Hi All,

 

 

I use htmlframe's afterscript to set a other framework jquery plugin button property:

 

in TUniHTMLFrame- AfterScript I put below script

$(function(){
 $("#buttonContainer").dxButton({
        text: "Click me!",
        onClick: function () {
        ajaxRequest(MainForm.form,"INDEX-HOME" , ["" ]);
 

} }); });  

 

But I cannot receive the onajaxevent in Main form.  

 

I think I did something but I cant find it. Any Advise?  also can anyone explain the usage on beforescript and afterscript

 

Joe

 

 

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