|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Generate data entry and reporting .NET Web apps in minutes, straight from your database. Read our FREE whitepaper “Build Web 2.0 Applications Without Hand-Coding” Download now! |
|
#1
|
||||
|
||||
|
Change the size of Quick Reply boxes
Was wondering if a little mod to allow the user to change the size of the Quick Reply box might be possible. You see this feature in a lot of places (like on the Ubuntu forums), and it's pretty handy to be able to change the size of the text box as your typing up a reply, especially if it gets kind of long.
__________________
- "Cryptographically secure linear feedback shift register based stream ciphers" -- a phrase that'll get any party started. - Why know the ordinary when you can understand the extraordinary? - Sponsor my caffeine addiction! (36.70 USD recieved so far -- Latest donor: Mark Foxvog) |
|
#2
|
||||
|
||||
|
I made a bookmark in FF with this in it to do just that:
Code:
javascript: void(document.getElementById('qr_message').style.height = parseFloat(document.getElementById('qr_message').style.height) + 100 + 'px');
And this one, for if you get carried away. ![]() Code:
javascript: void(document.getElementById('qr_message').style.height = parseFloat(document.getElementById('qr_message').style.height) - 100 + 'px');
__________________
Support requests via PM will be ignored! Last edited by ChiefWigs1982 : March 19th, 2007 at 02:51 PM. |
|
#3
|
||||
|
||||
|
We added quick reply box size change button next to Wrap Code button.
|
|
#4
|
||||
|
||||
|
Nice on thaminda. You've been busy lately
![]()
__________________
The No Ma'am commandments: 1.) It is O.K. to call hooters 'knockers' and sometimes snack trays 2.) It is wrong to be French 3.) It is O.K. to put all bad people in a giant meat grinder 4.) Lawyers, see rule 3 5.) It is O.K. to drive a gas guzzler if it helps you get babes 6.) Everyone should car pool but me 7.) Bring back the word 'stewardesses' 8.) Synchronized swimming is not a sport 9.) Mud wrestling is a sport |
![]() |
| Viewing: Dev Shed Forums > Forum Information > Suggestions & Feedback > Change the size of Quick Reply boxes |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|