...
...
...
...
...
...
...
...
...
...
...
...
...
Ui text box | ||
---|---|---|
| ||
This composite component is used to display the scheduling settings on the page. It is accessed through the <crm:schedulingSettings> tag |
...
and is defined in |
...
the xmlns |
...
namespace with the |
...
declaration xmlns:em="http://java.sun.com/jsf/composite/crm". |
...
Attributes
Name | Required | Type | Default | Description |
---|---|---|---|---|
managedBean | true | String | null | The name of the managed bean that will be used for retrieving the component values. |
process | false | String | The value of the refresh attribute | Component(s) to process in partial request. |
refresh | false | String | @form | Component(s) to update with ajax. |
useSaveButton | false | Boolean | true | Flag indicating that a save button should be displayed, or not. |
Examples
JSF Page
|
Managed Bean
...
The following example illustrates how ...