def js_output(self, attrs=None): # Print javascript return """ """ % (self.OutputString(attrs),) # end js_output()