Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
nameblue

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

Code Block
themeEclipse
languagexml
titlefieldfunction
<setting>
	<page>dashboards/subscriptionsPerLifeCycleStateSettings</page>
	<classname>ejb/CRMUISubscriptionDashboardComponent</classname>
	<method>loadSubscriptionsPerLifeCycleStateSettingsForm</method>
</setting>