Versions Compared

Key

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

...

Code Block
languagexml
titleDetails area
linenumberstrue
<details>
        <view>list</view>
        <defaulttabid>Categories</defaulttabid>
        <tabs>
            <tab>
                <id>tabPaymentMethods</id>
                <disable>false</disable>
                <preload>true</preload>
                <components>
                    <component><id>cmpSelect</id></component>
                    ...
                </components>
            </tab>

            <tab>
                <id>tabCategories</id>
         
      <disable>false</disable>                 <preload>true</preload>
                <components>
                    <component><id>cmpSelect</id></component>
                    ...
  
             </components>
            </tab>

            <tab>
                <id>file:networkmanagement/allowedOrgUnits.xml</id>
                <disable>false</disable>
         
      <preload>false</preload>                 <components>
                    <component><id>cmpSelect</id></component>
                    ...
                </components>
            </tab>
        </tabs>
    </details>