Closed GoogleCodeExporter closed 8 years ago
KFM1 untested:
plugin: return_folder
plugin.php
<?php
$p = new kfmPlugin('return_folder');
$kfm->addPlugin($p);
?>
plugin.js
function plugin_return_folder(){
this.name = "return_folder";
this.title = "Return folder";
this.category = "returning";
this.mode = 4;
this.writable = 2;
this.doFunction = function(dirs){
$j(window.parent).find('#hidden_field').val(kfm_directories[dirs[0]].path);
}
this.nocontextmenu = false;
}
kfm_addHook(new plugin_return_folder());
Original comment by bterku...@gmail.com
on 27 Oct 2009 at 8:46
Is this issue closed?
Original comment by bterku...@gmail.com
on 21 Feb 2010 at 10:54
yes.
Original comment by kae.verens@gmail.com
on 21 Feb 2010 at 12:09
Original issue reported on code.google.com by
kae.verens@gmail.com
on 4 Oct 2009 at 7:58