Versions Compared

Key

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

...

To use this feature with the shared-scope option, a gadget must require(or optional) the feature like so:

Code Block
xml
xml
  <Require feature="locked-domain">
    <Param name="participant">http://gadgets.another-example.com/SharedLockedDomainDemo1.xml</Param>
    <Param name="participant">http://gadgets.example.com/SharedLockedDomainDemo2.xml</Param>
  </Require>

...