- some initial coding for auto completion

This commit is contained in:
steinm 2012-08-28 07:20:41 +00:00
parent 75c2adcfc6
commit a3a42bb451

View File

@ -135,6 +135,10 @@ function documentSelected(id, name) {
<?php <?php
$folder = $dms->getFolder($folderid); $folder = $dms->getFolder($folderid);
echo "<input type=\"text\" class=\"autocomplete\" />";
UI::contentContainerStart();
echo "<div id=\"resultautocomplete\"></div>";
UI::contentContainerEnd();
UI::contentContainerStart(); UI::contentContainerStart();
printTree($folder->getPath()); printTree($folder->getPath());
UI::contentContainerEnd(); UI::contentContainerEnd();