Search
2677 results 41-50
Manual
- Validation - legacy › Ready to use field validators › StringsDefault error message: 'This field may not contain HTML'
- 11 Editor: Unable to automatically determine field from source › Automatic detection › Examplesto the first two fields in the Editor form. However, the Manager field does not have that
Reference
field().type()
› Get the field typeWhen you create a field through fields or add(), you canfield().input()
› Get the input node(s) for the fieldinput elements from the field. Please note that allform-options
› Form display and interaction optionsgiven should match a field name (fields.name) for the field tofields.optionsPair
› Properties that Editor should use for label and values for optionsA number of field types made available bydatatable
› DataTable as an inputThis field type uses DataTables toautocomplete
› Autocomplete text inputThe autocomplete field type in Editor providesfiles()
› Get information about multiple uploaded filesEditor upload and uploadMany field types provide the abilityadd()
› Add a new field to the formFields in an Editor form
Forum
- 28th Mar 2016retrieve select field labelbased on the field().input() field returning the select element and then just
- 19th Mar 2016Select field typeaction) { if (!searchableListInitialized) { var field = editor.field('ProjectIterationIds'); $('select', field.node()).addClass('selectpicker'); $('select', field.node()).attr('data-live-search', 'true');
- 14th Mar 2016Editor, select field, can I do onchange=submit ?the on change did not work for the datetime field, are there events for the date picker I can try? Thanks!
- 6th Mar 2016Editor select field not passing array bug?removed with a custom field "select". no matter how many
- 5th Mar 2016retrieve values for select field from ajax?appropriate for the second field need to be retrieved
- 26th Feb 2016How do I find how many options there are for a select field?The following worked: editor.one( 'open', function ( e, type ) { var field = editor.field( 'PermissionToEnter.unit' ); if ( $('select > option', field.node()).length < 2 ) { field.hide(); } } ); a parenthesis was missing after field.nide :) Thanks again!!!
- 25th Feb 2016Updating Select Field from database queryYdataArray[x]['RegYear']; console.log(text); setText[x] = text; } select = ''; for (x in setText)
- 5th Dec 2015Optgroups inside field select optionsThanks. You can add custom select tags with "render" function.
- 13th Nov 2015Editor and Select Field types.Thanks! Is there more to it than that? I added the multiple option... but alas, it still only allows me to choose one. { label: "Group:", name: "CATEGORY", type: "select", multiple: "true" }
- 19th Oct 2015Editor select field is not being populated from the Json string.With this data the select field is loaded. Now that