rewrite of the formatters system
This commit is contained in:
parent
efb18d9dce
commit
fc849995f4
22 changed files with 441 additions and 580 deletions
|
|
@ -43,11 +43,8 @@ class WebBrowser(gtk.Window):
|
|||
|
||||
|
||||
class WebkitGtkFormatter(HTMLTableFormatter):
|
||||
def __init__(self):
|
||||
HTMLTableFormatter.__init__(self, return_only=True)
|
||||
|
||||
def flush(self):
|
||||
table_string = HTMLTableFormatter.flush(self)
|
||||
table_string = self.get_formatted_table()
|
||||
js_filepaths = []
|
||||
js_filepaths.append(get_javascript('jquery'))
|
||||
js_filepaths.append(get_javascript('tablesorter'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue