HamletSpec.__, HamletSpec._Child, HamletSpec.Attrs, HamletSpec.CoreAttrs, HamletSpec.EventsAttrs, HamletSpec.I18nAttrsHamlet.IMGpublic static interface HamletSpec.IMG extends HamletSpec.Attrs, HamletSpec._Child
| Modifier and Type | Method | Description |
|---|---|---|
HamletSpec.IMG |
$alt(java.lang.String desc) |
short description
|
HamletSpec.IMG |
$height(int pixels) |
override height
|
HamletSpec.IMG |
$height(java.lang.String cdata) |
override height
|
HamletSpec.IMG |
$ismap() |
use server-side image map
|
HamletSpec.IMG |
$src(java.lang.String uri) |
URI of image to embed
|
HamletSpec.IMG |
$usemap(java.lang.String uri) |
use client-side image map
|
HamletSpec.IMG |
$width(int pixels) |
override width
|
HamletSpec.IMG |
$width(java.lang.String cdata) |
override width
|
__$class, $id, $style, $title$onclick, $ondblclick, $onkeydown, $onkeypress, $onkeyup, $onmousedown, $onmousemove, $onmouseout, $onmouseover, $onmouseup$dir, $langHamletSpec.IMG $src(java.lang.String uri)
uri - the URIHamletSpec.IMG $alt(java.lang.String desc)
desc - the descriptionHamletSpec.IMG $height(int pixels)
pixels - the heightHamletSpec.IMG $height(java.lang.String cdata)
cdata - the height (can use %, * etc.)HamletSpec.IMG $width(int pixels)
pixels - the widthHamletSpec.IMG $width(java.lang.String cdata)
cdata - the width (can use %, * etc.)HamletSpec.IMG $usemap(java.lang.String uri)
uri - the URIHamletSpec.IMG $ismap()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.