[Bese-devel] TAL, dojo, namespaces
Aycan iRiCAN
aycan.irican at core.gen.tr
Thu Feb 2 06:24:25 UTC 2006
Hi,
I just tried to write a simple TAL template. In order to define
properties of the dojo editor non-programmatically, dojo suggests that
aditional <div> attributes can be given. So I first tried to define
dojo namespace and used the proper attributes.
<div xmlns:dojo="http://dojotoolkit.org/2006/dojoml"
xmlns:tal="http://common-lisp.net/project/bese/tal/core"
xmlns:ucw="http://common-lisp.net/project/ucw/core"
tal:in-package="portal-base"
class="header-editor"
id="header-editor"
style="border: 1px solid #908f8f;">
<script language="JavaScript" type="text/javascript">
dojo.require("dojo.widget.Editor");
</script>
<div dojo:dojoType="Editor"
dojo:items="blockGroup;|;textGroup;|;justifyGroup;|;colorGroup;"
tal:content="$data">
content goes here
</div>
</div>
But now I'm getting this error:
Unrecognized namespace "dojo" referenced.
I can programmatically set the editor properties but I want to first
get your opinions.
Best Regards,
--
Aycan iRiCAN
C0R3 Computer Security Group
http://www.core.gen.tr
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 188 bytes
Desc: not available
URL: <https://mailman.common-lisp.net/pipermail/bese-devel/attachments/20060202/31c47403/attachment.sig>
More information about the bese-devel
mailing list