-
New Feature
-
Resolution: Done
-
Normal
-
9.0.0
-
None
-
None
If there is a callback function when calling zEmbedded.load('domid', 'url'), user could handle errors and do something after zk is loaded.
For Example:
zEmbedded.load('domid', 'url', callback)
or
zEmbedded.load('domid', 'url').then(...).catch(...)
- relates to
-
ZK-4529 Provide root widget embedded ZK callback
- Closed