subscription-panel

The entry tag to indicate the start of the page content for the subscription panel. This will automatically insert all of the necessary layout elements like banner menu, left menu, etc. Everything under this element is rendered within a single form of the content area of the web page.

Attributes

Child Elements

Any

Example

The following is the default Subscription panel included with the installation:

<subscription-panel>
  <text-widget id="name">
    <value><%= subscriptionBean.getWebName() %></value>
  </text-widget>
  <subscription-attributes group-label="Attributes" />
  <subscription-timeframe group-label="Timeframe" />
  <subscription-overrides group-label="Overrides" />
  <subscribed-recipients group-label="Recipients" />
</subscription-panel>

Custom XML Tags

Custom Subscription XML Tags

Custom Messaging XML Tags

Custom Subscription and Messaging Panels