コード例 #1
0
 def addModules(self):
     self.modules.append(TemplateModules.getStandardHeading(self, 'MainHeading'))
     self.modules.append(TemplateModules.getStandardTextBox(self, 'MainTextBox'))
     self.modules.append(TemplateModules.getStandardHeading(self, 'AboutHeading'))
     self.modules.append(TemplateModules.getStandardTextBox(self, 'AboutTextBox'))
     self.modules.append(TemplateModules.getStandardHeading(self, 'YourNameLabel'))
     self.modules.append(TemplateModules.getStandardHeading(self, 'YourEmailLabel'))
     self.modules.append(TemplateModules.getStandardHeading(self, 'ReferenceLabel'))
コード例 #2
0
 def addModules(self):
     self.modules.append(
         TemplateModules.getStandardHeading(self, 'MainHeading'))
     self.modules.append(
         TemplateModules.getStandardTextBox(self, 'MainTextBox'))
     self.modules.append(
         TemplateModules.getStandardHeading(self, 'AboutHeading'))
     self.modules.append(
         TemplateModules.getStandardTextBox(self, 'AboutTextBox'))
     self.modules.append(
         TemplateModules.getStandardHeading(self, 'YourNameLabel'))
     self.modules.append(
         TemplateModules.getStandardHeading(self, 'YourEmailLabel'))
     self.modules.append(
         TemplateModules.getStandardHeading(self, 'ReferenceLabel'))
コード例 #3
0
 def addModules(self):
     self.modules.append(
         TemplateModules.getStandardHeading(self, 'MainHeading'))
     self.modules.append(
         TemplateModules.getStandardTextBox(self, 'MainTextBox'))
     self.modules.append(
         TemplateModules.getSingleImageModule(self, 'MainImage'))
コード例 #4
0
 def addModules(self):
     self.modules.append(TemplateModules.getStandardHeading(self, 'MainHeading'))
     self.modules.append(TemplateModules.getStandardTextBox(self, 'MainTextBox'))