[jQuery] Re: questions about jeditable plugin

2007-10-17 Thread [EMAIL PROTECTED]
Thanks. On 10月17日, 下午6时04分, Mika Tuupola <[EMAIL PROTECTED]> wrote: > On Oct 17, 2007, at 4:55 AM, [EMAIL PROTECTED] wrote: > > > Sorry, I described before incomplete > > 1, When using jeditable plugin, how to style the activated input field > > or textarea field which is changed from editable te

[jQuery] Re: questions about jeditable plugin

2007-10-17 Thread Mika Tuupola
On Oct 17, 2007, at 4:55 AM, [EMAIL PROTECTED] wrote: Sorry, I described before incomplete 1, When using jeditable plugin, how to style the activated input field or textarea field which is changed from editable text, specially for the height of input. I can't see the code when the editable tex

[jQuery] Re: questions about jeditable plugin

2007-10-16 Thread [EMAIL PROTECTED]
Sorry, I described before incomplete 1, When using jeditable plugin, how to style the activated input field or textarea field which is changed from editable text, specially for the height of input. I can't see the code when the editable text change to input field. 2, When using jeditable plugin,

[jQuery] Re: questions about jeditable plugin

2007-10-16 Thread Mika Tuupola
On Oct 16, 2007, at 12:54 PM, [EMAIL PROTECTED] wrote: 1. How to style the input or textarea? specially for the height. Normally using css, or * @param Integer options[rows] number of rows if using textarea * @param Integer options[cols] number of columns if using textarea or *

[jQuery] Re: questions about jeditable plugin

2007-10-16 Thread Sam Sherlock
1. How to style the input or textarea? specially for the height. $('input.txtBox, textarea.txtBox').*css*("line-height", "15pt"); http://docs.jquery.com/CSS/css#namevalue 2. How to add validate to prevent submit wrong content? theres some plugins available which look likely to help yo