Settings

Settings

This tag is used to define a setting on the dashboard component.

Attributes

NameDescriptionValues
pageThe settings data entry page.Any
classnameThe dashboard component UI class name.Any
methodThe method name from which to load the settings form.Any

 

Example

 Setting
setting
<setting>
	<page>dashboards/subscriptionsPerLifeCycleStateSettings</page>
	<classname>ejb/CRMUISubscriptionDashboardComponent</classname>
	<method>loadSubscriptionsPerLifeCycleStateSettingsForm</method>
</setting>