mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
- some initial coding for auto completion
This commit is contained in:
parent
75c2adcfc6
commit
a3a42bb451
|
@ -135,6 +135,10 @@ function documentSelected(id, name) {
|
|||
|
||||
<?php
|
||||
$folder = $dms->getFolder($folderid);
|
||||
echo "<input type=\"text\" class=\"autocomplete\" />";
|
||||
UI::contentContainerStart();
|
||||
echo "<div id=\"resultautocomplete\"></div>";
|
||||
UI::contentContainerEnd();
|
||||
UI::contentContainerStart();
|
||||
printTree($folder->getPath());
|
||||
UI::contentContainerEnd();
|
||||
|
|
Loading…
Reference in New Issue
Block a user