Package | Description |
---|---|
bayou.html |
For building html trees.
|
Modifier and Type | Method and Description |
---|---|
default Html5.IMG |
Html5._img()
Build element
<img> . |
Html5.IMG |
Html5.IMG.alt(CharSequence value)
Set attribute
alt="{value}" . |
Html5.IMG |
Html5.IMG.crossorigin(CharSequence value)
Set attribute
crossorigin="{value}" . |
Html5.IMG |
Html5.IMG.height(CharSequence value)
Deprecated.
This attribute can only be `int` in html5; use method height(int) instead.
|
Html5.IMG |
Html5.IMG.height(int value)
Set attribute
height="{value}" . |
Html5.IMG |
Html5.IMG.ismap(boolean value)
Set boolean attribute
ismap . |
Html5.IMG |
Html5.IMG.longdesc(CharSequence value)
Deprecated.
This attribute is deprecated in html5.
|
Html5.IMG |
Html5.IMG.src(CharSequence value)
Set attribute
src="{value}" . |
Html5.IMG |
Html5.IMG.usemap(CharSequence value)
Set attribute
usemap="{value}" . |
Html5.IMG |
Html5.IMG.width(CharSequence value)
Deprecated.
This attribute can only be `int` in html5; use method width(int) instead.
|
Html5.IMG |
Html5.IMG.width(int value)
Set attribute
width="{value}" . |