All elements can have optional HTML attributes other
attribute (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.
other
attribute 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 = gvalueh other = ganykeywordsg } # <a href=hhttp://www.foobar.com/h key=hvalueh anykeywords></a>