Skip to content
fahimc edited this page Feb 10, 2013 · 1 revision

You can add the following nodes in the settings section (node).

#Setting List Title
Content
Tracking

Title

This updates the Browser window title for the site. ###Attributes

  • text: add the title text.

Example:

<title text="TeaBreak"/>

Content

This node is related to the whole site. ###Attributes

  • swipe: if set to 'true' it will allow swiping of the views left to right.

Example:

<content swipe="true" />

Tracking

This node is related to the whole site. ###Attributes

  • type:
    **google: this will setup google analytics *account: if type is google then this will be the account id.

Example:

<tracking type="google" account="UA-xxxxxx-1"   />
Clone this wiki locally