Class for a link tag.
Definition at line 720 of file pulsarhtmlutils.py.
Inherits lalpulsar.pulsarhtmlutils.htmltag.
Public Member Functions | |
| def | __init__ (self, link, linktext="", linkclass="", linkid="", linkstyle="") |
| Input the link and the text that the link surrounds. More... | |
Public Member Functions inherited from lalpulsar.pulsarhtmlutils.htmltag | |
| def | __init__ (self, tag, tagtext="", tagclass="", tagid="", tagstyle="", newline=False) |
| def | __iadd__ (self, ttext) |
| Overload the += operator to append text to tagtext. More... | |
| def | tag (self) |
| def | set_tag (self, t) |
| def | tagclass (self) |
| def | set_tagclass (self, tclass) |
| def | tagid (self) |
| def | set_tagid (self, tid) |
| def | tagstyle (self) |
| def | set_tagstyle (self, tstyle) |
| def | tagtext (self) |
| def | set_tagtext (self, ttext) |
| def | tagextra (self) |
| def | set_tagextra (self, textra) |
| def | taginfo (self) |
| def | text (self) |
| def | __str__ (self) |
| def lalpulsar.pulsarhtmlutils.atag.__init__ | ( | self, | |
| link, | |||
linktext = "", |
|||
linkclass = "", |
|||
linkid = "", |
|||
linkstyle = "" |
|||
| ) |
Input the link and the text that the link surrounds.
Reimplemented from lalpulsar.pulsarhtmlutils.htmltag.
Definition at line 725 of file pulsarhtmlutils.py.