You are not logged in.
Pages: 1
hi,
is there anyway to disable the tab key? I found that in IE or Firefox if you press the list button, don';t enter any text and then press tab it uses blockquotes to indent the list so want to disable the tab key to stop this.
David G. Paul
[url]http://www.newearthonline.co.uk[/url]
Offline
found I could disable it in IE by editing the Xinha event handler so that if keyCode is 9 it returns false; however it doesn't work in Firefox
David G. Paul
[url]http://www.newearthonline.co.uk[/url]
Offline
call
Xinha._stopEvent(event);
You may also have a look at this: http://xinha.gogo.co.nz/punbb/viewtopic.php?id=1259
Offline
Pages: 1