Hey,
How would I go about adding one of those natty little edit boxes to a webpage you see in forum 'Add Reply' pages? (The ones that have buttons that add text into the box). The best example is the PHPbb reply box, this has loads of buttons above the box which add tags, smilies, etc. (I assume it uses Javascript as Javascript is mentioned if you hover over a button I think, but how is a mystery to me).
Two other things:
1)These boxes with the buttons always dump the text they add to the box at the end of the current text, not where the cursor is. Is there any way to get the text to put itself at the cursor's position?
2) PHPbb also has a seperate window with smilies that can be opened out, and a smilie can be clicked to add it to the edit box in the original window (a seperate window). How is this done???
How would I go about adding one of those natty little edit boxes to a webpage you see in forum 'Add Reply' pages? (The ones that have buttons that add text into the box). The best example is the PHPbb reply box, this has loads of buttons above the box which add tags, smilies, etc. (I assume it uses Javascript as Javascript is mentioned if you hover over a button I think, but how is a mystery to me).
Two other things:
1)These boxes with the buttons always dump the text they add to the box at the end of the current text, not where the cursor is. Is there any way to get the text to put itself at the cursor's position?
2) PHPbb also has a seperate window with smilies that can be opened out, and a smilie can be clicked to add it to the edit box in the original window (a seperate window). How is this done???