User not logged in - login - register
Home Calendar Books School Tool Photo Gallery Message Boards Users Statistics Advertise Site Info
go to bottom | |
 Message Boards » » insert button putting code at cursor Page [1]  
nastoute
All American
31058 Posts
user info
edit post

it would be nice for the crazy code tab to go where the cursor is when i hit the button

right now it goes at the end of the text

6/14/2005 9:47:59 PM

LiusClues
New Recruit
13824 Posts
user info
edit post

it doesn't do that for any of the fucking buttons

6/14/2005 11:12:21 PM

nastoute
All American
31058 Posts
user info
edit post

yeah, he's right

it would be nice to get it so it does it at the cursor

6/15/2005 12:38:31 AM

cddweller
All American
20699 Posts
user info
edit post

With the quote and image tags, especially.

6/15/2005 1:57:26 AM

gunzz
IS NÚMERO UNO
68205 Posts
user info
edit post

aint going to happen

just like all the other suggestions

6/15/2005 1:12:32 PM

LiusClues
New Recruit
13824 Posts
user info
edit post

makes me so mad...

i could FDT all up in this joint

6/15/2005 1:39:33 PM

zorthage
1+1=5
17148 Posts
user info
edit post

yet another thing that wouldnt be too hard to fix






given any effort

6/19/2005 4:50:06 AM

Lowjack
All American
10491 Posts
user info
edit post

They could add this in like 5 minutes.


function insertAtCursor(myField, myValue) {

//IE support

if (document.selection) {

myField.focus();

sel = document.selection.createRange();

sel.text = myValue;

}

//MOZILLA/NETSCAPE support

else if (myField.selectionStart || myField.selectionStart == ‘0') {

var startPos = myField.selectionStart;

var endPos = myField.selectionEnd;

myField.value = myField.value.substring(0, startPos)

+ myValue

+ myField.value.substring(endPos, myField.value.length);

} else {

myField.value += myValue;

}

}

6/21/2005 2:44:23 AM

jahosephat
All American
3130 Posts
user info
edit post

^ looks really easy to do...

6/21/2005 8:58:31 AM

zorthage
1+1=5
17148 Posts
user info
edit post

it is

6/24/2005 5:28:52 PM

nastoute
All American
31058 Posts
user info
edit post

bttt

6/27/2005 2:15:28 PM

gunzz
IS NÚMERO UNO
68205 Posts
user info
edit post

LOOK HERE
SOMEONE DONATED SOME TIME TO HELP TWW


NOW IF WE CAN GET IT IMPLEMENTED.........

6/27/2005 2:18:48 PM

zorthage
1+1=5
17148 Posts
user info
edit post

bttt

7/12/2005 8:39:17 PM

 Message Boards » Feedback Forum » insert button putting code at cursor Page [1]  
go to top | |
Admin Options : move topic | lock topic

© 2024 by The Wolf Web - All Rights Reserved.
The material located at this site is not endorsed, sponsored or provided by or on behalf of North Carolina State University.
Powered by CrazyWeb v2.38 - our disclaimer.