- 1
[Opened] htmleditor tag unknown?
Posted by Kirk on 11/03/2010 13:41
I'm getting an error message when I try to use <htmleditor> in jForms. It is error 801, it says the tag is not known. Do I need to do anything special to get it to work?
[Opened] htmleditor tag unknown?
Posted by foxmask on 11/03/2010 15:33
If you use jelix 1.1 have a loot at this page.
@GitHub - Forum HaveFnuBB! powered by Jelix - Le Booster Jelix !
[Opened] htmleditor tag unknown?
Posted by Kirk on 11/03/2010 16:03
Yeah, I am using 1.1.7. Sorry I forgot to mention that.
My XML:
<htmleditor ref="content" required="true"> <code> <label locale="module~message.send.form.content" /></htmleditor></code>
Error message:
[[exception 801]] unknown tag htmleditor (file C:\Program Files\XAMPP\htdocs\jelix\application\modules/module/forms/message_send.form.xml) C:\Program Files\XAMPP\htdocs\jelix\lib\jelix\forms\jFormsCompiler_jf_1_0.class.php 71
[Opened] htmleditor tag unknown?
Posted by foxmask on 11/03/2010 16:17
it's look like that your form.xml is
<form xmlns="http://jelix.org/ns/forms/1.0">
because as you can see htmleditor has been introduce with jForms 1.1.
@GitHub - Forum HaveFnuBB! powered by Jelix - Le Booster Jelix !
[Opened] htmleditor tag unknown?
Posted by Kirk on 11/03/2010 18:12
I blame createdaocrud ;) Thanks!
- 1