public class HtmlAttributes extends Object implements CharactersWriteable
| Modifier and Type | Field and Description |
|---|---|
static boolean |
RENDER_DATA_TEST_ATTRIBUTE
This class field controls whether the data-test attribute will be written when dataTest("...") is called.
|
| Constructor and Description |
|---|
HtmlAttributes()
Default constructor
|
HtmlAttributes(HtmlAttributes other)
Return a new HtmlAttributes with the contents of the constructor argument.
|
HtmlAttributes(String key,
String value)
Create a new HtmlAttributes and add a single key,value pair.
|
| Modifier and Type | Method and Description |
|---|---|
HtmlAttributes |
abbr(String abbr)
Append the abbr attribute with the given String parameter as its value.
|
HtmlAttributes |
accept_charset(String accept_charset)
Append the accept-charset attribute with the given String parameter as its value.
|
HtmlAttributes |
accept(String accept)
Append the accept attribute with the given String parameter as its value.
|
HtmlAttributes |
accesskey(String accesskey)
Append the accesskey attribute with the given String parameter as its value.
|
HtmlAttributes |
action(String action)
Append the action attribute with the given String parameter as its value.
|
HtmlAttributes |
add(String key,
Integer value)
Add a key=value pair to the receiver.
|
HtmlAttributes |
add(String key,
String value)
Add a key=value pair to the receiver.
|
HtmlAttributes |
add(String key,
String value,
boolean doEscape)
Add a key=value pair to the receiver.
|
HtmlAttributes |
addScript(String key,
String value,
boolean doEscape)
Add a key=value pair to the receiver.
|
HtmlAttributes |
align(String align)
Append the align attribute with the given String parameter as its value.
|
HtmlAttributes |
alink(String alink)
Append the alink attribute with the given String parameter as its value.
|
HtmlAttributes |
allowFullscreen(boolean allow) |
HtmlAttributes |
allowScriptAccess(String allow)
always: Always permit ActionScript-to-JavaScript calls
sameDomain: Permit ActionScript-to-JavaScript calls only when the SWF and HTML page come from the same domain
never: Never permit ActionScript-to-JavaScript calls
|
HtmlAttributes |
alt(String alt)
Append the alt attribute with the given String parameter as its value.
|
HtmlAttributes |
archive(String archive)
Append the archive attribute with the given String parameter as its value.
|
HtmlAttributes |
autofocus_if(boolean condition)
If condition is true then add the attribute autofocus with value "autofocus".
|
HtmlAttributes |
autofocus(String autofocus)
Append the autofocus attribute with the given String parameter as its value.
|
HtmlAttributes |
axis(String axis)
Append the axis attribute with the given String parameter as its value.
|
HtmlAttributes |
background(String background)
Append the background attribute with the given String parameter as its value.
|
HtmlAttributes |
bgcolor(String bgcolor)
Append the bgcolor attribute with the given String parameter as its value.
|
HtmlAttributes |
border(String border)
Append the border attribute with the given String parameter as its value.
|
HtmlAttributes |
cellpadding(String cellpadding)
Append the cellpadding attribute with the given String parameter as its value.
|
HtmlAttributes |
cellspacing(String cellspacing)
Append the cellspacing attribute with the given String parameter as its value.
|
HtmlAttributes |
char_(String char_)
Append the char attribute with the given String parameter as its value.
|
HtmlAttributes |
charoff(String charoff)
Append the charoff attribute with the given String parameter as its value.
|
HtmlAttributes |
charset(String charset)
Append the charset attribute with the given String parameter as its value.
|
HtmlAttributes |
checked_if(boolean condition)
If condition is true then add the attribute checked with value "checked".
|
HtmlAttributes |
checked(String checked)
Append the checked attribute with the given String parameter as its value.
|
HtmlAttributes |
cite(String cite)
Append the cite attribute with the given String parameter as its value.
|
HtmlAttributes |
class_(String class_)
Append the class attribute with the given String parameter as its value.
|
HtmlAttributes |
classid(String classid)
Append the classid attribute with the given String parameter as its value.
|
HtmlAttributes |
clear(String clear)
Append the clear attribute with the given String parameter as its value.
|
HtmlAttributes |
code(String code)
Append the code attribute with the given String parameter as its value.
|
HtmlAttributes |
codebase(String codebase)
Append the codebase attribute with the given String parameter as its value.
|
HtmlAttributes |
codetype(String codetype)
Append the codetype attribute with the given String parameter as its value.
|
HtmlAttributes |
color(String color)
Append the color attribute with the given String parameter as its value.
|
HtmlAttributes |
cols(Integer cols)
Append the cols attribute with the given Integer parameter as its value.
|
HtmlAttributes |
cols(String cols)
Append the cols attribute with the given String parameter as its value.
|
HtmlAttributes |
colspan(String colspan)
Append the colspan attribute with the given String parameter as its value.
|
HtmlAttributes |
compact(String compact)
Append the compact attribute with the given String parameter as its value.
|
HtmlAttributes |
content(String content)
Append the content attribute with the given String parameter as its value.
|
HtmlAttributes |
contenteditable(String truefalse)
Append the contenteditable attribute with the given String parameter as its value.
|
HtmlAttributes |
contextmenu(String menu_id)
Append the contextmenu attribute with the given String parameter as its value.
|
HtmlAttributes |
coords(String coords)
Append the coords attribute with the given String parameter as its value.
|
HtmlAttributes |
data(String data)
Append the data attribute with the given String parameter as its value.
|
HtmlAttributes |
data(String extension,
Integer number)
Append the generic data attribute with the given int parameter as its value.
|
HtmlAttributes |
data(String extension,
String data)
Append the generic data attribute with the given String parameter as its value.
|
HtmlAttributes |
dataAjax(boolean enabled) |
HtmlAttributes |
dataCollapsed(boolean collapsed) |
HtmlAttributes |
dataContentTheme(String dataContentTheme) |
HtmlAttributes |
dataDirection(String direction) |
HtmlAttributes |
dataIcon(String icon) |
HtmlAttributes |
dataIconPos(String pos) |
HtmlAttributes |
dataInline(boolean inline) |
HtmlAttributes |
dataInline(String inline) |
HtmlAttributes |
dataInset(boolean inset) |
HtmlAttributes |
dataMini(boolean isMini) |
HtmlAttributes |
dataNoBackButton(boolean noBackButton) |
HtmlAttributes |
dataPosition(String dataPosition) |
HtmlAttributes |
dataRel(String rel) |
HtmlAttributes |
dataRole(String role) |
HtmlAttributes |
dataScroll(String xy) |
HtmlAttributes |
dataTest(String value)
Append the data-test attribute with the given String parameter as its value.
|
HtmlAttributes |
dataTheme(String dataTheme) |
HtmlAttributes |
dataTransition(String transition) |
HtmlAttributes |
dataType(String type) |
HtmlAttributes |
datetime(String datetime)
Append the datetime attribute with the given String parameter as its value.
|
HtmlAttributes |
declare(String declare)
Append the declare attribute with the given String parameter as its value.
|
HtmlAttributes |
defer(String defer)
Append the defer attribute with the given String parameter as its value.
|
HtmlAttributes |
dir(String dir)
Append the dir attribute with the given String parameter as its value.
|
HtmlAttributes |
disabled_if(boolean condition)
If condition is true then add the attribute disabled with value "disabled".
|
HtmlAttributes |
disabled(String disabled)
Append the disabled attribute with the given String parameter as its value.
|
HtmlAttributes |
draggable(String truefalseauto)
Append the draggable attribute with the given String parameter as its value.
|
HtmlAttributes |
dropzone(String copymovelink)
Append the dropzone attribute with the given String parameter as its value.
|
HtmlAttributes |
enctype(String enctype)
Append the enctype attribute with the given String parameter as its value.
|
HtmlAttributes |
face(String face)
Append the face attribute with the given String parameter as its value.
|
HtmlAttributes |
flashvars(String flashvars) |
HtmlAttributes |
for_(String for_)
Append the for attribute with the given String parameter as its value.
|
HtmlAttributes |
frame(String frame)
Append the frame attribute with the given String parameter as its value.
|
HtmlAttributes |
frameborder(String frameborder)
Append the frameborder attribute with the given String parameter as its value.
|
HtmlAttributes |
headers(String headers)
Append the headers attribute with the given String parameter as its value.
|
HtmlAttributes |
height(Integer height)
Append the height attribute with the given Integer parameter as its value.
|
HtmlAttributes |
height(String height)
Append the height attribute with the given String parameter as its value.
|
HtmlAttributes |
hidden(String hidden)
Append the hidden attribute with the given String parameter as its value.
|
HtmlAttributes |
href(String href)
Append the href attribute with the given String parameter as its value.
|
HtmlAttributes |
hreflang(String hreflang)
Append the hreflang attribute with the given String parameter as its value.
|
HtmlAttributes |
hspace(String hspace)
Append the hspace attribute with the given String parameter as its value.
|
HtmlAttributes |
http_equiv(String http_equiv)
Append the http-equiv attribute with the given String parameter as its value.
|
HtmlAttributes |
id(String id)
Append the id attribute with the given String parameter as its value.
|
HtmlAttributes |
ismap(String ismap)
Append the ismap attribute with the given String parameter as its value.
|
HtmlAttributes |
label(String label)
Append the label attribute with the given String parameter as its value.
|
HtmlAttributes |
lang(String lang)
Append the lang attribute with the given String parameter as its value.
|
HtmlAttributes |
language(String language)
Append the language attribute with the given String parameter as its value.
|
HtmlAttributes |
link(String link)
Append the link attribute with the given String parameter as its value.
|
HtmlAttributes |
longdesc(String longdesc)
Append the longdesc attribute with the given String parameter as its value.
|
HtmlAttributes |
marginheight(String marginheight)
Append the marginheight attribute with the given String parameter as its value.
|
HtmlAttributes |
marginwidth(String marginwidth)
Append the marginwidth attribute with the given String parameter as its value.
|
HtmlAttributes |
max(Integer max)
Append the max attribute with the given String parameter as its value.
|
HtmlAttributes |
maxlength(int maxlength)
Append the maxlength attribute with the given Integer parameter as its value.
|
HtmlAttributes |
maxlength(String maxlength)
Append the maxlength attribute with the given String parameter as its value.
|
HtmlAttributes |
media(String media)
Append the media attribute with the given String parameter as its value.
|
HtmlAttributes |
method(String method)
Append the method attribute with the given String parameter as its value.
|
HtmlAttributes |
min(Integer min)
Append the min attribute with the given String parameter as its value.
|
HtmlAttributes |
multiple(String multiple)
Append the multiple attribute with the given String parameter as its value.
|
HtmlAttributes |
name(String name)
Append the name attribute with the given String parameter as its value.
|
HtmlAttributes |
nohref(String nohref)
Append the nohref attribute with the given String parameter as its value.
|
HtmlAttributes |
noresize(String noresize)
Append the noresize attribute with the given String parameter as its value.
|
HtmlAttributes |
noshade(String noshade)
Append the noshade attribute with the given String parameter as its value.
|
HtmlAttributes |
nowrap(String nowrap)
Append the nowrap attribute with the given String parameter as its value.
|
HtmlAttributes |
object(String object)
Append the object attribute with the given String parameter as its value.
|
HtmlAttributes |
onAfterprint(String script)
Append the onafterprint attribute with the given String parameter as its value.
|
HtmlAttributes |
onBeforeonload(String script)
Append the onbeforeonload attribute with the given String parameter as its value.
|
HtmlAttributes |
onBeforeprint(String script)
Append the onbeforeprint attribute with the given String parameter as its value.
|
HtmlAttributes |
onBlur(String onblur)
Append the onblur attribute with the given String parameter as its value.
|
HtmlAttributes |
onCanplay(String script)
Append the oncanplay attribute with the given String parameter as its value.
|
HtmlAttributes |
onCanplaythrough(String script)
Append the oncanplaythrough attribute with the given String parameter as its value.
|
HtmlAttributes |
onChange(String onchange)
Append the onchange attribute with the given String parameter as its value.
|
HtmlAttributes |
onClick(String onclick)
Append the onclick attribute with the given String parameter as its value.
|
HtmlAttributes |
onContextmenu(String script)
Append the oncontextmenu attribute with the given String parameter as its value.
|
HtmlAttributes |
onDblclick(String ondblclick)
Append the ondblclick attribute with the given String parameter as its value.
|
HtmlAttributes |
onDrag(String script)
Append the ondrag attribute with the given String parameter as its value.
|
HtmlAttributes |
onDragend(String script)
Append the ondragend attribute with the given String parameter as its value.
|
HtmlAttributes |
onDragenter(String script)
Append the ondragenter attribute with the given String parameter as its value.
|
HtmlAttributes |
onDragleave(String script)
Append the ondragleave attribute with the given String parameter as its value.
|
HtmlAttributes |
onDragover(String script)
Append the ondragover attribute with the given String parameter as its value.
|
HtmlAttributes |
onDragstart(String script)
Append the ondragstart attribute with the given String parameter as its value.
|
HtmlAttributes |
onDrop(String script)
Append the ondrop attribute with the given String parameter as its value.
|
HtmlAttributes |
onDurationchange(String script)
Append the ondurationchange attribute with the given String parameter as its value.
|
HtmlAttributes |
onEmptied(String script)
Append the onemptied attribute with the given String parameter as its value.
|
HtmlAttributes |
onEnded(String script)
Append the onended attribute with the given String parameter as its value.
|
HtmlAttributes |
onError(String script)
Append the onerror attribute with the given String parameter as its value.
|
HtmlAttributes |
onFocus(String onfocus)
Append the onfocus attribute with the given String parameter as its value.
|
HtmlAttributes |
onFormchange(String script)
Append the onformchange attribute with the given String parameter as its value.
|
HtmlAttributes |
onForminput(String script)
Append the onforminput attribute with the given String parameter as its value.
|
HtmlAttributes |
onHaschange(String script)
Append the onhaschange attribute with the given String parameter as its value.
|
HtmlAttributes |
onInput(String script)
Append the oninput attribute with the given String parameter as its value.
|
HtmlAttributes |
onInvalid(String script)
Append the oninvalid attribute with the given String parameter as its value.
|
HtmlAttributes |
onKeydown(String onkeydown)
Append the onkeydown attribute with the given String parameter as its value.
|
HtmlAttributes |
onKeypress(String onkeypress)
Append the onkeypress attribute with the given String parameter as its value.
|
HtmlAttributes |
onKeyup(String onkeyup)
Append the onkeyup attribute with the given String parameter as its value.
|
HtmlAttributes |
onLoad(String onload)
Append the onload attribute with the given String parameter as its value.
|
HtmlAttributes |
onLoadeddata(String script)
Append the onloadeddata attribute with the given String parameter as its value.
|
HtmlAttributes |
onLoadedmetadata(String script)
Append the onloadedmetadata attribute with the given String parameter as its value.
|
HtmlAttributes |
onLoadstart(String script)
Append the onloadstart attribute with the given String parameter as its value.
|
HtmlAttributes |
onMessage(String script)
Append the onmessage attribute with the given String parameter as its value.
|
HtmlAttributes |
onMousedown(String onmousedown)
Append the onmousedown attribute with the given String parameter as its value.
|
HtmlAttributes |
onMousemove(String onmousemove)
Append the onmousemove attribute with the given String parameter as its value.
|
HtmlAttributes |
onMouseout(String onmouseout)
Append the onmouseout attribute with the given String parameter as its value.
|
HtmlAttributes |
onMouseover(String onmouseover)
Append the onmouseover attribute with the given String parameter as its value.
|
HtmlAttributes |
onMouseup(String onmouseup)
Append the onmouseup attribute with the given String parameter as its value.
|
HtmlAttributes |
onMousewheel(String script)
Append the onmousewheel attribute with the given String parameter as its value.
|
HtmlAttributes |
onOffline(String script)
Append the onoffline attribute with the given String parameter as its value.
|
HtmlAttributes |
onOnline(String script)
Append the ononline attribute with the given String parameter as its value.
|
HtmlAttributes |
onPagehide(String script)
Append the onpagehide attribute with the given String parameter as its value.
|
HtmlAttributes |
onPageshow(String script)
Append the onpageshow attribute with the given String parameter as its value.
|
HtmlAttributes |
onPause(String script)
Append the onpause attribute with the given String parameter as its value.
|
HtmlAttributes |
onPlay(String script)
Append the onplay attribute with the given String parameter as its value.
|
HtmlAttributes |
onPlaying(String script)
Append the onplaying attribute with the given String parameter as its value.
|
HtmlAttributes |
onPopstate(String script)
Append the onpopstate attribute with the given String parameter as its value.
|
HtmlAttributes |
onProgress(String script)
Append the onprogress attribute with the given String parameter as its value.
|
HtmlAttributes |
onRatechange(String script)
Append the onratechange attribute with the given String parameter as its value.
|
HtmlAttributes |
onReadystatechange(String script)
Append the onreadystatechange attribute with the given String parameter as its value.
|
HtmlAttributes |
onRedo(String script)
Append the onredo attribute with the given String parameter as its value.
|
HtmlAttributes |
onReset(String onreset)
Append the onreset attribute with the given String parameter as its value.
|
HtmlAttributes |
onResize(String script)
Append the onresize attribute with the given String parameter as its value.
|
HtmlAttributes |
onScroll(String script)
Append the onscroll attribute with the given String parameter as its value.
|
HtmlAttributes |
onSeeked(String script)
Append the onseeked attribute with the given String parameter as its value.
|
HtmlAttributes |
onSeeking(String script)
Append the onseeking attribute with the given String parameter as its value.
|
HtmlAttributes |
onSelect(String onselect)
Append the onselect attribute with the given String parameter as its value.
|
HtmlAttributes |
onStalled(String script)
Append the onstalled attribute with the given String parameter as its value.
|
HtmlAttributes |
onStorage(String script)
Append the onstorage attribute with the given String parameter as its value.
|
HtmlAttributes |
onSubmit(String onsubmit)
Append the onsubmit attribute with the given String parameter as its value.
|
HtmlAttributes |
onSuspend(String script)
Append the onsuspend attribute with the given String parameter as its value.
|
HtmlAttributes |
onTimeupdate(String script)
Append the ontimeupdate attribute with the given String parameter as its value.
|
HtmlAttributes |
onUndo(String script)
Append the onundo attribute with the given String parameter as its value.
|
HtmlAttributes |
onUnload(String onunload)
Append the onunload attribute with the given String parameter as its value.
|
HtmlAttributes |
onVolumechange(String script)
Append the onvolumechange attribute with the given String parameter as its value.
|
HtmlAttributes |
onWaiting(String script)
Append the onwaiting attribute with the given String parameter as its value.
|
HtmlAttributes |
profile(String profile)
Append the profile attribute with the given String parameter as its value.
|
HtmlAttributes |
prompt(String prompt)
Append the prompt attribute with the given String parameter as its value.
|
HtmlAttributes |
readonly(String readonly)
Append the readonly attribute with the given String parameter as its value.
|
HtmlAttributes |
rel(String rel)
Append the rel attribute with the given String parameter as its value.
|
HtmlAttributes |
required_if(boolean condition)
If condition is true then add the attribute required with value "required".
|
HtmlAttributes |
required(String required)
Append the required attribute with the given String parameter as its value.
|
HtmlAttributes |
rev(String rev)
Append the rev attribute with the given String parameter as its value.
|
HtmlAttributes |
role(String role) |
HtmlAttributes |
rows(Integer rows)
Append the rows attribute with the given Integer parameter as its value.
|
HtmlAttributes |
rows(String rows)
Append the rows attribute with the given String parameter as its value.
|
HtmlAttributes |
rowspan(String rowspan)
Append the rowspan attribute with the given String parameter as its value.
|
HtmlAttributes |
rules(String rules)
Append the rules attribute with the given String parameter as its value.
|
HtmlAttributes |
scheme(String scheme)
Append the scheme attribute with the given String parameter as its value.
|
HtmlAttributes |
scope(String scope)
Append the scope attribute with the given String parameter as its value.
|
HtmlAttributes |
scrolling(String scrolling)
Append the scrolling attribute with the given String parameter as its value.
|
HtmlAttributes |
selected_if(boolean condition)
If condition is true then add the attribute selected with value "selected".
|
HtmlAttributes |
selected(String selected)
Append the selected attribute with the given String parameter as its value.
|
HtmlAttributes |
shape(String shape)
Append the shape attribute with the given String parameter as its value.
|
HtmlAttributes |
size(Integer size)
Append the size attribute with the given Integer parameter as its value.
|
HtmlAttributes |
size(String size)
Append the size attribute with the given String parameter as its value.
|
HtmlAttributes |
span(String span)
Append the span attribute with the given String parameter as its value.
|
HtmlAttributes |
spellcheck(String truefalse)
Append the spellcheck attribute with the given String parameter as its value.
|
HtmlAttributes |
src(String src)
Append the src attribute with the given String parameter as its value.
|
HtmlAttributes |
standby(String standby)
Append the standby attribute with the given String parameter as its value.
|
HtmlAttributes |
start(String start)
Append the start attribute with the given String parameter as its value.
|
HtmlAttributes |
style(String style)
Append the style attribute with the given String parameter as its value.
|
HtmlAttributes |
summary(String summary)
Append the summary attribute with the given String parameter as its value.
|
HtmlAttributes |
tabindex(String tabindex)
Append the tabindex attribute with the given String parameter as its value.
|
HtmlAttributes |
target(String target)
Append the target attribute with the given String parameter as its value.
|
HtmlAttributes |
text(String text)
Append the text attribute with the given String parameter as its value.
|
HtmlAttributes |
title(String title)
Append the title attribute with the given String parameter as its value.
|
String |
toHtml() |
String |
toString()
Return a description of the receiver for debugging purposes.
|
HtmlAttributes |
type(String type)
Append the type attribute with the given String parameter as its value.
|
HtmlAttributes |
usemap(String usemap)
Append the usemap attribute with the given String parameter as its value.
|
HtmlAttributes |
valign(String valign)
Append the valign attribute with the given String parameter as its value.
|
HtmlAttributes |
value(Integer value)
Append the value attribute with the given String parameter as its value.
|
HtmlAttributes |
value(String value)
Append the value attribute with the given String parameter as its value.
|
HtmlAttributes |
valuetype(String valuetype)
Append the valuetype attribute with the given String parameter as its value.
|
HtmlAttributes |
version(String version)
Append the version attribute with the given String parameter as its value.
|
HtmlAttributes |
vlink(String vlink)
Append the vlink attribute with the given String parameter as its value.
|
HtmlAttributes |
vspace(String vspace)
Append the vspace attribute with the given String parameter as its value.
|
HtmlAttributes |
width(Integer width)
Append the width attribute with the given integer parameter as its value.
|
HtmlAttributes |
width(String width)
Append the width attribute with the given String parameter as its value.
|
void |
writeCharsOn(Writer writer) |
HtmlAttributes |
xml_lang(String xmlLang) |
public static boolean RENDER_DATA_TEST_ATTRIBUTE
public HtmlAttributes()
public HtmlAttributes(HtmlAttributes other)
other - public HtmlAttributes add(String key, String value)
key - String (not-null)value - String | nullpublic HtmlAttributes add(String key, String value, boolean doEscape)
key - String (not-null)value - String | nulldoEscape - booleanpublic HtmlAttributes add(String key, Integer value)
key - String (not-null)value - Integer | nullpublic HtmlAttributes addScript(String key, String value, boolean doEscape)
key - String (not-null)value - String | nulldoEscape - boolean NOTE: this value is ignored: NO Ecmascript escaping.public String toString()
public void writeCharsOn(Writer writer) throws IOException
writeCharsOn in interface CharactersWriteableIOExceptionpublic String toHtml()
public HtmlAttributes flashvars(String flashvars)
public HtmlAttributes allowFullscreen(boolean allow)
public HtmlAttributes allowScriptAccess(String allow)
allow - public HtmlAttributes xml_lang(String xmlLang)
public HtmlAttributes dataTest(String value)
value - HtmlAttributes instance.IOExceptionpublic HtmlAttributes min(Integer min)
The value of min will be XML escaped. Use add("value",value,false) if the value does not have characters that need escaping.
min - the INteger | null.HtmlAttributes instance.public HtmlAttributes max(Integer max)
The value of max will be XML escaped. Use add("value",value,false) if the value does not have characters that need escaping.
max - the Integer | null.HtmlAttributes instance.public HtmlAttributes value(Integer value)
The value of value will be XML escaped. Use add("value",value,false) if the value does not have characters that need escaping.
value - the Integer | null.HtmlAttributes instance.public HtmlAttributes data(String extension, String data)
The value of data will be XML escaped. Use add("data",value,false) if the value does not have characters that need escaping.
data - the String | null.HtmlAttributes instance.public HtmlAttributes data(String extension, Integer number)
The value of data will be XML escaped. Use add("data",value,false) if the value does not have characters that need escaping.
number - the Integer | null.HtmlAttributes instance.public HtmlAttributes summary(String summary)
purpose/structure for speech output
The value of summary will be XML escaped. Use add("summary",value,false) if the value does not have characters that need escaping.
summary - the String | null.HtmlAttributes instance.public HtmlAttributes marginheight(String marginheight)
margin height in pixels
The value of marginheight will be XML escaped. Use add("marginheight",value,false) if the value does not have characters that need escaping.
marginheight - the String | null.HtmlAttributes instance.public HtmlAttributes for_(String for_)
matches field ID value
The value of for will be XML escaped. Use add("for",value,false) if the value does not have characters that need escaping.
for - the String | null.HtmlAttributes instance.public HtmlAttributes accept(String accept)
list of MIME types for file upload
The value of accept will be XML escaped. Use add("accept",value,false) if the value does not have characters that need escaping.
accept - the String | null.HtmlAttributes instance.public HtmlAttributes bgcolor(String bgcolor)
document background color
The value of bgcolor will be XML escaped. Use add("bgcolor",value,false) if the value does not have characters that need escaping.
bgcolor - the String | null.HtmlAttributes instance.public HtmlAttributes accept_charset(String accept_charset)
list of supported charsets
The value of accept-charset will be XML escaped. Use add("accept-charset",value,false) if the value does not have characters that need escaping.
accept-charset - the String | null.HtmlAttributes instance.public HtmlAttributes scheme(String scheme)
select form of content
The value of scheme will be XML escaped. Use add("scheme",value,false) if the value does not have characters that need escaping.
scheme - the String | null.HtmlAttributes instance.public HtmlAttributes border(String border)
link border width
The value of border will be XML escaped. Use add("border",value,false) if the value does not have characters that need escaping.
border - the String | null.HtmlAttributes instance.public HtmlAttributes vspace(String vspace)
vertical gutter
The value of vspace will be XML escaped. Use add("vspace",value,false) if the value does not have characters that need escaping.
vspace - the String | null.HtmlAttributes instance.public HtmlAttributes href(String href)
URI that acts as base URI
The value of href will be XML escaped. Use add("href",value,false) if the value does not have characters that need escaping.
href - the String | null.HtmlAttributes instance.public HtmlAttributes onDblclick(String ondblclick)
a pointer button was double clicked
The value of ondblclick will be XML escaped. Use add("ondblclick",value,false) if the value does not have characters that need escaping.
ondblclick - the String | null.HtmlAttributes instance.public HtmlAttributes charset(String charset)
char encoding of linked resource
The value of charset will be XML escaped. Use add("charset",value,false) if the value does not have characters that need escaping.
charset - the String | null.HtmlAttributes instance.public HtmlAttributes longdesc(String longdesc)
link to long description (complements title)
The value of longdesc will be XML escaped. Use add("longdesc",value,false) if the value does not have characters that need escaping.
longdesc - the String | null.HtmlAttributes instance.public HtmlAttributes noshade(String noshade)
The value of noshade will be XML escaped. Use add("noshade",value,false) if the value does not have characters that need escaping.
noshade - the String | null.HtmlAttributes instance.public HtmlAttributes declare(String declare)
declare but don't instantiate flag
The value of declare will be XML escaped. Use add("declare",value,false) if the value does not have characters that need escaping.
declare - the String | null.HtmlAttributes instance.public HtmlAttributes content(String content)
associated information
The value of content will be XML escaped. Use add("content",value,false) if the value does not have characters that need escaping.
content - the String | null.HtmlAttributes instance.public HtmlAttributes cite(String cite)
info on reason for change
The value of cite will be XML escaped. Use add("cite",value,false) if the value does not have characters that need escaping.
cite - the String | null.HtmlAttributes instance.public HtmlAttributes standby(String standby)
message to show while loading
The value of standby will be XML escaped. Use add("standby",value,false) if the value does not have characters that need escaping.
standby - the String | null.HtmlAttributes instance.public HtmlAttributes start(String start)
starting sequence number
The value of start will be XML escaped. Use add("start",value,false) if the value does not have characters that need escaping.
start - the String | null.HtmlAttributes instance.public HtmlAttributes onMousedown(String onmousedown)
a pointer button was pressed down
The value of onmousedown will be XML escaped. Use add("onmousedown",value,false) if the value does not have characters that need escaping.
onmousedown - the String | null.HtmlAttributes instance.public HtmlAttributes language(String language)
predefined script language name
The value of language will be XML escaped. Use add("language",value,false) if the value does not have characters that need escaping.
language - the String | null.HtmlAttributes instance.public HtmlAttributes nohref(String nohref)
this region has no action
The value of nohref will be XML escaped. Use add("nohref",value,false) if the value does not have characters that need escaping.
nohref - the String | null.HtmlAttributes instance.public HtmlAttributes vlink(String vlink)
color of visited links
The value of vlink will be XML escaped. Use add("vlink",value,false) if the value does not have characters that need escaping.
vlink - the String | null.HtmlAttributes instance.public HtmlAttributes face(String face)
comma separated list of font names
The value of face will be XML escaped. Use add("face",value,false) if the value does not have characters that need escaping.
face - the String | null.HtmlAttributes instance.public HtmlAttributes rev(String rev)
reverse link types
The value of rev will be XML escaped. Use add("rev",value,false) if the value does not have characters that need escaping.
rev - the String | null.HtmlAttributes instance.public HtmlAttributes hspace(String hspace)
horizontal gutter
The value of hspace will be XML escaped. Use add("hspace",value,false) if the value does not have characters that need escaping.
hspace - the String | null.HtmlAttributes instance.public HtmlAttributes link(String link)
color of links
The value of link will be XML escaped. Use add("link",value,false) if the value does not have characters that need escaping.
link - the String | null.HtmlAttributes instance.public HtmlAttributes onUnload(String onunload)
the document has been removed
The value of onunload will be XML escaped. Use add("onunload",value,false) if the value does not have characters that need escaping.
onunload - the String | null.HtmlAttributes instance.public HtmlAttributes data(String data)
reference to object's data
The value of data will be XML escaped. Use add("data",value,false) if the value does not have characters that need escaping.
data - the String | null.HtmlAttributes instance.public HtmlAttributes marginwidth(String marginwidth)
margin widths in pixels
The value of marginwidth will be XML escaped. Use add("marginwidth",value,false) if the value does not have characters that need escaping.
marginwidth - the String | null.HtmlAttributes instance.public HtmlAttributes accesskey(String accesskey)
accessibility key character
The value of accesskey will be XML escaped. Use add("accesskey",value,false) if the value does not have characters that need escaping.
accesskey - the String | null.HtmlAttributes instance.public HtmlAttributes version(String version)
Constant
The value of version will be XML escaped. Use add("version",value,false) if the value does not have characters that need escaping.
version - the String | null.HtmlAttributes instance.public HtmlAttributes http_equiv(String http_equiv)
HTTP response header name
The value of http-equiv will be XML escaped. Use add("http-equiv",value,false) if the value does not have characters that need escaping.
http-equiv - the String | null.HtmlAttributes instance.public HtmlAttributes clear(String clear)
control of text flow
The value of clear will be XML escaped. Use add("clear",value,false) if the value does not have characters that need escaping.
clear - the String | null.HtmlAttributes instance.public HtmlAttributes valuetype(String valuetype)
How to interpret value
The value of valuetype will be XML escaped. Use add("valuetype",value,false) if the value does not have characters that need escaping.
valuetype - the String | null.HtmlAttributes instance.public HtmlAttributes defer(String defer)
UA may defer execution of script
The value of defer will be XML escaped. Use add("defer",value,false) if the value does not have characters that need escaping.
defer - the String | null.HtmlAttributes instance.public HtmlAttributes title(String title)
advisory title
The value of title will be XML escaped. Use add("title",value,false) if the value does not have characters that need escaping.
title - the String | null.HtmlAttributes instance.public HtmlAttributes enctype(String enctype)
The value of enctype will be XML escaped. Use add("enctype",value,false) if the value does not have characters that need escaping.
enctype - the String | null.HtmlAttributes instance.public HtmlAttributes src(String src)
URI of image to embed
The value of src will be XML escaped. Use add("src",value,false) if the value does not have characters that need escaping.
src - the String | null.HtmlAttributes instance.public HtmlAttributes datetime(String datetime)
date and time of change
The value of datetime will be XML escaped. Use add("datetime",value,false) if the value does not have characters that need escaping.
datetime - the String | null.HtmlAttributes instance.public HtmlAttributes codetype(String codetype)
content type for code
The value of codetype will be XML escaped. Use add("codetype",value,false) if the value does not have characters that need escaping.
codetype - the String | null.HtmlAttributes instance.public HtmlAttributes charoff(String charoff)
offset for alignment char
The value of charoff will be XML escaped. Use add("charoff",value,false) if the value does not have characters that need escaping.
charoff - the String | null.HtmlAttributes instance.public HtmlAttributes onKeydown(String onkeydown)
a key was pressed down
The value of onkeydown will be XML escaped. Use add("onkeydown",value,false) if the value does not have characters that need escaping.
onkeydown - the String | null.HtmlAttributes instance.public HtmlAttributes onKeypress(String onkeypress)
a key was pressed and released
The value of onkeypress will be XML escaped. Use add("onkeypress",value,false) if the value does not have characters that need escaping.
onkeypress - the String | null.HtmlAttributes instance.public HtmlAttributes onSubmit(String onsubmit)
the form was submitted
The value of onsubmit will be XML escaped. Use add("onsubmit",value,false) if the value does not have characters that need escaping.
onsubmit - the String | null.HtmlAttributes instance.public HtmlAttributes alink(String alink)
color of selected links
The value of alink will be XML escaped. Use add("alink",value,false) if the value does not have characters that need escaping.
alink - the String | null.HtmlAttributes instance.public HtmlAttributes background(String background)
texture tile for document background
The value of background will be XML escaped. Use add("background",value,false) if the value does not have characters that need escaping.
background - the String | null.HtmlAttributes instance.public HtmlAttributes method(String method)
HTTP method used to submit the form
The value of method will be XML escaped. Use add("method",value,false) if the value does not have characters that need escaping.
method - the String | null.HtmlAttributes instance.public HtmlAttributes archive(String archive)
comma separated archive list
The value of archive will be XML escaped. Use add("archive",value,false) if the value does not have characters that need escaping.
archive - the String | null.HtmlAttributes instance.public HtmlAttributes prompt(String prompt)
prompt message
The value of prompt will be XML escaped. Use add("prompt",value,false) if the value does not have characters that need escaping.
prompt - the String | null.HtmlAttributes instance.public HtmlAttributes rel(String rel)
forward link types
The value of rel will be XML escaped. Use add("rel",value,false) if the value does not have characters that need escaping.
rel - the String | null.HtmlAttributes instance.public HtmlAttributes checked(String checked)
for radio buttons and check boxes
The value of checked will be XML escaped. Use add("checked",value,false) if the value does not have characters that need escaping.
checked - the String | null.HtmlAttributes instance.public HtmlAttributes required(String required)
for input elements
required - the String | null.HtmlAttributes instance.public HtmlAttributes autofocus(String autofocus)
for input elements
autofocus - the String | null.HtmlAttributes instance.public HtmlAttributes readonly(String readonly)
for text and passwd
The value of readonly will be XML escaped. Use add("readonly",value,false) if the value does not have characters that need escaping.
readonly - the String | null.HtmlAttributes instance.public HtmlAttributes headers(String headers)
list of id's for header cells
The value of headers will be XML escaped. Use add("headers",value,false) if the value does not have characters that need escaping.
headers - the String | null.HtmlAttributes instance.public HtmlAttributes cols(String cols)
The value of cols will be XML escaped. Use add("cols",value,false) if the value does not have characters that need escaping.
cols - the String | null.HtmlAttributes instance.public HtmlAttributes cols(Integer cols)
cols - the Integer | null.HtmlAttributes instance.public HtmlAttributes char_(String char_)
alignment char, e.g. char=':'
The value of char will be XML escaped. Use add("char",value,false) if the value does not have characters that need escaping.
char - the String | null.HtmlAttributes instance.public HtmlAttributes cellpadding(String cellpadding)
spacing within cells
The value of cellpadding will be XML escaped. Use add("cellpadding",value,false) if the value does not have characters that need escaping.
cellpadding - the String | null.HtmlAttributes instance.public HtmlAttributes type(String type)
for use as form button
The value of type will be XML escaped. Use add("type",value,false) if the value does not have characters that need escaping.
type - the String | null.HtmlAttributes instance.public HtmlAttributes cellspacing(String cellspacing)
spacing between cells
The value of cellspacing will be XML escaped. Use add("cellspacing",value,false) if the value does not have characters that need escaping.
cellspacing - the String | null.HtmlAttributes instance.public HtmlAttributes hreflang(String hreflang)
language code
The value of hreflang will be XML escaped. Use add("hreflang",value,false) if the value does not have characters that need escaping.
hreflang - the String | null.HtmlAttributes instance.public HtmlAttributes frameborder(String frameborder)
request frame borders?
The value of frameborder will be XML escaped. Use add("frameborder",value,false) if the value does not have characters that need escaping.
frameborder - the String | null.HtmlAttributes instance.public HtmlAttributes compact(String compact)
reduced interitem spacing
The value of compact will be XML escaped. Use add("compact",value,false) if the value does not have characters that need escaping.
compact - the String | null.HtmlAttributes instance.public HtmlAttributes height(String height)
height for cell
The value of height will be XML escaped. Use add("height",value,false) if the value does not have characters that need escaping.
height - the String | null.HtmlAttributes instance.public HtmlAttributes height(Integer height)
height for cell
height - the Integer | null.HtmlAttributes instance.public HtmlAttributes maxlength(String maxlength)
max chars for text fields
The value of maxlength will be XML escaped. Use add("maxlength",value,false) if the value does not have characters that need escaping.
maxlength - the String | null.HtmlAttributes instance.public HtmlAttributes maxlength(int maxlength)
maxlength - the Integer | null.HtmlAttributes instance.public HtmlAttributes onBlur(String onblur)
the element lost the focus
The value of onblur will be XML escaped. Use add("onblur",value,false) if the value does not have characters that need escaping.
onblur - the String | null.HtmlAttributes instance.public HtmlAttributes value(String value)
reset sequence number
The value of value will be XML escaped. Use add("value",value,false) if the value does not have characters that need escaping.
value - the String | null.HtmlAttributes instance.public HtmlAttributes action(String action)
server-side form handler
The value of action will be XML escaped. Use add("action",value,false) if the value does not have characters that need escaping.
action - the String | null.HtmlAttributes instance.public HtmlAttributes text(String text)
document text color
The value of text will be XML escaped. Use add("text",value,false) if the value does not have characters that need escaping.
text - the String | null.HtmlAttributes instance.public HtmlAttributes colspan(String colspan)
number of cols spanned by cell
The value of colspan will be XML escaped. Use add("colspan",value,false) if the value does not have characters that need escaping.
colspan - the String | null.HtmlAttributes instance.public HtmlAttributes onMouseout(String onmouseout)
a pointer was moved away
The value of onmouseout will be XML escaped. Use add("onmouseout",value,false) if the value does not have characters that need escaping.
onmouseout - the String | null.HtmlAttributes instance.public HtmlAttributes width(String width)
The value of width will be XML escaped. Use add("width",value,false) if the value does not have characters that need escaping.
width - the String | null.HtmlAttributes instance.public HtmlAttributes width(Integer width)
width - the Integer | null.HtmlAttributes instance.public HtmlAttributes align(String align)
The value of align will be XML escaped. Use add("align",value,false) if the value does not have characters that need escaping.
align - the String | null.HtmlAttributes instance.public HtmlAttributes abbr(String abbr)
abbreviation for header cell
The value of abbr will be XML escaped. Use add("abbr",value,false) if the value does not have characters that need escaping.
abbr - the String | null.HtmlAttributes instance.public HtmlAttributes class_(String class_)
space separated list of classes
The value of class will be XML escaped. Use add("class",value,false) if the value does not have characters that need escaping.
class - the String | null.HtmlAttributes instance.public HtmlAttributes onKeyup(String onkeyup)
a key was released
The value of onkeyup will be XML escaped. Use add("onkeyup",value,false) if the value does not have characters that need escaping.
onkeyup - the String | null.HtmlAttributes instance.public HtmlAttributes label(String label)
for use in hierarchical menus
The value of label will be XML escaped. Use add("label",value,false) if the value does not have characters that need escaping.
label - the String | null.HtmlAttributes instance.public HtmlAttributes onFocus(String onfocus)
the element got the focus
The value of onfocus will be XML escaped. Use add("onfocus",value,false) if the value does not have characters that need escaping.
onfocus - the String | null.HtmlAttributes instance.public HtmlAttributes shape(String shape)
for use with client-side image maps
The value of shape will be XML escaped. Use add("shape",value,false) if the value does not have characters that need escaping.
shape - the String | null.HtmlAttributes instance.public HtmlAttributes code(String code)
applet class file
The value of code will be XML escaped. Use add("code",value,false) if the value does not have characters that need escaping.
code - the String | null.HtmlAttributes instance.public HtmlAttributes rowspan(String rowspan)
number of rows spanned by cell
The value of rowspan will be XML escaped. Use add("rowspan",value,false) if the value does not have characters that need escaping.
rowspan - the String | null.HtmlAttributes instance.public HtmlAttributes noresize(String noresize)
allow users to resize frames?
The value of noresize will be XML escaped. Use add("noresize",value,false) if the value does not have characters that need escaping.
noresize - the String | null.HtmlAttributes instance.public HtmlAttributes size(String size)
rows visible
The value of size will be XML escaped. Use add("size",value,false) if the value does not have characters that need escaping.
size - the String | null.HtmlAttributes instance.public HtmlAttributes size(Integer size)
size - the Integer | null.HtmlAttributes instance.public HtmlAttributes onReset(String onreset)
the form was reset
The value of onreset will be XML escaped. Use add("onreset",value,false) if the value does not have characters that need escaping.
onreset - the String | null.HtmlAttributes instance.public HtmlAttributes rows(String rows)
The value of rows will be XML escaped. Use add("rows",value,false) if the value does not have characters that need escaping.
rows - the String | null.HtmlAttributes instance.public HtmlAttributes rows(Integer rows)
rows - the Integer | null.HtmlAttributes instance.public HtmlAttributes frame(String frame)
which parts of frame to render
The value of frame will be XML escaped. Use add("frame",value,false) if the value does not have characters that need escaping.
frame - the String | null.HtmlAttributes instance.public HtmlAttributes onSelect(String onselect)
some text was selected
The value of onselect will be XML escaped. Use add("onselect",value,false) if the value does not have characters that need escaping.
onselect - the String | null.HtmlAttributes instance.public HtmlAttributes scrolling(String scrolling)
scrollbar or none
The value of scrolling will be XML escaped. Use add("scrolling",value,false) if the value does not have characters that need escaping.
scrolling - the String | null.HtmlAttributes instance.public HtmlAttributes media(String media)
for rendering on these media
The value of media will be XML escaped. Use add("media",value,false) if the value does not have characters that need escaping.
media - the String | null.HtmlAttributes instance.public HtmlAttributes span(String span)
default number of columns in group
The value of span will be XML escaped. Use add("span",value,false) if the value does not have characters that need escaping.
span - the String | null.HtmlAttributes instance.public HtmlAttributes scope(String scope)
scope covered by header cells
The value of scope will be XML escaped. Use add("scope",value,false) if the value does not have characters that need escaping.
scope - the String | null.HtmlAttributes instance.public HtmlAttributes usemap(String usemap)
use client-side image map
The value of usemap will be XML escaped. Use add("usemap",value,false) if the value does not have characters that need escaping.
usemap - the String | null.HtmlAttributes instance.public HtmlAttributes object(String object)
serialized applet file
The value of object will be XML escaped. Use add("object",value,false) if the value does not have characters that need escaping.
object - the String | null.HtmlAttributes instance.public HtmlAttributes lang(String lang)
language code
The value of lang will be XML escaped. Use add("lang",value,false) if the value does not have characters that need escaping.
lang - the String | null.HtmlAttributes instance.public HtmlAttributes id(String id)
document-wide unique id
The value of id will be XML escaped. Use add("id",value,false) if the value does not have characters that need escaping.
id - the String | null.HtmlAttributes instance.public HtmlAttributes selected(String selected)
The value of selected will be XML escaped. Use add("selected",value,false) if the value does not have characters that need escaping.
selected - the String | null.HtmlAttributes instance.public HtmlAttributes ismap(String ismap)
use server-side image map
The value of ismap will be XML escaped. Use add("ismap",value,false) if the value does not have characters that need escaping.
ismap - the String | null.HtmlAttributes instance.public HtmlAttributes style(String style)
associated style info
The value of style will be XML escaped. Use add("style",value,false) if the value does not have characters that need escaping.
style - the String | null.HtmlAttributes instance.public HtmlAttributes dir(String dir)
directionality
The value of dir will be XML escaped. Use add("dir",value,false) if the value does not have characters that need escaping.
dir - the String | null.HtmlAttributes instance.public HtmlAttributes alt(String alt)
short description
The value of alt will be XML escaped. Use add("alt",value,false) if the value does not have characters that need escaping.
alt - the String | null.HtmlAttributes instance.public HtmlAttributes name(String name)
metainformation name
The value of name will be XML escaped. Use add("name",value,false) if the value does not have characters that need escaping.
name - the String | null.HtmlAttributes instance.public HtmlAttributes onMouseup(String onmouseup)
a pointer button was released
The value of onmouseup will be XML escaped. Use add("onmouseup",value,false) if the value does not have characters that need escaping.
onmouseup - the String | null.HtmlAttributes instance.public HtmlAttributes nowrap(String nowrap)
suppress word wrap
The value of nowrap will be XML escaped. Use add("nowrap",value,false) if the value does not have characters that need escaping.
nowrap - the String | null.HtmlAttributes instance.public HtmlAttributes multiple(String multiple)
default is single selection
The value of multiple will be XML escaped. Use add("multiple",value,false) if the value does not have characters that need escaping.
multiple - the String | null.HtmlAttributes instance.public HtmlAttributes classid(String classid)
identifies an implementation
The value of classid will be XML escaped. Use add("classid",value,false) if the value does not have characters that need escaping.
classid - the String | null.HtmlAttributes instance.public HtmlAttributes profile(String profile)
named dictionary of meta info
The value of profile will be XML escaped. Use add("profile",value,false) if the value does not have characters that need escaping.
profile - the String | null.HtmlAttributes instance.public HtmlAttributes axis(String axis)
names groups of related headers
The value of axis will be XML escaped. Use add("axis",value,false) if the value does not have characters that need escaping.
axis - the String | null.HtmlAttributes instance.public HtmlAttributes onMousemove(String onmousemove)
a pointer was moved within
The value of onmousemove will be XML escaped. Use add("onmousemove",value,false) if the value does not have characters that need escaping.
onmousemove - the String | null.HtmlAttributes instance.public HtmlAttributes tabindex(String tabindex)
position in tabbing order
The value of tabindex will be XML escaped. Use add("tabindex",value,false) if the value does not have characters that need escaping.
tabindex - the String | null.HtmlAttributes instance.public HtmlAttributes onChange(String onchange)
the element value was changed
The value of onchange will be XML escaped. Use add("onchange",value,false) if the value does not have characters that need escaping.
onchange - the String | null.HtmlAttributes instance.public HtmlAttributes rules(String rules)
rulings between rows and cols
The value of rules will be XML escaped. Use add("rules",value,false) if the value does not have characters that need escaping.
rules - the String | null.HtmlAttributes instance.public HtmlAttributes onMouseover(String onmouseover)
a pointer was moved onto
The value of onmouseover will be XML escaped. Use add("onmouseover",value,false) if the value does not have characters that need escaping.
onmouseover - the String | null.HtmlAttributes instance.public HtmlAttributes coords(String coords)
for use with client-side image maps
The value of coords will be XML escaped. Use add("coords",value,false) if the value does not have characters that need escaping.
coords - the String | null.HtmlAttributes instance.public HtmlAttributes color(String color)
text color
The value of color will be XML escaped. Use add("color",value,false) if the value does not have characters that need escaping.
color - the String | null.HtmlAttributes instance.public HtmlAttributes onLoad(String onload)
the document has been loaded
The value of onload will be XML escaped. Use add("onload",value,false) if the value does not have characters that need escaping.
onload - the String | null.HtmlAttributes instance.public HtmlAttributes target(String target)
render in this frame
The value of target will be XML escaped. Use add("target",value,false) if the value does not have characters that need escaping.
target - the String | null.HtmlAttributes instance.public HtmlAttributes onClick(String onclick)
a pointer button was clicked
The value of onclick will be XML escaped. Use add("onclick",value,false) if the value does not have characters that need escaping.
onclick - the String | null.HtmlAttributes instance.public HtmlAttributes valign(String valign)
vertical alignment in cells
The value of valign will be XML escaped. Use add("valign",value,false) if the value does not have characters that need escaping.
valign - the String | null.HtmlAttributes instance.public HtmlAttributes disabled(String disabled)
unavailable in this context
The value of disabled will be XML escaped. Use add("disabled",value,false) if the value does not have characters that need escaping.
disabled - the String | null.HtmlAttributes instance.public HtmlAttributes codebase(String codebase)
optional base URI for applet
The value of codebase will be XML escaped. Use add("codebase",value,false) if the value does not have characters that need escaping.
codebase - the String | null.HtmlAttributes instance.public HtmlAttributes onContextmenu(String script)
Script to be run when a context menu is triggered
The value of oncontextmenu will be XML escaped. Use add("oncontextmenu",value,false) if the value does not have characters that need escaping.
oncontextmenu - the String | null.HtmlAttributes instance.public HtmlAttributes onFormchange(String script)
Script to be run when a form changes
The value of onformchange will be XML escaped. Use add("onformchange",value,false) if the value does not have characters that need escaping.
onformchange - the String | null.HtmlAttributes instance.public HtmlAttributes onForminput(String script)
Script to be run when a form gets user input
The value of onforminput will be XML escaped. Use add("onforminput",value,false) if the value does not have characters that need escaping.
onforminput - the String | null.HtmlAttributes instance.public HtmlAttributes onInput(String script)
Script to be run when an element gets user input
The value of oninput will be XML escaped. Use add("oninput",value,false) if the value does not have characters that need escaping.
oninput - the String | null.HtmlAttributes instance.public HtmlAttributes onInvalid(String script)
Script to be run when an element is invalid
The value of oninvalid will be XML escaped. Use add("oninvalid",value,false) if the value does not have characters that need escaping.
oninvalid - the String | null.HtmlAttributes instance.public HtmlAttributes onCanplay(String script)
Script to be run when media can start play, but might has to stop for buffering
The value of oncanplay will be XML escaped. Use add("oncanplay",value,false) if the value does not have characters that need escaping.
oncanplay - the String | null.HtmlAttributes instance.public HtmlAttributes onCanplaythrough(String script)
Script to be run when media can be played to the end, without stopping for buffering
The value of oncanplaythrough will be XML escaped. Use add("oncanplaythrough",value,false) if the value does not have characters that need escaping.
oncanplaythrough - the String | null.HtmlAttributes instance.public HtmlAttributes onDurationchange(String script)
Script to be run when the length of the media is changed
The value of ondurationchange will be XML escaped. Use add("ondurationchange",value,false) if the value does not have characters that need escaping.
ondurationchange - the String | null.HtmlAttributes instance.public HtmlAttributes onEmptied(String script)
Script to be run when a media resource element suddenly becomes empty (network errors, errors on load etc.)
The value of onemptied will be XML escaped. Use add("onemptied",value,false) if the value does not have characters that need escaping.
onemptied - the String | null.HtmlAttributes instance.public HtmlAttributes onEnded(String script)
Script to be run when media has reach the end
The value of onended will be XML escaped. Use add("onended",value,false) if the value does not have characters that need escaping.
onended - the String | null.HtmlAttributes instance.public HtmlAttributes onLoadeddata(String script)
Script to be run when media data is loaded
The value of onloadeddata will be XML escaped. Use add("onloadeddata",value,false) if the value does not have characters that need escaping.
onloadeddata - the String | null.HtmlAttributes instance.public HtmlAttributes onLoadedmetadata(String script)
Script to be run when the duration and other media data of a media element is loaded
The value of onloadedmetadata will be XML escaped. Use add("onloadedmetadata",value,false) if the value does not have characters that need escaping.
onloadedmetadata - the String | null.HtmlAttributes instance.public HtmlAttributes onLoadstart(String script)
Script to be run when the browser starts to load the media data
The value of onloadstart will be XML escaped. Use add("onloadstart",value,false) if the value does not have characters that need escaping.
onloadstart - the String | null.HtmlAttributes instance.public HtmlAttributes onPause(String script)
Script to be run when media data is paused
The value of onpause will be XML escaped. Use add("onpause",value,false) if the value does not have characters that need escaping.
onpause - the String | null.HtmlAttributes instance.public HtmlAttributes onPlay(String script)
Script to be run when media data is going to start playing
The value of onplay will be XML escaped. Use add("onplay",value,false) if the value does not have characters that need escaping.
onplay - the String | null.HtmlAttributes instance.public HtmlAttributes onPlaying(String script)
Script to be run when media data has start playing
The value of onplaying will be XML escaped. Use add("onplaying",value,false) if the value does not have characters that need escaping.
onplaying - the String | null.HtmlAttributes instance.public HtmlAttributes onProgress(String script)
Script to be run when the browser is fetching the media data
The value of onprogress will be XML escaped. Use add("onprogress",value,false) if the value does not have characters that need escaping.
onprogress - the String | null.HtmlAttributes instance.public HtmlAttributes onRatechange(String script)
Script to be run when the media data's playing rate has changed
The value of onratechange will be XML escaped. Use add("onratechange",value,false) if the value does not have characters that need escaping.
onratechange - the String | null.HtmlAttributes instance.public HtmlAttributes onReadystatechange(String script)
Script to be run when the ready-state changes
The value of onreadystatechange will be XML escaped. Use add("onreadystatechange",value,false) if the value does not have characters that need escaping.
onreadystatechange - the String | null.HtmlAttributes instance.public HtmlAttributes onSeeked(String script)
Script to be run when a media element's seeking attribute is no longer true, and the seeking has ended
The value of onseeked will be XML escaped. Use add("onseeked",value,false) if the value does not have characters that need escaping.
onseeked - the String | null.HtmlAttributes instance.public HtmlAttributes onSeeking(String script)
Script to be run when a media element's seeking attribute is true, and the seeking has begun
The value of onseeking will be XML escaped. Use add("onseeking",value,false) if the value does not have characters that need escaping.
onseeking - the String | null.HtmlAttributes instance.public HtmlAttributes onStalled(String script)
Script to be run when there is an error in fetching media data (stalled)
The value of onstalled will be XML escaped. Use add("onstalled",value,false) if the value does not have characters that need escaping.
onstalled - the String | null.HtmlAttributes instance.public HtmlAttributes onSuspend(String script)
Script to be run when the browser has been fetching media data, but stopped before the entire media file was fetched
The value of onsuspend will be XML escaped. Use add("onsuspend",value,false) if the value does not have characters that need escaping.
onsuspend - the String | null.HtmlAttributes instance.public HtmlAttributes onTimeupdate(String script)
Script to be run when media changes its playing position
The value of ontimeupdate will be XML escaped. Use add("ontimeupdate",value,false) if the value does not have characters that need escaping.
ontimeupdate - the String | null.HtmlAttributes instance.public HtmlAttributes onVolumechange(String script)
Script to be run when media changes the volume, also when volume is set to "mute"
The value of onvolumechange will be XML escaped. Use add("onvolumechange",value,false) if the value does not have characters that need escaping.
onvolumechange - the String | null.HtmlAttributes instance.public HtmlAttributes onWaiting(String script)
Script to be run when media has stopped playing, but is expected to resume
The value of onwaiting will be XML escaped. Use add("onwaiting",value,false) if the value does not have characters that need escaping.
onwaiting - the String | null.HtmlAttributes instance.public HtmlAttributes onDrag(String script)
Script to be run when an element is dragged
The value of ondrag will be XML escaped. Use add("ondrag",value,false) if the value does not have characters that need escaping.
ondrag - the String | null.HtmlAttributes instance.public HtmlAttributes onDragend(String script)
Script to be run at the end of a drag operation
The value of ondragend will be XML escaped. Use add("ondragend",value,false) if the value does not have characters that need escaping.
ondragend - the String | null.HtmlAttributes instance.public HtmlAttributes onDragenter(String script)
Script to be run when an element has been dragged to a valid drop target
The value of ondragenter will be XML escaped. Use add("ondragenter",value,false) if the value does not have characters that need escaping.
ondragenter - the String | null.HtmlAttributes instance.public HtmlAttributes onDragleave(String script)
Script to be run when an element leaves a valid drop target
The value of ondragleave will be XML escaped. Use add("ondragleave",value,false) if the value does not have characters that need escaping.
ondragleave - the String | null.HtmlAttributes instance.public HtmlAttributes onDragover(String script)
Script to be run when an element is being dragged over a valid drop target
The value of ondragover will be XML escaped. Use add("ondragover",value,false) if the value does not have characters that need escaping.
ondragover - the String | null.HtmlAttributes instance.public HtmlAttributes onDragstart(String script)
Script to be run at the start of a drag operation
The value of ondragstart will be XML escaped. Use add("ondragstart",value,false) if the value does not have characters that need escaping.
ondragstart - the String | null.HtmlAttributes instance.public HtmlAttributes onDrop(String script)
Script to be run when dragged element is being dropped
The value of ondrop will be XML escaped. Use add("ondrop",value,false) if the value does not have characters that need escaping.
ondrop - the String | null.HtmlAttributes instance.public HtmlAttributes onMousewheel(String script)
Script to be run when the mouse wheel is being rotated
The value of onmousewheel will be XML escaped. Use add("onmousewheel",value,false) if the value does not have characters that need escaping.
onmousewheel - the String | null.HtmlAttributes instance.public HtmlAttributes onScroll(String script)
Script to be run when an element's scrollbar is being scrolled
The value of onscroll will be XML escaped. Use add("onscroll",value,false) if the value does not have characters that need escaping.
onscroll - the String | null.HtmlAttributes instance.public HtmlAttributes contenteditable(String truefalse)
Specifies if the user is allowed to edit the content or not
The value of contenteditable will be XML escaped. Use add("contenteditable",value,false) if the value does not have characters that need escaping.
contenteditable - the String | null.HtmlAttributes instance.public HtmlAttributes contextmenu(String menu_id)
Specifies the context menu for an element
The value of contextmenu will be XML escaped. Use add("contextmenu",value,false) if the value does not have characters that need escaping.
contextmenu - the String | null.HtmlAttributes instance.public HtmlAttributes draggable(String truefalseauto)
Specifies whether or not a user is allowed to drag an element
The value of draggable will be XML escaped. Use add("draggable",value,false) if the value does not have characters that need escaping.
draggable - the String | null.HtmlAttributes instance.public HtmlAttributes dropzone(String copymovelink)
Specifies what happens when dragged items/data is dropped in the element
The value of dropzone will be XML escaped. Use add("dropzone",value,false) if the value does not have characters that need escaping.
dropzone - the String | null.HtmlAttributes instance.public HtmlAttributes hidden(String hidden)
Specifies that the element is not relevant. Hidden elements are not displayed
The value of hidden will be XML escaped. Use add("hidden",value,false) if the value does not have characters that need escaping.
hidden - the String | null.HtmlAttributes instance.public HtmlAttributes spellcheck(String truefalse)
Specifies if the element must have its spelling and grammar checked
The value of spellcheck will be XML escaped. Use add("spellcheck",value,false) if the value does not have characters that need escaping.
spellcheck - the String | null.HtmlAttributes instance.public HtmlAttributes onAfterprint(String script)
Script to be run after the document is printed
The value of onafterprint will be XML escaped. Use add("onafterprint",value,false) if the value does not have characters that need escaping.
onafterprint - the String | null.HtmlAttributes instance.public HtmlAttributes onBeforeprint(String script)
Script to be run before the document is printed
The value of onbeforeprint will be XML escaped. Use add("onbeforeprint",value,false) if the value does not have characters that need escaping.
onbeforeprint - the String | null.HtmlAttributes instance.public HtmlAttributes onBeforeonload(String script)
Script to be run before the document loads
The value of onbeforeonload will be XML escaped. Use add("onbeforeonload",value,false) if the value does not have characters that need escaping.
onbeforeonload - the String | null.HtmlAttributes instance.public HtmlAttributes onError(String script)
Script to be run when an error occur
The value of onerror will be XML escaped. Use add("onerror",value,false) if the value does not have characters that need escaping.
onerror - the String | null.HtmlAttributes instance.public HtmlAttributes onHaschange(String script)
Script to be run when the document has change
The value of onhaschange will be XML escaped. Use add("onhaschange",value,false) if the value does not have characters that need escaping.
onhaschange - the String | null.HtmlAttributes instance.public HtmlAttributes onMessage(String script)
Script to be run when the message is triggered
The value of onmessage will be XML escaped. Use add("onmessage",value,false) if the value does not have characters that need escaping.
onmessage - the String | null.HtmlAttributes instance.public HtmlAttributes onOffline(String script)
Script to be run when the document goes offline
The value of onoffline will be XML escaped. Use add("onoffline",value,false) if the value does not have characters that need escaping.
onoffline - the String | null.HtmlAttributes instance.public HtmlAttributes onOnline(String script)
Script to be run when the document comes online
The value of ononline will be XML escaped. Use add("ononline",value,false) if the value does not have characters that need escaping.
ononline - the String | null.HtmlAttributes instance.public HtmlAttributes onPagehide(String script)
Script to be run when the window is hidden
The value of onpagehide will be XML escaped. Use add("onpagehide",value,false) if the value does not have characters that need escaping.
onpagehide - the String | null.HtmlAttributes instance.public HtmlAttributes onPageshow(String script)
Script to be run when the window becomes visible
The value of onpageshow will be XML escaped. Use add("onpageshow",value,false) if the value does not have characters that need escaping.
onpageshow - the String | null.HtmlAttributes instance.public HtmlAttributes onPopstate(String script)
Script to be run when the window's history changes
The value of onpopstate will be XML escaped. Use add("onpopstate",value,false) if the value does not have characters that need escaping.
onpopstate - the String | null.HtmlAttributes instance.public HtmlAttributes onRedo(String script)
Script to be run when the document performs a redo
The value of onredo will be XML escaped. Use add("onredo",value,false) if the value does not have characters that need escaping.
onredo - the String | null.HtmlAttributes instance.public HtmlAttributes onResize(String script)
Script to be run when the window is resized
The value of onresize will be XML escaped. Use add("onresize",value,false) if the value does not have characters that need escaping.
onresize - the String | null.HtmlAttributes instance.public HtmlAttributes onStorage(String script)
Script to be run when a document loads
The value of onstorage will be XML escaped. Use add("onstorage",value,false) if the value does not have characters that need escaping.
onstorage - the String | null.HtmlAttributes instance.public HtmlAttributes onUndo(String script)
Script to be run when a document performs an undo
The value of onundo will be XML escaped. Use add("onundo",value,false) if the value does not have characters that need escaping.
onundo - the String | null.HtmlAttributes instance.public HtmlAttributes dataTheme(String dataTheme)
public HtmlAttributes dataPosition(String dataPosition)
public HtmlAttributes dataNoBackButton(boolean noBackButton)
public HtmlAttributes dataTransition(String transition)
public HtmlAttributes dataRel(String rel)
public HtmlAttributes dataIcon(String icon)
public HtmlAttributes dataIconPos(String pos)
public HtmlAttributes role(String role)
public HtmlAttributes dataInset(boolean inset)
public HtmlAttributes dataInline(boolean inline)
public HtmlAttributes dataRole(String role)
public HtmlAttributes dataCollapsed(boolean collapsed)
public HtmlAttributes dataType(String type)
public HtmlAttributes dataDirection(String direction)
public HtmlAttributes dataScroll(String xy)
public HtmlAttributes dataInline(String inline)
public HtmlAttributes dataMini(boolean isMini)
public HtmlAttributes dataContentTheme(String dataContentTheme)
public HtmlAttributes dataAjax(boolean enabled)
public HtmlAttributes selected_if(boolean condition)
condition - public HtmlAttributes checked_if(boolean condition)
condition - public HtmlAttributes disabled_if(boolean condition)
condition - public HtmlAttributes autofocus_if(boolean condition)
condition - public HtmlAttributes required_if(boolean condition)
condition - Copyright © 2010–2018. All rights reserved.