Nuxeo mailing list archives
[CPS-users-fr] Re: Probleme avec l'affichage
Yves Bastide
ybastide at wanadoo.fr
Mer 14 Juin 13:42:20 CEST 2006
aicha hirizi wrote:
> j'ai essayé mais lorque je test j'ai une erreur mais il n'a rien qui
> s'affiche comme contenu de l'erreur !!!
Et dans /error_log ? Pas d'erreur chez moi. (Sauf bien sűr que ce code
est faux).
-------------- section suivante --------------
<tal:block define="mode options/mode;
value options/value | nothing;
id here/getWidgetId;
name here/getHtmlWidgetId;
server_method options/server_method;
size options/size;">
<tal:block condition="python: mode == 'view'">
<input type="text" tal:attributes="id id;name id;size size;value value"/>
</tal:block>
<tal:block condition="python: mode == 'edit'">
<input type="text" tal:attributes="id name;name name;size size" value=""/>
<div class="popup" tal:attributes="id python:name+'_choices'"/>
<script type="text/javascript"
tal:content='string:new Ajax.Autocompleter("${name}", "${name}_choices", "${server_method}", {});'>
</script>
</tal:block>
</tal:block>
More information about the cps-users-fr
mailing list
This list archive provided by Nuxeo, the
leaders of open source ECM.
Check out the Nuxeo 5 open source,
standards-based ECM project.