Esempio n. 1
0
 def __init__( self, urlWriter, title, location ):
     HTMLBase.__init__( self )
     self.urlWriter = urlWriter
     self.fields = []
     self.title = title
     self.location = location
     self.passback = None
Esempio n. 2
0
 def __init__(self, urlWriter, title, location):
     HTMLBase.__init__(self)
     self.urlWriter = urlWriter
     self.fields = []
     self.title = title
     self.location = location
     self.passback = None
Esempio n. 3
0
 def __init__( self, title="Null Tab" ):
     HTMLBase.__init__( self )
     self.title = title
Esempio n. 4
0
 def __init__( self, title, urlWriter, tabStrings, tabObjects ):
     HTMLBase.__init__(self)
     self.tabStrings = tabStrings
     self.tabObjects = tabObjects
     self.urlWriter = urlWriter
     self.title = title
Esempio n. 5
0
 def __init__( self, dict, titles ):
     HTMLBase.__init__( self )
     self.dict = dict
     self.titles = titles
Esempio n. 6
0
 def __init__( self, source ):
     HTMLBase.__init__( self )
     self.source = source
Esempio n. 7
0
 def __init__( self, tab, tabs, urlWriter ):
     HTMLBase.__init__(self)
     self.tab = tab
     self.tabs = tabs
     self.urlWriter = urlWriter
Esempio n. 8
0
 def __init__( self, actions ):
     self.actions = actions
     HTMLBase.__init__( self )
Esempio n. 9
0
 def __init__( self, reg_exp = ".*" ):
     HTMLBase.__init__( self )
     self.name = ""
     self.reg_exp = reg_exp 
Esempio n. 10
0
 def __init__(self, reg_exp=".*"):
     HTMLBase.__init__(self)
     self.name = ""
     self.reg_exp = reg_exp