[Zope-CMF] plone: portal_actions conditions

Chris Withers chrisw@nipltd.com
Wed, 10 Jul 2002 21:13:13 +0100


Tres Seaver wrote:
> 
> The Condition field is a TALES expression which has the following
> "top-level" names available to it:
> 
>   object_url -- full URL of the current object
> 
>   folder_url -- full URL of the current folder
> 
>   portal_url -- full URL of the CMF Site
> 
>   object -- reference to the current object
> 
>   folder -- reference to the current folder
> 
>   portal -- reference to the CMF Site
> 
>   nothing -- Python's 'None'
> 
>   request -- the REQUEST object
> 
>   modules -- "safe" module importer (a mapping)
> 
>   member -- the current authenticated member

Is this documented anywhere? If not, could it be... this little nugget looks
fantastically useful :-)

cheers,

Chris