Remote XUL Html Editor
Published 2005-08-09 11:17:00
After the last post, I finally managed to get to the point where the simple XUL HTML remote editor works.
- Source code is available via Subversion
http://www.akbkhome.com/svn/XUL/HtmlEdit - Browse the source
- Try it out.
- Install the files on your server
- Add the css header
<?xml-stylesheet href="HtmlEdit.css" type="text/css"?>
- use the htmledit tag, it uses attributes
eg.<htmledit value="hello world" />
- editorheight="400" (self explanitary)
- editorwidht="700" (self explanitary)
- imagepopup="name" where name is the id of a popup
- linkpopup="name" where name is the id of a popup
- value="the text to go in the editor"
- For the image popup:
- use imageurl="xxx" on the menuitem for the real image url to insert in the editor
- For the link popup:
- use url="xxx" on the menuitem for the url to insert into the editor
- the url "pick:" just uses a javascript prompt to ask you for the url.
Awesome
Wow - last time I tried that, wasted my time barking up the wrong tree (http://xulplanet.com/references/elemref/ref_editor.html).
Thanks for releasing that (and like the SVN browser)
Wow - last time I tried that, wasted my time barking up the wrong tree (http://xulplanet.com/references/elemref/ref_editor.html).
Thanks for releasing that (and like the SVN browser)
XUL WYSIWYG Editor
Maybe you will be interested in this link
<a href='http://demo.webdevelopers.cz'>Elixon CMS/XUL with WYSIWYG XUL Editor</a>
It looks pretty good!
Maybe you will be interested in this link
<a href='http://demo.webdevelopers.cz'>Elixon CMS/XUL with WYSIWYG XUL Editor</a>
It looks pretty good!
thanks
this is an excellent little find. I needed a simple editor for an xul email interface and this works perfectly. thanks.
this is an excellent little find. I needed a simple editor for an xul email interface and this works perfectly. thanks.
Tried this XUL under the latest xulrunner. No editor is shown...
Wihin Firefox all is working fine. Does xulrunner need some special adaptions?
chris
Xulrunner feedback
From what I know of Xulrunner it is designed to run local xul - the editor has quite a bit of code to work around the permissions resulting in remote XUL can not use the <editor> tag. - So This approach may not be ideal for xulrunner.
From what I know of Xulrunner it is designed to run local xul - the editor has quite a bit of code to work around the permissions resulting in remote XUL can not use the <editor> tag. - So This approach may not be ideal for xulrunner.
it runs with the xulrunner
I just tried it with the xulrunner, version 1.8.1.3_0000000000 - and it works just fine.
Great Application!
I just tried it with the xulrunner, version 1.8.1.3_0000000000 - and it works just fine.
Great Application!
Add a comment (requires javascript!)
Follow us
-
- PHP just does some things better. cloud backups, pecl-expect
- Roo J Solutions Growing into 2013, always recruiting, and developing differently
- Interesting Problems.
- Prettybooked.com turning a startup into a reality.
- Migrating off Netsuite - The hidden cost of Clouds..
- Javascript Templating, AngularJS and Roo.XTemplate
- Roo.XComponent introduction
- Roo J Solutions Limited is recruiting
Blog Latest
-
Twitter - @Roojs

Comments