Skip to end of banner
Go to start of banner

Settings

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

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 to load the settings form.Any

 

Example

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