I'm trying to get used to this design using CommonJS and Prototypes... Two questions I have - regarding the design below. **EnrollmentWin.js:** ~~~ function EnrollmentWin() { this.win = Ti.UI.createWindow({ // blah...
Hi All! I'm trying to define a Titanium class with attributes and functions. I don't know if this is "the right way", but I find a solution throught the javascript "prototype". I define a class "Account" with Titanium UI...
Showing 1-2 of 2