LALPulsar  6.1.0.1-c9a8ef6
lalpulsar.pulsarhtmlutils.atag Class Reference

Detailed Description

Class for a link tag.

Definition at line 721 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)
 

Constructor & Destructor Documentation

◆ __init__()

def lalpulsar.pulsarhtmlutils.atag.__init__ (   self,
  link,
  linktext = "",
  linkclass = "",
  linkid = "",
  linkstyle = "" 
)

Input the link and the text that the link surrounds.

Definition at line 726 of file pulsarhtmlutils.py.