Powered by SmartDoc

Optional HTML attributes and gotherh attribute

All elements can have optional HTML attributes otherattribute (elements without displaying HTML tags like CKString and CKRepetition, etc. do nothing). If you set attributes of HTML as key and value for elements, the HTML attributes are added for output HTML tag.

otherattribute adds setted string to HTML tag. The attribute is used to set HTML attribute without value.

Link : CKHyperlink {
  href  = ghttp://www.foobar.com/g
  key   = gvalueh
  other = ganykeywordsg
}

# <a href=hhttp://www.foobar.com/h key=hvalueh anykeywords></a>