hello friends, can u please tell me where can i find information about the zope converters. this symbol " : " here are some example, <input type="submit" name="fireEmployees:action" value="Fire!"> <input type="text" name="people.lname:records"></p> i want to know the various possible use of these converters. i couldn't find detail information in the zope documentation. thanks, Sanket.
Hi, sanket.deshmukh@medienhaus-bremen.de wrote:
hello friends, can u please tell me where can i find information about the zope converters. this symbol " : " here are some example,
<input type="submit" name="fireEmployees:action" value="Fire!">
<input type="text" name="people.lname:records"></p>
i want to know the various possible use of these converters. i couldn't find detail information in the zope documentation.
have a look at: http://www.zope.org/Members/Zen/howto/FormVariableTypes http://www.zope.org/Members/michel/ZB/ScriptingZope.dtml ... Holger
Hi, See "Passing parameters to scripts" in the Zope Book's Advanced Scripting chapter (http://www.zope.org/Members/michel/ZB/ScriptingZope.dtml) sanket.deshmukh@medienhaus-bremen.de wrote:
hello friends, can u please tell me where can i find information about the zope converters. this symbol " : " here are some example,
<input type="submit" name="fireEmployees:action" value="Fire!">
<input type="text" name="people.lname:records"></p>
i want to know the various possible use of these converters. i couldn't find detail information in the zope documentation. thanks, Sanket.
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
-- Chris McDonough Zope Corporation http://www.zope.org http://www.zope.com "Killing hundreds of birds with thousands of stones"
participants (3)
-
Chris McDonough -
Holger Hoffmann -
sanket.deshmukh@medienhaus-bremen.de