Hi,I try to preselect some text content within a TextField via javaScript.I found some documentation, which states that in the change-Event I could set the selStart and selEnd Attributes by a script.: When a change or full event occurs, if characters were selected in the field, selStart and selEndar...