some experiments mit AJAX (dojo)

git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@1275 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2006-07-28 11:24:25 +00:00
parent 04fa445e54
commit 3d472a943d
3 changed files with 12 additions and 6 deletions

View file

@ -8,6 +8,8 @@
src="node.js" src="node.js"
tal:attributes="src string:${context/++resource++node.js}"> tal:attributes="src string:${context/++resource++node.js}">
</script> </script>
<metal:use use-macro="views/ajax.dojo/main"
tal:condition="nothing" />
</metal:js> </metal:js>
</head> </head>
<body> <body>

View file

@ -3,6 +3,8 @@
i18n:domain="zope"> i18n:domain="zope">
<head></head> <head></head>
<body> <body>
<div metal:fill-slot="body" <div metal:fill-slot="body"
tal:define="target view/target"> tal:define="target view/target">
@ -42,6 +44,8 @@
</div> </div>
</div> </div>
</body> </body>
</html> </html>

View file

@ -92,7 +92,7 @@
<span i18n:translate="">Title</span> <span i18n:translate="">Title</span>
<input name="create.title" size="30" <input name="create.title" size="30"
tal:attributes="value nothing" />&nbsp; tal:attributes="value nothing" />&nbsp;
<span i18n:translate="">Type</span> <span>Type</span>
<select name="create.type"> <select name="create.type">
<tal:types repeat="type view/targetTypes"> <tal:types repeat="type view/targetTypes">
<option value=".loops/concepts/topic" <option value=".loops/concepts/topic"