The CursorSC represents CSS "cursor" values. The allowed
values are: <ul style="font-family: monospace;"> <li> default </li> <li> auto </li> <li> n-resize </li> <li> ne-resize </li> <li> e-resize </li> <li> se-resize </li> <li> s-resize </li> <li> sw-resize </li> <li> w-resize </li> <li> nw-resize </li> <li> crosshair </li> <li> pointer </li> <li> move </li> <li> text </li> <li> wait </li> <li> help </li> <li> hand </li> </ul>
The
(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.
Located in /harmoni/core/GUIManager/StyleComponents/CursorSC.class.php (line 39)
StyleComponentInterface | --StyleComponent | --CursorSC
The constructor.
Inherited From StyleComponent
StyleComponent::StyleComponent()
StyleComponent::getDescription()
StyleComponent::getDisplayName()
StyleComponent::getErrorDescription()
StyleComponent::getId()
StyleComponent::getOptions()
StyleComponent::getRule()
StyleComponent::getValue()
StyleComponent::hasOptions()
StyleComponent::isLimitedToOptions()
StyleComponent::setId()
StyleComponent::setValue()
Inherited From StyleComponentInterface
StyleComponentInterface::getDescription()
StyleComponentInterface::getDisplayName()
StyleComponentInterface::getOptions()
StyleComponentInterface::getValue()
StyleComponentInterface::hasOptions()
StyleComponentInterface::isLimitedToOptions()
StyleComponentInterface::setValue()
Documentation generated on Wed, 19 Sep 2007 10:22:28 -0400 by phpDocumentor 1.3.0RC3