Search
2677 results 31-40
Manual
- Options › Examples › Custom functionthe options of the fields such as select). The following example shows
- Options › Examples › Custom functionthe options of the fields such as select). The following example shows
- Options › Examples › Custom functionthe options of the fields such as select). The following example shows
- Field type plug-ins › Field type objectsignature: Parameter 1: The field's configuration object (field-options) Returns: The field value. set - set the
General
- Editor 2.0.2 release notes › Release notes › JS Corefield().update() should return the Field instance as documented Fix: Bootstrap 5 better styling for select elements. Thank you Marian
- Editor 1.1.0 release notes › Release notes › UpdatesAdd the ability for select fields to be dynamically updated
- Editor 1.2.4 release notes › Release notes › Updatesinput type rather than select for fields. Update: PHP - Improved error
- Editor 1.4.0 beta release notes › Release notes › PHPNew New - PHP: Field->options() to vastly simplify getting data for select, radio and checkbox options.
Forum
- 24th Jul 2018Select field not displaying inside tablefocus (thus showing the select input). There is one
- 28th Mar 2018Editor Select2 plug-in, Bootstrap theme breaks the select fieldspan element from the select. However, Editor only adds
- 21st Mar 2018Select Field Type - how to set default value?to hook the default select element and set its
- 12th Jan 2018How to check the options of a select fieldvalues are in the select field"? In that case use
- 4th Jul 2017An easy way to add empty value to select Field?on the client-side. The select field type has a placeholder
- 27th Apr 2017Editor select field with attr exampleonly have a single field called employee. I'm not
- 2nd Jan 2017Select field with inline editor not submitting on change.This works for me for select options in inline editing, my first column is index. var formTable = $('#SampleTable', form); formTable.on('click', 'tbody td:not(:first-child)', function (e) { editor.inline(this, { onBlur: 'submit', submit: 'allIfChanged' }); });
- 27th Dec 2016Name:'push' creates empty select fieldYes. Looks like I have the same issue with 1.6.1. "is_push" works fine. No errors in the console in either case. Just an empty select field if column name is "push".
- 14th Dec 2016Exception error when returning fieldError for multi select fieldlast week around multi select had me change main.Sub
- 12th Apr 2016Editor - Inline Select Field OptionsI've updated my Editor field definitions with the placeholders