I’m looking for an example or a pointer to the right place in the documentation.
Here’s the scenario – I’m porting an application from VWG to WiseJ. I have a few pages where the WiseJ page hosts an HtmlPanel and injects HTML into that panel at runtime. I need to connect events on buttons or links in that HTML to handlers in WiseJ. In the VWG application, the onclick events were invoking something called SendMessage, if that helps.
I’m basically a backend developer and know only enough JS/HTML to get into trouble, so a nice clear example is what I need.
Hi Carl,
For starters, the HtmlPanel has an ElementClick event that fires when the user clicks an HTML element.
The ElementClickArgs has two properties, the Element and Role properties.
You can go here for more information:
Also, I have attached a small sample that demonstrates all of the above.
HTH,
Alaa
Please login first to submit.