예제 #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
예제 #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
예제 #3
0
 def __init__( self, title="Null Tab" ):
     HTMLBase.__init__( self )
     self.title = title
예제 #4
0
 def __init__( self, title, urlWriter, tabStrings, tabObjects ):
     HTMLBase.__init__(self)
     self.tabStrings = tabStrings
     self.tabObjects = tabObjects
     self.urlWriter = urlWriter
     self.title = title
예제 #5
0
 def __init__( self, dict, titles ):
     HTMLBase.__init__( self )
     self.dict = dict
     self.titles = titles
예제 #6
0
 def __init__( self, source ):
     HTMLBase.__init__( self )
     self.source = source
예제 #7
0
 def __init__( self, tab, tabs, urlWriter ):
     HTMLBase.__init__(self)
     self.tab = tab
     self.tabs = tabs
     self.urlWriter = urlWriter
예제 #8
0
 def __init__( self, actions ):
     self.actions = actions
     HTMLBase.__init__( self )
예제 #9
0
 def __init__( self, reg_exp = ".*" ):
     HTMLBase.__init__( self )
     self.name = ""
     self.reg_exp = reg_exp 
예제 #10
0
 def __init__(self, reg_exp=".*"):
     HTMLBase.__init__(self)
     self.name = ""
     self.reg_exp = reg_exp