- Theme Engine
- Design Principles
- Templates
- EVML Reference
- Output
- Comments
- Operators
- Statements and Declarations
- Built-in Functions
- Built-in Objects
- Account
- Address
- Array
- Boolean
- Branch
- Cart
- CartLine
- Category
- CategoryCollection
- CategoryFilter
- CategoryFilterCollection
- CategoryFilterOption
- CategorySearch
- Collection
- Color
- Contact
- Currency
- Date
- Discount
- Dom
- Event
- EventCollection
- EventSlot
- Image
- Layout
- Locale
- Money
- Number
- Object
- Page
- PageCollection
- PageSearch
- PageSharer
- Pagination
- Postage
- Price
- PriceDiscount
- Product
- ProductCollection
- ProductCustomisation
- ProductDownload
- ProductMedia
- ProductMediaFrame
- ProductPrice
- ProductSearch
- ProductSpecification
- ProductSpecificationValue
- ProductVariation
- ProductVariationOption
- RecentlyViewed
- RegExp
- Request
- Review
- ReviewCollection
- Search
- SearchCollection
- SearchResult
- String
- Tag
- Template
- Url
- Website
- EV Tags
- CSS Pre-processor
- Ajax API
Tag
Extends Object. The Tag Object is generally associated with tags available onPages such as blog entries.
Properties | |
---|---|
alias |
Type String The tag name/title represented as a String identifier. |
id |
Type Number The system ID for the Tag. |
isActive |
Type Boolean True if the current page is listing articles with this Tag. Generally available on Blog pages. |
title |
Type String The tag name/title itself. |
total |
Type total The number of articles with this tag. Only available when retrieving the tagsWithin a page. |
url |
Type url A URL to the parent page to show articles with the same tag. This is normally used on blog posts. |