Jump to content

Recommended Posts

Posted

Hello...

 

I need help with a Ajax Event inside of a TUniHTMLFrame.

 

 

a) I have TUniHTMLFrame which render a Chart.

By Start all works and Chart in rendered right.

 

B) I have a Button.

With this Button I try to call the Event.

But nothing happens.

The event is not fiered

 

I use

 

ClientEvents.Extevents

 

In "Click" I write

 

function click(sender, e, eOpts)
{
  ajaxRequest(frm_Graphic.frameChart2, "renderChartsDays" , [ "aaa" , "bbb" ]);
}

 

 

can you anybody help me ?

 

 

Thanks a lot

 

 

 

 

 

 

 

 

 

 

 

 

 

 

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