TimC 1 Posted June 10, 2013 Report Share Posted June 10, 2013 Hi, I've searched the forum for an answer on how to hide the password characters. All people have written is type="password". How do I integrate that with my UI box? Thanks Quote Link to post Share on other sites
UBotDev 276 Posted June 10, 2013 Report Share Posted June 10, 2013 I think you'll need UBot Developer edition for that. Quote Link to post Share on other sites
Kev 69 Posted June 10, 2013 Report Share Posted June 10, 2013 I didn't think this was possible. Watching this thread to see what the others say. Quote Link to post Share on other sites
UBotDev 276 Posted June 10, 2013 Report Share Posted June 10, 2013 Here is an example of HTML: <input type="password" fillwith="value" variable="#var"> Example of UBot code with that HTML: ui html panel("<input type=\"password\" fillwith=\"value\" variable=\"#var\">", "") ...and a screenshot: http://screencast.com/t/usMP3Wr5 1 Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.