All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.jawr-el.tld Maven / Gradle / Ivy

Go to download

Javascript/CSS bundling and compressing tool for java web apps. By using jawr resources are automatically bundled together and optionally minified and gzipped. Jawr provides tag libraries to reference a generated bundle either by id or by using the name of any of its members.

The newest version!





	3.5
	1.2
	Jawr
	http://jawr.net/tags-el
	JSP jawr Library

	
		script
		net.jawr.web.taglib.el.ELJavascriptBundleTag
		tagdependent
		
			src
			true
			true
		
		
			type
			false
			true
		
		
			async
			false
			true
		
		
			defer
			false
			true
		
		
			useRandomParam
			false
			true
		
	

	
		style
		net.jawr.web.taglib.el.ELCSSBundleTag
		tagdependent
		
			src
			true
			true
		
		
			useRandomParam
			false
			true
		
		
			media
			false
			true
		
		
			alternate
			false
			true
		
		
			displayAlternate
			false
			true
		
		
			title
			false
			true
		
	
	
        imagePath
        net.jawr.web.taglib.el.ELImagePathTag
        empty
        
            Render the image URL used by Jawr to reference this image

]]>
src true true The URL of the image.

]]>
base64 false true The flag indicating if the base64 encoded image should be rendered.

]]>
img net.jawr.web.taglib.el.ELImgHtmlTag empty Render an HTML img tag

Renders an HTML <img> element with the image at the specified URL. ]]> align false true Where the image is aligned to. Can be one of the following attributes:

  • left - left justify, wrapping text on right
  • right -right justify, wrapping test on left
  • top - aligns the image with the top of the text on the same row
  • middle - aligns the image's vertical center with the text base line
  • bottom - aligns the image with the bottom of the text's base line
  • texttop - aligns the image's top with that of the text font on the same line
  • absmiddle - aligns the image's vertical center with the absolute center of the text
  • absbottom - aligns the image with the absolute bottom of the text font on the same row
]]>
alt false true And alternative text to be displayed in browsers that don't support graphics. Also used often as type of context help over images.

]]>
base64 false true The flag indicating if the base64 encoded image should be rendered.

]]>
border false true The width of the border surrounding the image.

]]>
dir false true The direction for weak/neutral text for this element.

]]>
height false true The height of the image being displayed. This parameter is very nice to specify (along with width) to help the browser render the page faster.

]]>
hspace false true The amount of horizontal spacing between the icon and the text. The text may be in the same paragraph, or be wrapped around the image.

]]>
name false true The scriptable name to be defined within this page, so that you can reference it with intra-page scripts. In other words, the value specified here will render a "name" element in the generated image tag.

]]>
ismap false true The name of the server-side map that this image belongs to.

]]>
lang false true The language code for this element.

]]>
onclick false true ondblclick false true onkeydown false true JavaScript event handler that is executed when this element receives a key down event.

]]>
onkeypress false true JavaScript event handler that is executed when this element receives a key press event.

]]>
onkeyup false true JavaScript event handler that is executed when this element receives a key up event.

]]>
onmousedown false true onmousemove false true onmouseout false true onmouseover false true onmouseup false true src true true The URL to which this image will be transferred from.

]]>
style false true CSS styles to be applied to this element.

]]>
styleClass false true styleId false true title false true The advisory title for this element.

]]>
usemap false true The name of the map as defined within this page for mapping hot-spot areas of this image.

]]>
vspace false true The amount of vertical spacing between the icon and the text, above and below.

]]>
width false true The width of the image being displayed. This parameter is very nice to specify (along with height) to help the browser render the page faster.

]]>
image net.jawr.web.taglib.el.ELImageInputTag Render an input tag of type "image"

Renders an HTML <input> tag of type "image". The base URL for this image is will use the image cache of the Jawr image bundle.

If you would like to obtain the coordinates of the mouse click that submitted this request, see the information below on the property attribute.

]]>
align false true The alignment option for this image.

]]>
alt false true The alternate text for this image.

]]>
base64 false true The flag indicating if the base64 encoded image should be rendered.

]]>
border false true The width (in pixels) of the border around this image.

]]>
dir false true The direction for weak/neutral text for this element.

Since:
Struts 1.3.6
]]>
disabled false true boolean true
if this input field should be disabled. ]]> lang false true The language code for this element.

Since:
Struts 1.3.6
]]>
onblur false true onchange false true onclick false true ondblclick false true onfocus false true onkeydown false true onkeypress false true onkeyup false true onmousedown false true onmousemove false true onmouseout false true onmouseover false true onmouseup false true src true true The source URL of the image for this input tag.

]]>
style false true styleClass false true styleId false true tabindex false true title false true The advisory title for this element.

]]>
value false true The value that will be submitted if this image button is pressed.

]]>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy