Dav Glass![]()
This little module adds the ability to use the tab key inside of a textarea. Currently it doesn't support Opera and it doesn't support text-selection tabbing.
<script src="http://yui.yahooapis.com/3.0.0/build/yui/yui-min.js"></script>YUI({
//Last Gallery Build of this module
gallery: 'gallery-2009.10.27'
}).use('gallery-tabby', function(Y) {
var tabby = new Y.Tabby('textarea');
//Turn on the tab catcher.
tabby.activate();
//Turn off the tab catcher.
tabby.deactivate();
});No forum posts for this module.
© 2006-2013 Yahoo! Inc. All rights reserved.
All code on this site is licensed under the BSD License unless stated otherwise.
About This Site · Security Contact Info