Skip to main content
Reference

DefinitionList SFO

Properties

FieldTypeComment/Sample

Methods

MethodSignatureComments/Sample
getHtmlstring getHtml()returns the definition list in an html fragment as an unordered list
    getHtmlstring getHtml(string htmlClass)returns the definition list in an html fragment as an unordered list
      and the ul element will have a class = htmlClass
    getHtmlDLgetHtmlDL()returns the definition list in an html fragment using
    ,
    , and
    getHtmlDLgetHtmlDL(string htmlClass)returns the definition list in an html fragment using
    ,
    , and
    and the dl element with have a class = htmlClass
    getValue[Definition](#) getValues()
    isEmptyboolean isEmpty()

    See Also

    Was this page helpful?