Jump to content
UBot Underground

Recommended Posts

trying to figure out how to type text CTRL-a to clear an input box rather than lots of backspaces.
currently using
type text(<name="refSearch">,"\{BS\}\{BS\}\{BS\}\{BS\}\{BS\}\{BS\}\{BS\}\{BS\}\{BS\}\{BS\}\{BS\}\{BS\}\{BS\}\{BS\}","Standard")

 

Thanks

Ed

 

Link to post
Share on other sites

trying to figure out how to type text CTRL-a to clear an input box rather than lots of backspaces.

currently using

type text(<name="refSearch">,"\{BS\}\{BS\}\{BS\}\{BS\}\{BS\}\{BS\}\{BS\}\{BS\}\{BS\}\{BS\}\{BS\}\{BS\}\{BS\}\{BS\}","Standard")

 

Thanks

Ed

 

 

Hey ed08724,

 

You can use "Change Attribute" instead, ..

so instead of backspace or indeed "CTRL A" to select all you can target the attribute and set it to "$nothing" 

 

ie.

change attribute(<name="refSearch">,"value",$nothing)
 
 
You may want to try with "Innertext" instead of "Value" but it will work :)
 

 

 

 

Cheers

CJ

  • Like 1
Link to post
Share on other sites

Thanks CJ that works great and saves a step. Rather than clearing it then type texting it to something I can just change the attribute to what I was type texting and not even bother clearing it.

  • Like 1
Link to post
Share on other sites

Thanks CJ that works great and saves a step. Rather than clearing it then type texting it to something I can just change the attribute to what I was type texting and not even bother clearing it.

 

 

Exactly :)

 

 

Cheers

CJ

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...