Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

To use the plugin in your application, just call index.action in namespace config-browser. For example you could have the following link on your admin page (or just anywhere during your development).

Code Block
html
html
1Link For Configuration Browserhtml
<a href="<s:url action="index" namespace="config-browser" />">Launch the configuration browser</a>

...