thyBorderPanel

Base class for all other ThyAPI GUI Components that wants to have custom (not CSS) borders.

This class is identical to thyPanel class, except that it creates 5 internal layers: 4 borders and the content holder.

CSS Classes for Common Attributes

.thyBorderPanel_contentsThe class of the the contents panel
.thyBorderPanel_bordersCommon class all borders inherits
.thyBorderPanel_hBordersCommon class for top and bottom borders
.thyBorderPanel_vBordersCommon class for left and right borders
.thyBorderPanel_topBorderThe class for the top border
.thyBorderPanel_bottomBorderThe class for the bottom border
.thyBorderPanel_rightBorderThe class for the right border
.thyBorderPanel_leftBorderThe class for the left border

CSS Classes for Specific Attributes

  • .<object name>_contents
  • .<object name>_borders
  • .<object name>_hBorders
  • .<object name>_vBorders
  • .<object name>_topBorder
  • .<object name>_bottomBorder
  • .<object name>_rightBorder
  • .<object name>_leftBorder

Author

Raphael Derosso Pereira raphael.nosp@m.pereira@users.sour.nosp@m.ceforge.net

Summary
Base class for all other ThyAPI GUI Components that wants to have custom (not CSS) borders.
Overwritten method that insert borders on result
Overwritten method that assigns borders too
Overwritten method that assigns borders too
Associates the HTML border elements to internal variables

getInnerHTML

p.getInnerHTML = function()

Overwritten method that insert borders on result

_assignElement

p._assignElement = function (dlyr,
elm,
divs)

Overwritten method that assigns borders too

_assignElm

p._assignElm = function(elm)

Overwritten method that assigns borders too

_assignBorders

p._assignBorders = function(dlyr)

Associates the HTML border elements to internal variables

p.getInnerHTML = function()
Overwritten method that insert borders on result
p._assignElement = function (dlyr,
elm,
divs)
Overwritten method that assigns borders too
p._assignElm = function(elm)
Overwritten method that assigns borders too
p._assignBorders = function(dlyr)
Associates the HTML border elements to internal variables