| |||||||
FRAMES NO FRAMES |
Tag Information | |
Tag Class | teamdev.jsf.taglib.FoldingPanelJspTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes | |||||
Name | Required | Binding Type | EL | Default | Description |
binding | false | teamdev.jsf.component.foldingpanel.FoldingPanel | only | null | A value-binding expression that associates the FoldingPanel with a backing bean property. |
buttonHint | false | java.lang.String | true | null | Text for a tooltip that appears when the user places the mouse pointer over the toggle button. |
buttonPlacement | false | teamdev.jsf.component.foldingpanel.ButtonPlacement | true | "right" | The placement of the toggle button relative to the caption. Available values are: "left" "right" |
captionClass | false | java.lang.String | true | null | A CSS class name for the FoldingPanel's caption. |
captionStyle | false | java.lang.String | true | null | A style for the FoldingPanel's caption. |
collapsedImageUrl | false | java.lang.String | true | null | URL to the image file that is used to render the toggle button when the FoldingPanel component is expanded. |
collapsedPressedImageUrl | false | java.lang.String | true | null | URL to the image file that is used to render the toggle button in the pressed state, when the FoldingPanel component is expanded. |
collapsedRolloverImageUrl | false | java.lang.String | true | null | URL to the image file that is used to render the toggle button in the rollover state, when the FoldingPanel component is expanded. |
contentClass | false | java.lang.String | true | null | A CSS class name for the FoldingPanel's container. |
contentStyle | false | java.lang.String | true | null | A style for the FoldingPanel's container. |
expanded | false | boolean | true | true | A flag that indicates the state of the FoldingPanel component. The value "true" means that the FoldingPanel is expanded. |
expandedImageUrl | false | java.lang.String | true | null | URL to the image file that is used to render the toggle button when the FoldingPanel component is collapsed. |
expandedPressedImageUrl | false | java.lang.String | true | null | URL to the image file that is used to render the toggle button in the pressed state, when the FoldingPanel component is collapsed. |
expandedRolloverImageUrl | false | java.lang.String | true | null | URL to the image file that is used to render the toggle button in the rollover state, when the FoldingPanel component is collapsed. |
foldingDirection | false | teamdev.jsf.component.foldingpanel.FoldingDirection | true | "down" | The direction where the FoldingPanel is expanded. Available values are: "up" "down" "left" "right" |
id | false | java.lang.String | false | null | The component identifier. |
loadingMode | false | teamdev.jsf.component.util.LoadingMode | true | "ajax" | The way the child components in the FoldingPanel component are loaded. Available values are: "client" — the FoldingPanel component renders all content on first load regardless of the component's expanded state. "server" — the FoldingPanel component submits the page to re-render itself in the expanded state. "ajax" — the FoldingPanel component transparently retrieves the embedded content from the server. |
onblur | false | java.lang.String | true | null | JavaScript code that should be executed when the FoldingPanel loses focus. |
onclick | false | java.lang.String | true | null | JavaScript code that should be executed on the client when the user clicks the left mouse button over the FoldingPanel. |
ondblclick | false | java.lang.String | true | null | JavaScript code that should be executed on the client when the user double-clicks the left mouse button over the FoldingPanel. |
onfocus | false | java.lang.String | true | null | JavaScript code that should be executed when the FoldingPanel receives focus. |
onkeydown | false | java.lang.String | true | null | JavaScript code that should be executed when the user presses a key over the FoldingPanel. |
onkeypress | false | java.lang.String | true | null | JavaScript code that should be executed on the client when the user presses and releases a key over the FoldingPanel. |
onkeyup | false | java.lang.String | true | null | JavaScript code that should be executed when the user releases a key over the FoldingPanel. |
onmousedown | false | java.lang.String | true | null | JavaScript code that should be executed when the user clicks over the FoldingPanel with either mouse button. |
onmousemove | false | java.lang.String | true | null | JavaScript code that should be executed when the user moves the mouse pointer over the FoldingPanel. |
onmouseout | false | java.lang.String | true | null | JavaScript code that should be executed when the user moves the mouse pointer away from the FoldingPanel. |
onmouseover | false | java.lang.String | true | null | JavaScript code that should be executed when the user moves the mouse pointer onto the FoldingPanel. |
onmouseup | false | java.lang.String | true | null | JavaScript code that should be executed when the user releases a mouse button over the FoldingPanel. |
onstatechange | false | java.lang.String | true | null | JavaScript code that should be executed on the client when the FoldingPanel's state is changed, i.e. when it is collapsed or expanded by the user. |
rendered | false | boolean | true | true | A flag that indicates whether or not the component is visible. |
style | false | java.lang.String | true | null | A style for the entire FoldingPanel component. |
styleClass | false | java.lang.String | true | null | A CSS class name for the entire FoldingPanel component. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |