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_contents | The class of the the contents panel |
.thyBorderPanel_borders | Common class all borders inherits |
.thyBorderPanel_hBorders | Common class for top and bottom borders |
.thyBorderPanel_vBorders | Common class for left and right borders |
.thyBorderPanel_topBorder | The class for the top border |
.thyBorderPanel_bottomBorder | The class for the bottom border |
.thyBorderPanel_rightBorder | The class for the right border |
.thyBorderPanel_leftBorder | The 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 |