Re: [jQuery] jEditable in place editor plugin

2006-09-30 Thread Mika Tuupola

On Sep 29, 2006, at 17:50, Mika Tuupola wrote:

 I have a suggestion for improvement. How about sizing the text inputs
 so they are the same size as the content you are editing? i.e.
 basically it would just add a border around the text (to indicate you
 are editing it)

 Good idea. They could be set in options as: 'rows : 'auto',  cols :  
 'auto'. Both defaulting to auto if nothing is given.
 Some kind of tooltip (via alt tag) would be useful too.

Done. Width and height now default to 'auto'. Rows and cols will  
override widht and height parameter. Also support for optional  
tooltip parameter. Check demo number three:

http://www.appelsiini.net/~tuupola/jquery/jeditable/ 
03_textile_renderer.php

and download:

http://www.appelsiini.net/~tuupola/javascript/jEditable/

-- 
Mika Tuupola
http://www.appelsiini.net/~tuupola/



___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] jEditable in place editor plugin

2006-09-29 Thread Mika Tuupola

On Sep 29, 2006, at 17:24, Sam Collett wrote:

 I have a suggestion for improvement. How about sizing the text inputs
 so they are the same size as the content you are editing? i.e.
 basically it would just add a border around the text (to indicate you
 are editing it)

Good idea. They could be set in options as: 'rows : 'auto',  cols :  
'auto'. Both defaulting to auto if nothing is given.
Some kind of tooltip (via alt tag) would be useful too.

-- 
Mika Tuupola
http://www.appelsiini.net/~tuupola/



___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/