Hi,
Im using CKEditor as the html editor in AjaXplorer, and I cant work out how to enable Document Properties. ive spent the last 6 hours trying to work it out, but cant get anywhere
Im editing the file: plugins/editor.ckeditor/class.AjxpCkEditor.js
I have changed the file to make the editor fullscreen as i read it must be fullscreen for the docprops to work.
I have tried adding this but cant get it working, have tried adding it in all places, and tried also using textarea instead of textarea_id.
Ive added docprops to the toolbar buttons list as follows:
not sure if i was supposed to or not. ive tried every combination of everything i can think of and cant get it working, have spent about the last 6 hours on it.
Any ideas?
Thanks,
Clint.
Im using CKEditor as the html editor in AjaXplorer, and I cant work out how to enable Document Properties. ive spent the last 6 hours trying to work it out, but cant get anywhere
Im editing the file: plugins/editor.ckeditor/class.AjxpCkEditor.js
I have changed the file to make the editor fullscreen as i read it must be fullscreen for the docprops to work.
I have tried adding this but cant get it working, have tried adding it in all places, and tried also using textarea instead of textarea_id.
CKEDITOR.replace( 'textarea_id', { fullPage : true, extraPlugins : 'docprops' });
Ive added docprops to the toolbar buttons list as follows:
toolbar_Ajxp : [ ['Source','Preview','Templates','DocProps'],
not sure if i was supposed to or not. ive tried every combination of everything i can think of and cant get it working, have spent about the last 6 hours on it.
Any ideas?
Thanks,
Clint.
Re: DocProps in AjaXplorer
had the same issue
I just cleared my webbrowser cache
hope it helped!