Some suggest: - instead of submitOnBlur: actionOnBlur : 'cancel','submit'; - new option to define listener for editing. Some peoples prefer dblclick than click. The second problem to listen on click is when editable item is draggable/sortable/...
The current code don't convert the <br> tag in "\n", for my application i include this feature. line ~553: fld.value = 1 >= this.options.rows ? text : text.gsub(/<br>/ i,"\n") ; // convert <br> in \n if rows > 1 (textarea) Thanks for your works R1 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
