Search
2679 results 2501-2510
Forum
- 27th Dec 2016How to populate multiple dependent and cascading select fields in Editorto use a custom field plug-in that you write
- 9th Dec 2016How to insert dependent (chained) field into dbpublic function get_select_options($search_val) { $cmd = "SELECT `id`,`your_field_title` FROM `your_table` WHERE
- 29th Sep 2016How to change 2nd select box when 1st selectbox change?the values for that field - see the documentation here.
- 24th Aug 2016Is there an on select autofill feature for Join tables?Did you try either the dependent() method or using your own change event listener? They could make an Ajax request to get the options (or value if its only one value) for the child field. Allan
- 4th Aug 2016Column search in editor column of type 'select'edit feature, because the field isnt connected to the
- 11th May 2016Field Labelsdata": "link" }, { "data": "status" } ], select: { style: 'os', selector: 'td:first-child'
- 29th Apr 2016How to exclude particular field on file export?This example shows how you can select specific columns for export. and also want to visible no. of record selection dropdown. I'm afraid I don't understand this part. You want to what with it? Allan
- 22nd Feb 2016Editor sometines isn't populating SELECT fieldssee that Variety and Field Name fields are not
- 19th Jan 2016Combining multiple select, leftjoin and renderSounds like you just need to add Field::inst( 'booking_code' ) into your main field list. Allan
- 27th Nov 2015editor 1.5.3 datetime fieldthe issue causing the strange behavior was with this code in my css file select { border: 1px solid #999; padding: 5px; width: 170px; font-size: 13px; } which I was using elsewhere, so a bit of housekeeping fixed the problem