Access ZK method from HTML
25 Jul 2011 00:41:25 GMT
27 Jul 2011 04:58:09 GMT
27 Jul 2011 04:58:09 GMT
Hi,
I think it's possible to do that.
I test the needs you metioned here, and here is the source code.
Also you can read ifame usage in this document
ZK - Open Source Ajax Java Framework
Hi everyone :)
I'm a newbie ZK programmer. I have a problem with my code, there i have a zul page with iframe component in it, and i'm gonna use the iframe to load a regular html page. That html page is also generated by the zul page. The problem is that i have to access a method in the zul page when i click a hyperlink in the html page inside my iframe. is this possible to be done?