Jump to content

need Help with Ajax Event


JRIchmann

Recommended Posts

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

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...