Announcement

Do not use the forums to submit bug reports, feature requests or patches, submit a New Ticket instead.

#1 2010-04-24 06:20:59

zabulus
New member
Registered: 2010-04-24
Posts: 1

Launch FileManager from a text link outside Xinha

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

#2 2010-04-24 20:51:34

gogo
Xinha Leader
From: New Zealand
Registered: 2005-02-11
Posts: 1,015
Website

Re: Launch FileManager from a text link outside Xinha

Read: plugins/ImageManager/image-picker.js
Also: plugins/ExtendedFileManager/file-picker.js


James Sleeman

Offline

Board footer

Powered by FluxBB