Zope
  Home arrow Zope arrow Page 2 - ZPT Basics (part 2)
Dev Shed Forums 
Administration  
Apache  
BrainDump  
DHTML  
Flash  
Java  
JavaScript  
Multimedia  
MySQL  
Oracle  
Perl  
PHP  
Practices  
Python  
Reviews  
Security  
Style-Sheets  
Web Services  
XML  
Zend  
Zope  
Forums Sitemap 
IBM® developerWorks 
Dedicated Servers 
E-Commerce Hosting 
Linux Web Hosting 
Managed Hosting 
Small Business Hosting 
Download TestComplete 
VPS Hosting 
Weekly Newsletter

 
Developer Updates  
Free Website Content 
IBM Developerworks
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
ZOPE

ZPT Basics (part 2)
By: Harish Kamath, (c) Melonfire
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 4 stars4 stars4 stars4 stars4 stars / 13
    2002-09-25

    Table of Contents:
  • ZPT Basics (part 2)
  • A Little Male Bonding
  • The Number Game
  • A Question Of Scope
  • Switching Things Around
  • Comparing Apples and Oranges
  • If It's Thursday, It Must be Italy
  • Submitting To The King
  • Looking Ahead

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
     
     
    ADVERTISEMENT

    TestComplete™ automates software testing for a fraction of what the big guys charge. Easy functional and load testing for all Windows, .NET, Java and Web apps. Download a free trial now.

    ZPT Basics (part 2) - A Little Male Bonding
    (Page 2 of 9 )

    Variables are the bread and butter of any programming language - and TALis no exception. In TAL, variables are defined via the special "define"attribute, which must be provided with both a variable name and a value(which can be any valid TALES expression). Let's take a look at a simpleexample, which demonstrates:

    <h2>The name's <i tal:define="name string:Bond, James Bond"tal:content="string:$name">name here</i>.</h2>
    Here's how Zope renders it:
    The name's Bond, James Bond.
    In this case, the "define" attribute is used to define a variable named"name", and assign it the value "Bond, James Bond". The "string" keywordin the expression is used to indicate that the following text is - well- a string.
    <i tal:define="name string:Bond, James Bond" ... >name here</i>
    This value may then be accessed using a TAL "content" or "replace"attribute, in combination with the variable name (which must be prefixedby a dollar ($) symbol).

    <i ... tal:content="string: $name">name here</i>
    You can even set variable values dynamically, by using TALES expressionsinstead of hard-wired string values. Consider the following example,whichillustrates:

    <h1>The name's <i tal:define="whoami template/title_or_id" tal:content="string:$whoami">name here</i>.</h1>
    Here's the output (assuming that the page title was "Agent007"):

    The name's Agent007.

    More Zope Articles
    More By Harish Kamath, (c) Melonfire


     

       

    ZOPE ARTICLES

    - Creating Zope Products
    - Plone Content Types With Archetypes
    - Flat User Management in Zope
    - Creating Basic Zope Applications
    - Getting started with Zope for Linux and Sola...
    - ZPT Basics (part 4)
    - ZPT Basics (part 3)
    - ZPT Basics (part 2)
    - ZPT Basics (part 1)
    - Exception Handling In DTML
    - DTML Basics (part 4)
    - DTML Basics (part 3)
    - DTML Basics (part 2)
    - DTML Basics (part 1)
    - Using Zope With Apache




    © 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway