XWidgetSoft Forum https://bbs.xwidget.com/ |
|
Asterisks Font Script? https://bbs.xwidget.com/viewtopic.php?f=8&t=2530 |
Page 1 of 1 |
Author: | rezammf [ January 18th, 2013, 4:52 am ] |
Post subject: | Asterisks Font Script? |
Is there's any way on javascript coding that can make every words we type in an edit component changed into an asterisks font symbol (*) ? I want to create a widget like a password login... thank you ![]() |
Author: | Tony [ January 21st, 2013, 3:11 am ] |
Post subject: | Re: Asterisks Font Script? |
Code: function widgetOnLoad() { edit1.Password = true; } |
Author: | rezammf [ January 22nd, 2013, 4:42 am ] |
Post subject: | Re: Asterisks Font Script? |
Tony wrote: Code: function widgetOnLoad() { edit1.Password = true; } Ahhh, thank you again Tony! You always give a big help ![]() |
Page 1 of 1 | All times are UTC - 8 hours |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |