<standard:embed>
</...>
Used to wrap embedded code in a page. Most useful for pages edited with the
HTML Editor, as embedded code is easily identifiable and editable.
Related Tutorials
Content
any
The elements to be embedded.
Attributes
id
string
Give this control a unique id. Can be accessed in the client DOM (eg, document.getElementById('myid') or in the server DOM using [? $myid ?] or [? $('myid') ?]).