Recipes 1-10 of 38
Next >
|
demo of strings, lists, and dictionaries
submitted by: runyaga
some simple string manipulation in DTML for newbies.
displays pythons basic data types as well as sl ... Last Edited: 2001-07-11
|
VAR name and VAR expression
submitted by: kedai
knowing the difference between <dtml-var name="foo"> and <dtml-var expr="foo"> will sure ... Last Edited: 2001-07-11
|
submit form based email
submitted by: runyaga
here is a quick self posting form, feedback that you can copy and paste to get a quicky idea of how ... Last Edited: 2001-07-10
|
Current User and Roles
submitted by: runyaga
some minor changes the Zope2.3.2 security machinery have affected how you get the current authentica ... Last Edited: 2001-07-10
|
Marshall Form Variables Easily
submitted by: runyaga
Using forms and variables with ZOPE are easy. especially when you
find the Trinkets HOW-TO - http: ... Last Edited: 2001-07-09
|
Collecting form variables for use in simple Wizards.
submitted by: TheJester
If you would like to spread your form over multiple pages,
but, don't want to hard code the variable ... Last Edited: 2001-07-09
|
Putting breadcrumbs on a page
submitted by: zopezen
Ever wanted to have breadcrumbs links on a page for users to click on?
This sort of thing makes nav ... Last Edited: 2001-07-09
|
Simple Virtual Hosting
submitted by: runyaga
If you want to do name based virtual hosting in ZOPE its quite easy, although there are some caveats ... Last Edited: 2001-07-09
|
Date Formats
submitted by: twcook
Ever wonder which date format or method to use?
Stick this in your Zope root folder for handy refere ... Last Edited: 2001-07-05
|
Create random & unique id
submitted by: ioan
When you add a document you don't need id.
You need 'title', 'description', 'body' and so on.
Is lik ... Last Edited: 2001-07-03
|