textarea A textarea gadget handle
start The 0 based index of the first character to retrieve. count The number of characters to retrieve |
Retrieves some or all of the text in a textarea gadget.
If start and count are ommited, the entire text is returned. If count is ommited, all text from the specified start index is returned. |