- Index
- »
- fan.fandoc
- »
- Link
Link
@Js
class Link : DocElem
Link is a hyperlink.
Is the text of the link the same as the URI string
Change the text to display for the link
virtual Str htmlName()
virtual DocNodeId id()
Bool : isCode
virtual Bool isInline()
Bool isTextUri()
Is the text of the link the same as the URI string
Int : line
new make(Str uri)
Void setText(Str text)
Change the text to display for the link
Str : uri