Enable Text Selection - Forum

Forum Navigation
You need to log in to create posts and topics.

Enable Text Selection

The is a DisableObjectTextSelection

But how do I focus and enable text selection of object (id) TextArea1 ?

 

thanks.

 

I settled for this

FocusObject "TextArea1"
BeginJS
document.getElementById('TextArea1').select();
EndJS

 

luishp and Vadim have reacted to this post.
luishpVadim