Chris W. Parker wrote: > On Wednesday, November 29, 2006 11:52 PM Brice Burgess <> said: > >> See the new example @ ; >> http://dev.iceburg.net/jquery/tableEditor/example_new.php >> > > Sweet Brice. > > Here's an issue: > > When I clicked one of the notepads it turned into a flat disabled > checkmark. I guess this is because some of the fields had invalid data. > But when I fixed the data the checkmark did not become enabled so that I > could save it. Is that just because this is a demo? > Chris,
The disabling of the "save button" / marking of invalid input / etc. has to do with the validator library that gets injected during the POST_EDIT function. This validation library needs much work (and is not part of tableEditor -- but just there for fun). Perhaps I should take it out? Or better yet, fix the bugs with it. The save button should re-enable once all input fields satisfy their associated validation rules (assigned via classes in the column header <th>). Feel free to email me off list with the a means of duplicating the situation (where/what was typed/clicked & your browser). Thanks! ~ Brice _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
