You are not logged in.
Hi,
I want to use the FileManager of Xinha to manage the files and images.
I want to create a function on a text link to launch the FileManager.
For example
In HTML:
<a href="#" onclick="javascript:xinhaFileManger()">Click here to launch the filemanager</a>
In JavaScript:
function xinhaFileManager() {
xinha.insertimage;
}
But the question is, how do I load / launch the filemanager?
I tried to read the XinhaCore.js file but I can't work it out...
Anyone an idea?
Thanks in advance!
Offline