Die Suche ergab 3 Treffer

von pagenotfound.de
Samstag 28. März 2009, 20:25
Forum: Webframeworks
Thema: Python-Variable in Javascript verwenden
Antworten: 1
Zugriffe: 5830

DU musst escapen ;-)

Code: Alles auswählen

<a tal:define="inhalt bild1" 
tal:attributes="onmouseover string:MM_swapImage('swapimage','',${inhalt},'1')"> 

Versuchs mal damit, bin aber nicht sicher.
von pagenotfound.de
Samstag 28. März 2009, 20:12
Forum: Webframeworks
Thema: redirect reload cache?
Antworten: 1
Zugriffe: 4038

Wenn du den FormController verwendest, benutze doch bitte:

setNextAction(self, action)
Set the default next action (this action can be overridden in portal_form_controller). setNextAction can be called either with a dictionary argument of the form {'action_type':action_type, 'args':args} or with a ...