Home · All Namespaces · All Classes · Main Classes · Deprecated

Settings Language Documentation

Root element: settings

Documentation

A set of settings.

Content Model

Any combination of:

Element: group

Documentation

A settings node representing a group of setting items. A group can contain one or more setting items.

Content Model

  • selection (any number)
  • text (any number)
  • boolean (any number)
  • integer (any number)
  • Element: selection

    Documentation

    A settings node representing a selection. A selection can have a predefined set of possible options.

    Content Model

  • option (at least one)
  • Attributes

    Attribute Type Use Documentation
    key TEXT Required The key (name) of the selection.

    Element: option

    Documentation

    A possible value for a selection.

    Content Model

    The type must be an integer.

    Attributes

    Attribute Type Use Documentation
    title TEXT Required The title of the option. Used as a translation id or as such if translation not found.

    Element: text

    Documentation

    A settings node representing text. A text item can contain any string data.

    Content Model

    Attributes

    Attribute Type Use Documentation
    key TEXT Required The key (name) of the text item.
    title TEXT Required The title of the text item. Used as a translation id or as such if translation not found.

    Element: boolean

    Documentation

    A settings node representing boolean.

    Content Model

    Attributes

    Attribute Type Use Documentation
    key TEXT Required The key (name) of the boolean item.
    title TEXT Required The title of the boolean item. Used as a translation id or as such if translation not found.

    Element: integer

    Documentation

    A settings node representing an integer from a range.

    Content Model

    Attributes

    Attribute Type Use Documentation
    key TEXT Required The key (name) of the integer.
    title TEXT Required The title of the integer. Used as a translation id or as such if translation not found.
    min TEXT Required Minimum value that the integer can have.
    max TEXT Required Maximum value that the integer can have.

    Copyright © 2010 Nokia Corporation
    DirectUI