HI Everyone,
How can i find line number in events like mouse clicked, key down and key up.
And also highlight that line with color.
I used TextArea.
Thanks in Advance.
Regards,
shivang ...
I want a textarea with no scrollbars. This is done by setting overflow to hidden. However, in Firefox, if I add a new line to the bottom of the textarea, that ...
I need to put together an editable text area that has a custom caret (cursor) which is different from the default blinking vertical line.
Is the caret a "skinnable" property of ...
hi in my webpage i am saving textarea contents on pressing enter button . it is saving but what happens is mouse-cursor moves to next line . it always saves with ...
There is a TextArea, and I can find the line index via textField.getLineIndexAtPoint(event.localX, event.localY). How can I set the background color of the selected line? Sort of a row/line highlight. Thanks!
...
I have an HTML template and CSS that renders a textarea field, however when clicking in the field, the cursor starts from half way down the text area, not from the ...