o
Tag eventEditorDialog




Tag Information
Tag Classorg.openfaces.taglib.jsp.timetable.EventEditorDialogJspTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredBinding TypeELDefaultDescription
bindingfalsejavax.el.ValueExpression
(must evaluate to org.openfaces.component.timetable.EventEditorDialog)
onlynullA value-binding expression that associates the EventEditorDialog with a backing bean property.
cancelButtonClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
true"Delete"No Description
cancelButtonStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
true"Delete"No Description
cancelButtonTextfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
true"Cancel"No Description
captionClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name for the Window title.
captionStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for the Window title.
centeredfalsejavax.el.ValueExpression
(must evaluate to boolean)
truetrueA flag that indicates whether or not the dialog is centered on the screen when it is shown. If this attribute is set to false then the dialog is shown at a position defined by the left and top CSS attributes defined in the dialog's style.
contentClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name for the Window content area.
contentStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for the Window content area.
createEventCaptionfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
true"Create Event"No Description
deleteButtonClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
true"Delete"No Description
deleteButtonStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
true"Delete"No Description
deleteButtonTextfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
true"Delete"No Description
descriptionLabelfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
true"Description:"No Description
draggablefalsejavax.el.ValueExpression
(must evaluate to boolean)
truefalseA flag that indicates whether or not the user can move the window by dragging its title.
draggableByContentfalsejavax.el.ValueExpression
(must evaluate to boolean)
truetrueA flag that indicates whether the window can be dragged by its content area in addition to the usual dragging by window caption. This attribute is only applicable if draggable attribute is set to "true".
editEventCaptionfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
true"Edit Event"No Description
endLabelfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
true"End:"No Description
heightfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullThe height of the EventEditorDialog component. Can be specified in any units (px, mm, em, etc.).
labelClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
true"Delete"No Description
labelStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
true"Delete"No Description
leftfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullThe x coordinate of the component's upper-left corner relative to the upper-left corner of the document or an absolutely positioned immediate container of the EventEditorDialog component. Note that the "left" attribute should indicate the number of pixels, without the postfix "px".
minHeightfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullThe minimal height that the EventEditorDialog component can have when the user is resizing the window. This attribute is applicable when "resizable" attribute is set to "true". This attribute can be specified in any units (px, mm, em, etc.) except percent.
minWidthfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullThe minimal width that the EventEditorDialog component can have when the user is resizing the window. This attribute is applicable when "resizable" attribute is set to "true". This attribute can be specified in any units (px, mm, em, etc.) except percent.
modalLayerClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name for the visible part of the page which is not covered by a EventEditorDialog component.
modalLayerStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for the visible part of the page which is not covered by the EventEditorDialog component.
nameLabelfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
true"Name:"No Description
okButtonClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
true"Delete"No Description
okButtonStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
true"Delete"No Description
okButtonTextfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
true"OK"No Description
onclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed on the client when the user clicks the left mouse button over the EventEditorDialog.
oncontextmenufalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user presses right mouse button over the component (or performs the other context menu invocation action depending on the platform).
ondblclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed on the client when the user double-clicks the left mouse button over the EventEditorDialog.
onhidefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the EventEditorDialog component is hidden on the client side.
onkeydownfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user presses a key over the EventEditorDialog.
onkeypressfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed on the client when the user presses and releases a key over the EventEditorDialog.
onkeyupfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user releases a key over the EventEditorDialog.
onmousedownfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user clicks over the EventEditorDialog with either mouse button.
onmousemovefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user moves the mouse pointer over the EventEditorDialog.
onmouseoutfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user moves the mouse pointer away from the EventEditorDialog.
onmouseoverfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user moves the mouse pointer onto the EventEditorDialog.
onmouseupfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user releases the mouse button over the EventEditorDialog.
onshowfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the EventEditorDialog component is displayed on the client side.
resizablefalsejavax.el.ValueExpression
(must evaluate to boolean)
truetrueNo Description
resourceLabelfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
true"Resource:"No Description
rolloverClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name for the entire EventEditorDialog component in the rollover state.
rolloverStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for the entire EventEditorDialog component in the rollover state.
startLabelfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
true"Start:"No Description
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for the entire EventEditorDialog component.
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name for the entire EventEditorDialog component.
topfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullThe y coordinate of the component's upper-left corner relative to the upper-left corner of the document or an absolutely positioned immediate container of the EventEditorDialog component. Note that the "top" attribute should indicate the number of pixels, without the postfix "px".
widthfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullThe width of the EventEditorDialog component. Can be specified in any units (px, mm, em, etc.).

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.