Package | Description |
---|---|
bayou.html |
For building html trees.
|
Modifier and Type | Method and Description |
---|---|
default Html5.EMBED |
Html5._embed()
Build element
<embed> . |
Html5.EMBED |
Html5.EMBED.any(CharSequence value)
Set attribute
any="{value}" . |
Html5.EMBED |
Html5.EMBED.height(int value)
Set attribute
height="{value}" . |
Html5.EMBED |
Html5.EMBED.src(CharSequence value)
Set attribute
src="{value}" . |
Html5.EMBED |
Html5.EMBED.type(CharSequence value)
Set attribute
type="{value}" . |
Html5.EMBED |
Html5.EMBED.width(int value)
Set attribute
width="{value}" . |