| |||||||
| FRAMES NO FRAMES | |||||||
<dialog:contexthelp title="? First name"> First name of the user. </dialog:contexthelp>
| Tag Information | |
| Tag Class | org.opensubsystems.patterns.dialoglayout.www.ContextHelpTag |
| TagExtraInfo Class | None |
| Body Content | JSP |
| Display Name | None |
| Attributes | ||||
| Name | Required | Request-time | Type | Description |
| id | false | true | java.lang.String | Id of the context help to construct. This has to be the same id as is the id of the label and the control associated with this context help. The easiest way is to do not specify the id for individual elements of the dialog row and instead specify id of the dialog row or a column of a dialog row that contains these elements. |
| title | true | true | java.lang.String | Context help title. |
| direct | false | true | java.lang.String | Flag that specifies if the context help is written directly to the page at the location where the tag is placed in the page or if the custom tag can move it to a different place in the structure of the page. Default value is false (content can be moved to a different place in the structure of the page). |
| Variables | No Variables Defined. |
| |||||||
| FRAMES NO FRAMES | |||||||