Class VerticalAlignSC

Description

The VerticalAlignSC represents CSS vertical-align values. The allowed values are:

<ul style="font-family: monospace;"> <li> baseline </li> <li> middle </li> <li> top </li> <li> bottom </li> <li> text-top </li> <li> text-bottom </li> <li> super </li> <li> sub </li> <li> [specific value] - a length value (%, px, in, etc.) </li> </ul>

The

  1. StyleComponent
(SC) is the most basic of the three building pieces of CSS styles. It combines a CSS property value with a ValidatorRule to ensure that the value follows a certain format.

  • version: $Id: VerticalAlignSC.class.php,v 1.10 2007/09/04 20:25:23 adamfranco Exp $
  • license: GNU General Public License (GPL)
  • copyright: Copyright &copy; 2005, Middlebury College

Located in /harmoni/core/GUIManager/StyleComponents/VerticalAlignSC.class.php (line 31)

StyleComponentInterface
   |
   --StyleComponent
      |
      --VerticalAlignSC
Method Summary
VerticalAlignSC VerticalAlignSC (string $value)
Variables
Methods

Documentation generated on Wed, 19 Sep 2007 10:27:42 -0400 by phpDocumentor 1.3.0RC3