PDA

Click to See Complete Forum and Search --> : not sure if this is doable


kleinma
Mar 3rd, 2003, 07:29 AM
is vBulletin flexable enough that you can add in coding??

for example.. one thing that would be really sweet to see is if you are in this textarea.. the "message" section... if it could use javascript or whatever to detect when the TAB key is used and space 4, instead of the default action of tabbing to the next control... because it is a huge pain when typing code in and you have to manually space things... i know you can do it in the VB IDE and copy/paste.. but not everyone always has the IDE handy.. if it is something that could be done.. i bet other members would agree it would be a nice enhancement

axion_sa
Mar 3rd, 2003, 08:39 AM
That would be rather nice... Please Messrs Admins?

MartinLiss
Mar 3rd, 2003, 08:51 AM
If you would at least for now settle for having to do two clicks rather than one then add the attached little htm file I just wrote to the VBWTool Utility set of tools. It will add a "Tab" function that will add 4 spaces at the cursor each time it is invoked.

Kings
Mar 3rd, 2003, 12:03 PM
vBulletin does have the ability to add JavaScript to the templates, so it is possible;) (As long as it's possible with JS)

kleinma
Mar 3rd, 2003, 02:52 PM
Originally posted by Kings
vBulletin does have the ability to add JavaScript to the templates, so it is possible;) (As long as it's possible with JS)

well i am sure it is possble with javascript.. i mean how could it not be

da_silvy
Mar 9th, 2003, 09:11 PM
Tab changes the field though, it doesn't act as a spacer on webpages?