META-INF.jawr-jsp2x.tld Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jawr-core Show documentation
Show all versions of jawr-core Show documentation
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!
if this input field should be disabled. ]]>
JSP jawr Library 3.9 Jawr http://jawr.net/tags/jsp_2x script net.jawr.web.taglib.JavascriptBundleTag tagdependent src true true type false true async false true defer false true useRandomParam false true style net.jawr.web.taglib.CSSBundleTag tagdependent src true true useRandomParam false true media false true alternate false true displayAlternate false true title false true Render the image URL used by Jawr to reference this image ]]> imagePath net.jawr.web.taglib.ImagePathTag empty The URL of the image. ]]> src true true Name of the var to set in the pageContext asociated to the image source. ]]> var false false The flag indicating if the base64 encoded image should be rendered. ]]> base64 false true Render an HTML img tag Renders an HTML
<img>
element with the image at the specified URL. ]]>img net.jawr.web.taglib.ImgHtmlTag empty 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
align 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. ]]> alt false true The flag indicating if the base64 encoded image should be rendered. ]]> base64 false true The width of the border surrounding the image. ]]> border false true The direction for weak/neutral text for this element. ]]> dir 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. ]]>height 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. ]]> hspace 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. ]]> name false true The name of the server-side map that this image belongs to. ]]> ismap false true The language code for this element. ]]> lang false true onclick false true ondblclick false true JavaScript event handler that is executed when this element receives a key down event. ]]> onkeydown false true JavaScript event handler that is executed when this element receives a key press event. ]]> onkeypress false true JavaScript event handler that is executed when this element receives a key up event. ]]> onkeyup false true onmousedown false true onmousemove false true onmouseout false true onmouseover false true onmouseup false true The URL to which this image will be transferred from. ]]> src false true CSS styles to be applied to this element. ]]> style false true styleClass false true styleId false true The advisory title for this element. ]]> title false true The name of the map as defined within this page for mapping hot-spot areas of this image. ]]> usemap false true The amount of vertical spacing between the icon and the text, above and below. ]]> vspace 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. ]]>width false true 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.image net.jawr.web.taglib.ImageInputTag tagdependent The alignment option for this image. ]]> align false true The alternate text for this image. ]]> alt false true The flag indicating if the base64 encoded image should be rendered. ]]> base64 false true The width (in pixels) of the border around this image. ]]> border false true The direction for weak/neutral text for this element. ]]>
- Since:
- Struts 1.3.6
dir false true true disabled false true boolean The language code for this element. ]]>
- Since:
- Struts 1.3.6
lang false true 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 The source URL of the image for this input tag. ]]> src false true style false true styleClass false true styleId false true tabindex false true The advisory title for this element. ]]> title false true The value that will be submitted if this image button is pressed. ]]> value false true img net.jawr.web.taglib.ImageTagUtils java.lang.String getImageUrl(java.lang.String , javax.servlet.jsp.PageContext )