dWebSpec Dictionary
CONTEXT: descriptors->element->type-cat-image




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

Results for:

 element.type-cat-image 
Prev  Topic  Next

image

This category covers the three ways images are produced in HTML.

  1. img element could be used to display image
  2. Input element of any button type (button, submit, reset) could be displayed as an image rather than the standard button rendering, by specifying a src attribute.
  3. Input element of type image would display an image with an x/y input.
 Struts 1.x  
imageButton html:image
img html:img
Prev Next