mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-02 06:57:40 +00:00
set typeahead function for any id starting with choosedoc.../choosefold...
This commit is contained in:
parent
7fb6a58e5f
commit
df883772f1
|
@ -60,7 +60,7 @@ $(document).ready( function() {
|
||||||
});
|
});
|
||||||
|
|
||||||
/* Document chooser */
|
/* Document chooser */
|
||||||
$("#choosedocsearch").typeahead({
|
$("[id^=choosedocsearch]").typeahead({
|
||||||
minLength: 3,
|
minLength: 3,
|
||||||
formname: 'form1',
|
formname: 'form1',
|
||||||
source: function(query, process) {
|
source: function(query, process) {
|
||||||
|
@ -89,7 +89,7 @@ $(document).ready( function() {
|
||||||
});
|
});
|
||||||
|
|
||||||
/* Folder chooser */
|
/* Folder chooser */
|
||||||
$("#choosefoldersearch").typeahead({
|
$("[id^=choosefoldersearch]").typeahead({
|
||||||
minLength: 3,
|
minLength: 3,
|
||||||
formname: 'form1',
|
formname: 'form1',
|
||||||
source: function(query, process) {
|
source: function(query, process) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user