Jump to content
UBot Underground

Textbox Default Value Not Showing


Recommended Posts

Hi,

 

I used build in UI Editor to crete UI HTML Panel. I am using Developer License.

 

I created 2 textbox, one for email and the other one for password.

 

I want the textbox to be initially (default) filled with the value "Email" and "Password" Accordingly.

 

My problem is, the initial(default) value inside the textbox is not showing on the html panel.

 

Attached are some screen shot.

post-3033-0-49271500-1421105406_thumb.png

post-3033-0-48806900-1421105470_thumb.png

post-3033-0-35742600-1421105471_thumb.png

Link to post
Share on other sites

Use a "set" command and define the variable with the text you like... 

set(#email,"Email","Global")

You can then place that code in a "on bot load" like

on load("Bot Loaded") { 
    set(#email,"Email","Global")
}
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...