Example #1
0
 def GetControl(self, newID):
     return GetView(self, newID)
Example #2
0
 def GetControlAlias(self, alias):  # see AliasControls()
     return GetView(alias, self.ID)
Example #3
0
 def GetControl(self, newID):  # backwards compatibility
     return GetView(self, newID)