public class zEmbedded
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
destroy(String domId,
boolean skipError)
Destroy zk desktop in specific DOM id
|
static Promise |
load(String domId,
String zkSrc)
Load zk source and replace the DOM
|
public static Promise load(String domId, String zkSrc)
domId
- the target DOM idzkSrc
- the target ZK source urlpublic static void destroy(String domId, boolean skipError)
domId
- the target DOM idskipError
- whether to skip error message or notCopyright © 2005-2021 Potix Corporation. All Rights Reserved.