Package | Description |
---|---|
bayou.html |
For building html trees.
|
Modifier and Type | Class and Description |
---|---|
static class |
Html5.SCRIPT
Html5 element
<script> . |
Modifier and Type | Method and Description |
---|---|
default Html4.SCRIPT |
Html4._script()
Build element
<script> . |
default Html4.SCRIPT |
Html4._script(Object... children)
Build element
<script> with children. |
default Html4.SCRIPT |
Html4._script(Runnable code)
Build element
<script> ; with it as the context parent, run `code`. |
Html4.SCRIPT |
Html4.SCRIPT.charset(CharSequence value)
Set attribute
charset="{value}" . |
Html4.SCRIPT |
Html4.SCRIPT.defer(boolean value)
Set boolean attribute
defer . |
Html4.SCRIPT |
Html4.SCRIPT.src(CharSequence value)
Set attribute
src="{value}" . |
Html4.SCRIPT |
Html4.SCRIPT.type(CharSequence value)
Set attribute
type="{value}" . |