You are not logged in.
Pages: 1
Hello, I have developed a plugin that pulls up a simple pop-up page (a file upload page) however xinha is not loading it and is giving me a javascript error: "UpLoad is undefined" . My directory structure is as followed:
xinha/plugins/UpLoad
(in folder UpLoad : )
UpLoad
up-load.js
--popups
upload.html
--img
ed_upload.gif
I am calling my plugins as normal:
xinha_plugins = xinha_plugins ? xinha_plugins :
[
'CharacterMap',
'ContextMenu',
'FullScreen',
'ListType',
'SpellChecker',
'Stylist',
'SuperClean',
'TableOperations',
'ImageManager',
'Linker',
'UpLoad'
];
Any Clues?
Last edited by jive (2006-01-28 10:43:42)
Offline
Pages: 1