sweetdev-ria-el
Tag newwindow


Description : Creates a window component. This window is the new


Tag Information
Tag Classcom.ideo.sweetdevria.taglib.el.ELNewWindowTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameWindow

Attributes
NameRequiredRequest-timeTypeDescription
renderedfalsetruebooleanVisible or not (default true) ?
modalfalsetruebooleanModal or not ? (false by default)
urlfalsetruejava.lang.StringDisplay an url into
maxHeightfalsetrueshortWindow's maximum height in pixel (800 by
maxWidthfalsetrueshortWindow's maximum width in pixel (800 by
minHeightfalsetrueshortWindow's minimal height in pixel (100 by
minWidthfalsetrueshortWindow's minimal width in pixel (100 by
xfalsetrueshortWindow's x position (0 by default)
yfalsetrueshortWindow's y position (0 by default)
titlefalsetruejava.lang.StringWindow's title. Accepts either EL, i18n key, HTML content or simple text.
heightfalsetrueshortWindow's height in pixel (400 by default)
widthfalsetrueshortWindow's width in pixel (400 by default)
messagefalsetruejava.lang.StringWindow's message (nothing by default). Accepts i18n key or simple text.
maximizefalsetruebooleanWindow can be maximized ? (true by default)
minimizefalsetruebooleanWindow can be minimised ? (true by default)
closeablefalsetruebooleanWindow can be closed ? (true by default)
openAtStartupfalsetruebooleanShould the window be opened on page load ?(true default). Note that setting openAtStartup to true will automatically set the loadAtStartup attribute to true.
loadAtStartupfalsetruebooleanShould the window content be loaded on page load if closed ?(false default). Note that setting openAtStartup to true will automatically set the loadAtStartup attribute to true.
resizablefalsetruebooleanShould the window be resizable ?(true default)
displayTitleBarfalsetruebooleanShould the title bar be displayed ?(true default). This attribute overrides all the icons attributes (like closeable, maximize...) regarding the fact that no bar will be displayed to contain this icons. Note that no default close, drag and drop, maximize and minimize feature are provided anymore by hiding the title bar.
asIframefalsetruebooleanShould the url be displayed in an iframe (self-contained) ?(true default). If false, the content will be loaded in an simple DIV, the same way a Zone url acts.
frameDisplayedfalsetruebooleanSpecify whether or not a frame should be displayed around the component. (true by default)
onLoadfalsetruejava.lang.StringSet the name of the javascript function to be called when a window is loaded.
stylefalsetruejava.lang.StringCss style. Accepts EL.
styleClassfalsetruejava.lang.StringCss class style. Accepts EL.
idfalsetruejava.lang.StringUnique Identifier. Accepts EL.
templateStartfalsetruejava.lang.StringSpecial velocity start template to replace default. Accepts EL.
templateEndfalsetruejava.lang.StringSpecial velocity end template to replace default. Accepts EL.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.