public class _global_
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
void |
onIframeURLChange(String uuid,
String url)
Callback when the URL/bookmark of an iframe has been changed.
|
public void onIframeURLChange(String uuid, String url)
if (parent.onIframeURLChange)
parent.onIframeURLChange(myid, myurl);
On the other hand, if the container is generated by other technology and you want to know if the URL of the ZK page inside an iframe is changed, you can implement this global function. Refer to ZK Component Reference for more information.
uuid
- the component UUIDurl
- the new URLCopyright © 2005-2023 Potix Corporation. All Rights Reserved.