I need to know every way of use for the accessKey property of the textarea object. Little examples here and there and some good description of what it's used for.
Thanks for read. All posts, examples and help is appreciated.
Like all the other access key properties of the other form elements, it brings focus to itself (or in the case of buttons, clicks them) .. last I checked.
I don't understand? You mean the accessKey brings focus to that form element? Like the Focus() method? Give me an example of what you mean, as I don't know.
In the posting page, roll your mouse over the various buttons. Most of them have access keys set and will respond (simulating a click) when it is pressed.
Oh I see. You use the accessKey atribute to set the "accessKey" which is the key that you need to access the form element. So if you set the attribute to "a" then you'd have to press alt+a to set focus to the element?