Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added attrFont

Properties

Methods

Method

Signature

Comments/Sample

attr (1)

SimpleAttributes attr()

 

attr (2)

string attr(string key)

 

attr (3)

string attr(string key, string defaultValue)

 

attrDefinitionList

DefinitionList attrDefinitionList(key)

 

attrFontFont attrFont(key)If the attribute is not defined, this method will return an empty Font. It will never return null.

attrItemSet

Item[ ] attrItemSet(key)

 

attrSimpleList

SimpleList attrSimpleList(key)

 

getAttributestring getAttribute(string attributeName) 
getAttributeI18Nstring getAttributeI18N(string attributeName)returns the attribute, translated into the customer's desired language.
getAttributeI18NHtmlLangstring getAttributeI18NHtmlLang(string attributeName)returns the HTML lang attribute to be usd on the surround DOM element to tell search engines about how the content was translated.

getAuthor

string getAuthor()

 

getDir

string getDir()

the directory of the theme. If the same theme is installed multiple times, this will help differentiate them.

getName

string getName()

 

getVersion

string getVersion()

 

See Also