Closed GoogleCodeExporter closed 9 years ago
Rubbish sample code to help:
if (
$("input:text[rel],input:radio[rel][checked],input:hidden[rel],select[rel],texta
rea[rel],span.datafield[rel]", oAddNewRowForm).length == 0 ) {
properties.fnShowError("All fields in form '"+$(oAddNewRowForm).attr("id")+"' must specify the 'rel' attribute. Aborting add.", "add");
return;
}
Original comment by cs94...@gmail.com
on 4 Aug 2011 at 10:44
I just figured out this as well after stepping through the code and wondering
why 'values' only had one element in it.
Original comment by aaron.we...@gmail.com
on 5 Aug 2011 at 5:58
Hi,
In the latest version of plugin there is a code that check is there some
missing input fields in the add new row form.
Regards,
Jovan
Original comment by joc...@gmail.com
on 21 Aug 2011 at 12:08
Original issue reported on code.google.com by
cs94...@gmail.com
on 4 Aug 2011 at 9:59