Settings
This tag is used to define a setting on the dashboard component.
Attributes
Name | Description | Values |
---|---|---|
page | The settings data entry page. | Any |
classname | The dashboard component UI class name. | Any |
method | The method name to load the settings form. | Any |
Example
fieldfunction
<setting> <page>dashboards/subscriptionsPerLifeCycleStateSettings</page> <classname>ejb/CRMUISubscriptionDashboardComponent</classname> <method>loadSubscriptionsPerLifeCycleStateSettingsForm</method> </setting>