You are not logged in.
Pages: 1
I have XinhaConfig.js with loading plugins:
xinha_plugins = xinha_plugins ? xinha_plugins :
[
'CharacterMap',
'ContextMenu',
'SmartReplace',
'Stylist',
'ExtendedFileManager',
'Linker',
'SuperClean',
'TableOperations'
];
if I change it to:
xinha_plugins = xinha_plugins ? xinha_plugins :
[
'CharacterMap',
'ContextMenu',
'SmartReplace',
'ExtendedFileManager',
'Linker',
'SuperClean',
'TableOperations'
];
& editor dont work
Where is my mistake?
Offline
this is only one change that I do and Xinha stop working
Offline
I find!
xinha_config.stylistLoadStylesheet(_editor_url + "examples/files/stylist.css");
was wrong after removing stylist!
Offline
Some suggestion: I can't find in any xinha list type dl (dd, dt) I often use it in my html code. Why xinha not have it?
Offline
Because nobody made it. Feel free to make a plugin to do it.
my knowledge of JavaScript is inferior to your.
I'm afraid this plugin will ruin the work of the whole editor
by the way my english not good at all.
Last edited by zerok (2010-10-24 16:38:03)
Offline
tanx, I'll try it.
Offline
thanx it work but have't english lang, but I can translate it easy.
Offline
I haven't user \ password to login in trac.xinha.org
Offline
I add it vith guest login
http://trac.xinha.org/ticket/1557
Offline
Use pls Helen Mitkina e.mitkina[()]gmail.com
Offline
Pages: 1