forked from Wavyzz/dolibarr
Add jeditable select and autocomplete (not stable)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
/* Create an inline datepicker which leverages the
|
||||
jQuery UI autocomplete
|
||||
*/
|
||||
$.editable.addInputType('autocomplete', {
|
||||
element : $.editable.types.text.element,
|
||||
plugin : function(settings, original) {
|
||||
$('input', this).autocomplete(settings.autocomplete.data);
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user