Ferreteria/v0.5/@cls/caLoginBodyTag

From Woozle Writes Code
Jump to navigation Jump to search
class ferret\layout\html\caLoginBodyTag

ferret \ layout \ html \ tag \ caBodyStd
ferret \ layout \ login \ tContainer_standard

caLoginBodyTag

About

This is based on a standard <body> tag (caBodyStd) and defines a login widget element (GetElement_LoginWidget()).

Methods

rendering

  • OnRender() comes from caTag - basically: RenderOutput()
  • RenderOutput() comes from caClosable - assembled from RenderValue() and 2 other methods
  • RenderValue() comes from caContainer - TagData()->Render()
  • RenderTwigs() comes from cElement