Re: [Dev] [G-Reg]Adding Password field support for RXTs

2014-07-31 Thread Sameera Kannangara
Hi all, In an off-line discussion with Subash regarding the UI aspect of the password field, we decided to use above option #1. As TextField and PasswordField are peers in the UI context, and as TextField has several other attribute that are not required by PasswordField, option #1 was selected.

[Dev] [G-Reg]Adding Password field support for RXTs

2014-07-28 Thread Sameera Kannangara
Hi all, Currently RXTs do not support password fields and I'm working on implementing this. This implementation has a UI aspect which masks the contents of password fields when rendered in web browser, and secured store aspect where contents of password field should be encrypted when storing,