Where do I find the following file? editor.autoComplete.js
Where do I find the following file? editor.autoComplete.js
Turlock Irrigation District
Posts: 4Questions: 3Answers: 0
in Plug-ins
editor.add({
label: "Employee Name:",
name: "EmployeeName",
type: "autoComplete",
opts: {
source: ["Kim", "John", "Fred", "Mary", "Lance", "Henry"]
}
});
Error: datatables.min.js:14 Uncaught Error adding field - unknown field type autoComplete
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
You can find it in the Editor's Field Type Plugins Page. Click the
jQuery UI AutoComplete
link.Kevin