ZPT-Sharp  v1.0.0
Zope Page Templates for .NET
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
CSF.Zpt.ZptConstants.Tal Class Reference

Static type for TAL constants. More...

Static Public Attributes

static readonly string DefineAttribute = "define"
 Gets the name of the define attribute. More...
 
static readonly string AttributesAttribute = "attributes"
 Gets the name of the attributes attribute. More...
 
static readonly string ConditionAttribute = "condition"
 Gets the name of the condition attribute. More...
 
static readonly string ReplaceAttribute = "replace"
 Gets the name of the replace attribute. More...
 
static readonly string ContentAttribute = "content"
 Gets the name of the content attribute. More...
 
static readonly string RepeatAttribute = "repeat"
 Gets the name of the repeat attribute. More...
 
static readonly string OnErrorAttribute = "on-error"
 Gets the name of the on-error attribute. More...
 
static readonly string OmitTagAttribute = "omit-tag"
 Gets the name of the omit-tag attribute. More...
 

Properties

static ZptNamespace Namespace [get]
 Gets the namespace for TAL: Template Attribute Language. More...
 

Detailed Description

Static type for TAL constants.

Member Data Documentation

readonly string CSF.Zpt.ZptConstants.Tal.AttributesAttribute = "attributes"
static

Gets the name of the attributes attribute.

readonly string CSF.Zpt.ZptConstants.Tal.ConditionAttribute = "condition"
static

Gets the name of the condition attribute.

readonly string CSF.Zpt.ZptConstants.Tal.ContentAttribute = "content"
static

Gets the name of the content attribute.

readonly string CSF.Zpt.ZptConstants.Tal.DefineAttribute = "define"
static

Gets the name of the define attribute.

readonly string CSF.Zpt.ZptConstants.Tal.OmitTagAttribute = "omit-tag"
static

Gets the name of the omit-tag attribute.

readonly string CSF.Zpt.ZptConstants.Tal.OnErrorAttribute = "on-error"
static

Gets the name of the on-error attribute.

readonly string CSF.Zpt.ZptConstants.Tal.RepeatAttribute = "repeat"
static

Gets the name of the repeat attribute.

readonly string CSF.Zpt.ZptConstants.Tal.ReplaceAttribute = "replace"
static

Gets the name of the replace attribute.

Property Documentation

ZptNamespace CSF.Zpt.ZptConstants.Tal.Namespace
staticget

Gets the namespace for TAL: Template Attribute Language.

The namespace.


The documentation for this class was generated from the following file: