The embed Element
Syntax:
any_valid_fragment
</embed>
[Optional][Multiple]
It specifies the content that shall be added to the output generated and
sent to the client when rendering a desktop. The syntax of the content
will depend on the client. For Ajax clients(browsers), you can put
[https://developer.mozilla.org/en-US/docs/Web/HTML/Element/head#see_also
any tag that can be placed inside HTML
]]></embed>
</device-config>
```
You can specify multiple `embed` elements and their content be
concatenated together.
# Usage
Notice that you need to specify your **application context path** in the
source path. Becuase ZK directly puts the content into a response
without any encoding.
```xml
ajax
<![CDATA[
]]></embed>
```