If you want to add the slate feature to one of your
textarea where user can type in either Kannada or English (toggling with
F12 key), you just need to copy the below code snippet.
<script type="text/javascript"
src="http://www.kannadaslate.com/KannadaSlate.js"></script>
<textarea
name="slate" rows=5 cols=50 value="" onkeydown="return processFnn(this,
event);" onkeypress="return Geechi(this, event);"></textarea>
<br><a
href="http://www.kannadaslate.com/over_help.htm" target="_blank">Help
</a>(F12 - switch between Kannada and English language)
|