The hint option lets you display a hint that lets your user know what kind of text they should enter (for example, “Enter your address here”). The hint appears in the text area when the user loads the page in a browser and no predefined value exists.
<script type="text/javascript"> var ta1 = new Spry.Widget.ValidationTextarea("textareawidget1", {hint:"Enter your address here"}); </script>