Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Method

Signature

Comments/Sample

getHtmlgetDefinition

string getHtmlgetDefinition()

returns the definition list in an html fragment as an unordered list <ul>

getHtml

string getHtml(string htmlClass)

returns the definition list in an html fragment as an unordered list <ul> and the ul element will have a class = htmlClass

getHtmlDL

getHtmlDL()

returns the definition list in an html fragment using <dl>, <dt>, and <dd>

getHtmlDL

getHtmlDL(string htmlClass)

returns the definition list in an html fragment using <dl>, <dt>, and <dd> and the dl element with have a class = htmlClass

getValue

Definition getValues()

 

isEmpty

boolean isEmpty 

getTerm

string getTerm()

 

 

See Also