initialize

Purpose

Container for the initialization arguments passed to the initialize method of the plugin class.

Note:

Markup plugins are not supported by Mobile Portal Accelerator.

Contained by

Contains

Example

<mcs-plugins>
  <markup-plugin name="YOUR-PLUGIN-NAME"
    class="your.class.Name"
    scope="application">
    <initialize>
      <argument name="NAME1" value="VALUE1"/>
      <argument name="NAME2" value="VALUE2"/>
    </initialize>
  </markup-plugin>
</mcs-plugins>

Related topics