-
Method Summary
accessibility key character
comma-separated list of lengths
the element lost the focus
the element got the focus
controls interpretation of coords
position in tabbing order
-
Method Details
-
$shape
controls interpretation of coords
- Parameters:
shape - of the area
- Returns:
- the current element builder
-
$coords
comma-separated list of lengths
- Parameters:
cdata - coords of the area
- Returns:
- the current element builder
-
$href
URI for linked resource
- Parameters:
uri - the URI
- Returns:
- the current element builder
-
$alt
short description
- Parameters:
desc - the description
- Returns:
- the current element builder
-
$tabindex
position in tabbing order
- Parameters:
index - of the order
- Returns:
- the current element builder
-
$accesskey
accessibility key character
- Parameters:
cdata - the key
- Returns:
- the current element builder
-
$onfocus
the element got the focus
- Parameters:
script - to invoke
- Returns:
- the current element builder
-
$onblur
the element lost the focus
- Parameters:
script - to invoke
- Returns:
- the current element builder