RE: textarea line numbering

2003-03-19 Thread Joshua Miller
ECTED] * -Original Message- From: Matthew Walker [mailto:[EMAIL PROTECTED] Sent: Thursday, March 20, 2003 1:16 AM To: CF-Talk Subject: RE: textarea line numbering Here, very roughly mocked up, is the point.

RE: textarea line numbering

2003-03-19 Thread Joshua Miller
AM To: CF-Talk Subject: RE: textarea line numbering Few bugs in that + line numbers > 100 + holding down enter key releasing doesn't update the numbers oh .. and it was only tested in IE, i'll check it later with others (NS, Moz, Galeon and Opera) In theory it is DOM compliant.

RE: textarea line numbering

2003-03-19 Thread Matthew Walker
Here, very roughly mocked up, is the point. http://www.electricsheep.co.nz/lab/css.html -Original Message- From: Buckland, Ramon [mailto:[EMAIL PROTECTED] Sent: Thursday, 20 March 2003 5:26 p.m. To: CF-Talk Subject: RE: textarea line numbering Few bugs in that + line numbers >

RE: textarea line numbering

2003-03-19 Thread Buckland, Ramon
Sent: Thursday, 20 March 2003 5:09 p.m. > To: CF-Talk > Subject: RE: textarea line numbering > > Ooh I love a challenge, :-) > > Here you go matthew > >line numbers next to a scrollable >implemented client side using Javascript, onscroll,

RE: textarea line numbering

2003-03-19 Thread Matthew Walker
Wow! That's awesome! I can't believe it works so well! (Wait until I think of something a bit harder...) -Original Message- From: Buckland, Ramon [mailto:[EMAIL PROTECTED] Sent: Thursday, 20 March 2003 5:09 p.m. To: CF-Talk Subject: RE: textarea line numbering Ooh I love a

RE: textarea line numbering

2003-03-19 Thread Buckland, Ramon
Ooh I love a challenge, :-) Here you go matthew line numbers next to a scrollable implemented client side using Javascript, onscroll, onkeyup and some mirrors. http://www.thebuckland.com/staging/line_numbers_for_textarea.html > -Original Message- > From: Matthew Walker [mailt

RE: textarea line numbering

2003-03-19 Thread Matthew Walker
Yeah, ideally the numbers wouldn't be editable. Maybe I need to learn flash ;-) -Original Message- From: Joshua Miller [mailto:[EMAIL PROTECTED] Sent: Thursday, 20 March 2003 4:58 p.m. To: CF-Talk Subject: RE: textarea line numbering Just a thought ... You could treat the contents

RE: textarea line numbering

2003-03-19 Thread Joshua Miller
Just a thought ... You could treat the contents as a list delimited by a line break and prepend each list item with a sequential number. #numberformat(i,"00")# #ListItem##chr(10)##chr(13)# Joshua Miller Head Programmer / IT Manager Garrison Enterprises Inc. www.garrisonenterprises.net [EMA