Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

Duplicating strings in API documentation

In API docs here is duplicating rows for listProperties method.

Also there is no saveTo method which i saw in other examples.

— asked October 28th 2010 by Alexey Karguine
  • api
  • documentation
  • properties
0 Comments

1 Answer

  • Accepted Answer

    There is no saveTo, you use the set methods to store the information.

    If you do this to load

    var aString = Ti.App.Properties.getString('test');
    

    You would then use this to update/save the value.

    Ti.App.Properties.setString('test', 'a value');
    
    — answered October 28th 2010 by John McKnight
    permalink
    0 Comments
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.