8.3  <page>

A page of settings in the configuration dialog. Pages can be used for grouping configuration elements together.

8.3.1  Attributes

Name Type Default Value Description
label string The label text on the tab.

8.3.2  Examples

<prefs>

  <page label="First Page">
    <boolean label="Foo:" bind="foo"/>
  </page>

  <page label="Second Page">
    <boolean label="Bar:" bind="bar"/>
  </page>

</prefs>