Esempio n. 1
0
 def format(self) -> JsHtml.Formatters:
   """
   Description:
   ------------
   Specific formatters for the HTML components.
   """
   return JsHtml.Formatters(self.page, self.content.toStr())
Esempio n. 2
0
 def format(self):
     """
 Description:
 ------------
 Specific formatters for the HTML components
 """
     return JsHtml.Formatters(self._report, self.content.toStr())