Skip to main content link. Accesskey S

The useful resource for Titanium and YouAtNotes Domino To Go

Submit Search

Home > Titanium > Ti: Settings

Ti: Settings

ShowTable of Contents
You can create a settings page for your App that is embedded into the standard iOS settings App.

Creating a setting page


Copy iphone/Settings.bundle of the kitchensink demo App to your App. Make sure "Settings.bundle" in the in the iphone folder.
Then edit the Root.plist file (doubleclick should open the plist editor of xCode).

Modify the "title" property of item0 to match your application name.
Change item types as needed, add and remove items as needed. Use a meaningful variable name for the "Identifier".

Accessing settings


Ti.App.Properties.getString('identifier');


with "identifier" as the variable name set in for a settings item's Identifier property in Root.plist.


Add Comment

Name:
Comments:
Use  searchlotus.com  for news in the Web related to Lotus Notes and Domino,
and to search those sites.
Check  youatnotes.com  for great Lotus Notes, Domino and XPages software.