Search
2675 results 371-380
Forum
- 25th Jun 2015How to store multiple values in one database cell?not know that my select field can have multiple values.
- 3rd Jun 2015Dynamic data in a child row using one-to-manycould not get the "select" field type to show only
- 5th May 2015Editor - Serverside PHP, Subquery or Count of joined Objectsthis time in the select field list. If you are
- 31st Mar 2015Input ipOtps Via Ajaxupdate() method of the select field type: var rolesArray = $.ajax({
- 2nd Mar 2015Error message "Not unique table\/alias:"staffhoursID for the id field. SELECT `staffhours`.`id` as 'staffhours.id', `staff`.`forename`
- 27th Feb 2015Refreshing the data after changing dropdownIs this in a select list? If so, look at the update() method for the select field type - it provides the option to update the options available in the list. Allan
- 13th Jan 2015Editor 1.4 issues trackingIt is around the "select" field type. Unsure if this
- 1st Jan 2015how to create a multiple where using php editor 1.4.0You have a select field which shows options based
- 11th Oct 2014Showing 0 to 0 of 0 entries when there are multiple entriesThis was fixed by dropping the leftJoin altogether and changing the select field images.image to: DB::raw("(select images.image from images where items.id = images.imageable_id and images.imageable_type = 'Item' limit 1) as image")` Would love if someone could explain why this was necessary. :)
- 27th Sep 2014Using Chosen Plug-In with a Left Join to Populate SelectionsI manually enter the select field using "ipOps" but that