dWebSpec Dictionary
CONTEXT: descriptors->element->passthrough-attributes




All Details Standard Only Platform Only
Structured Web info and helpTechnologies
 Home Page
 Product Page
 Download Page
 Feedback
Javascript Tree Menu

Results for:

 element.passthrough-attributes 
Prev  Topic  Next

One must keep in mind the fact that the source content starts as pure HTML/x HTML file and the elements therein would be converted as necessary, to the elements of the dynamic platform. The sole purpose of the elements of the active platform being, the rendering of the final HTML/x HTML at runtime after including the data content as well as the dynamic presentation effects.

As such, the matter boils down to whether the source content presentation specification, have equivalent placeholders within the active elements, plus whether these attributes would be reproduced verbatim, in the final HTML/x HTML code. In other words, whether these attributes would pass through and emerge in the final form.

A table is presented here for the attributes of the native HTML elements that are accepted on the specific platform.

 JSF  

 Clear pass through

Attribute Description
accesskey A key, typically combined with a system-defined metakey, that gives focus to an element
accept Comma-separated list of content types for a form
accept-charset Comma- or space-separated list of character encodings for a form. The accept-charset attribute is specified with the JSF HTML attribute named acceptcharset.
alt Alternative text for nontextual elements such as images or applets
border Pixel value for an element?s border width
charset Character encoding for a linked resource
coords Coordinates for an element whose shape is a rectangle, circle, or polygon
dir Direction for text. Valid values are ltr (left to right) and rtl (right to left).
disabled Disabled state of an input element or button
hreflang Base language of a resource specified with the href attribute; hreflang may only be used with href.
lang Base language of an element?s attributes and text
maxlength Maximum number of characters for text fields
readonly Read-only state of an input field; text can be selected in a readonly field but not edited
rel Relationship between the current document and a link specified with the href attribute
rev Reverse link from the anchor specified with href to the current document. The value of the attribute is a space-separated list of link types.
rows Number of visible rows in a text area. h:dataTable has a rows attribute, but it?s not an HTML pass-through attribute.
shape Shape of a region. Valid values: default, rect, circle, poly. (default signifies the entire region)
size Size of an input field
style Inline style information
tabindex Numerical value specifying a tab index
target The name of a frame in which a document is opened
title A title, used for accessibility, that describes an element. Visual browsers typically create tooltips for the title?s value
type Type of a link; for example, "stylesheet"
width Width of an element

DHTML Event Attributes

Attribute Description
onblur Element loses focus
onchange Element?s value changes
onclick Mouse button is clicked over the element
ondblclick Mouse button is double-clicked over the element
onfocus Element receives focus
onkeydown Key is pressed
onkeypress Key is pressed and subsequently released
onkeyup Key is released
onmousedown Mouse button is pressed over the element
onmousemove Mouse moves over the element
onmouseout Mouse leaves the element?s area
onmouseover Mouse moves onto an element
onmouseup Mouse button is released
onreset Form is reset
onselect Text is selected in an input field
onsubmit Form is submitted

Pass through with naming collision

class

styleClass

Prev Next