The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.05

  • -added some more error trapping to Javascript -extended Recordset to allow for table.field if table is recordset's native table -fixed bug between Ajax, Dataset, and Javascript that prevented insert of records > 9 -added client side javascript example for Composite, Dataset. -added full Composite example to Composite.pm -improved documentation of Ajax.pm -extended ajaxSearch method of Ajax objects to allow for like queries. can set like => 'liketype' to apply to web inputs or likevars => 'liketype' to do likes off of cgi vars -changed children and childarray methods of Composite to members and memberarray for accuracy sake, and to prevent confusion for parent/child relationships between member widgets -likewise changed Dataset property parentId to containerId -added 'type' to Composite, and added type parentChild which, when set up correctly, will handle select/insert/update on member widgets based on configureation. delete will wait for further pondering.