classQImageRollover
QImageRollover Class Reference
Inherits QControl.

Public Member Functions
- ParsePostData ()
- SetCustomLinkStyle ($strName, $strValue)
- GetCustomLinkStyle ($strName)
- RemoveCustomLinkStyle ($strName)
- GetEndScript ()
- Validate ()
- __get ($strName)
- __set ($strName, $mixValue)
Protected Member Functions
Protected Attributes
- $mixImageStandard
- $mixImageHover
- $strLinkUrl
- $strCustomLinkStyleArray = array()
- $strAltText
- $strJavaScripts = '_core/control_rollover.js'
Member Function Documentation
| QImageRollover::__get | ( | $ | strName | ) |
Override method to perform a property "Get" This will get the value of $strName All inhereted objects that call __get() should always fall through to calling parent::__get() in a try/catch statement catching for CallerExceptions.
- Parameters:
-
string $strName Name of the property to get
- Returns:
- mixed the returned property
Reimplemented from QControlBase.
References QControlBase::$strName, and QCallerException::IncrementOffset().
| QImageRollover::__set | ( | $ | strName, | |
| $ | mixValue | |||
| ) |
Override method to perform a property "Set" This will set the property $strName to be $mixValue All inhereted objects that call __set() should always fall through to calling parent::__set() in a try/catch statement catching for CallerExceptions.
- Parameters:
-
string $strName Name of the property to set string $mixValue New value of the property
- Returns:
- mixed the property that was set
Reimplemented from QControlBase.
References QControlBase::$strName, QType::Cast(), QCallerException::IncrementOffset(), and QType::String.
| QImageRollover::GetControlHtml | ( | ) | [protected] |
Reimplemented from QControlBase.
References $strAltText, QControlBase::$strControlId, QControlBase::$strToolTip, QControlBase::GetAttributes(), and QControlBase::GetStyleAttributes().
| QImageRollover::GetCustomLinkStyle | ( | $ | strName | ) |
References QControlBase::$strName.
| QImageRollover::GetEndScript | ( | ) |
Reimplemented from QControlBase.
| QImageRollover::ParsePostData | ( | ) |
Reimplemented from QControlBase.
| QImageRollover::RemoveCustomLinkStyle | ( | $ | strName | ) |
References QControlBase::$strName.
| QImageRollover::SetCustomLinkStyle | ( | $ | strName, | |
| $ | strValue | |||
| ) |
References QControlBase::$strName.
| QImageRollover::Validate | ( | ) |
Reimplemented from QControlBase.
Member Data Documentation
QImageRollover::$mixImageHover [protected] |
QImageRollover::$mixImageStandard [protected] |
QImageRollover::$strAltText [protected] |
Referenced by GetControlHtml().
QImageRollover::$strCustomLinkStyleArray = array() [protected] |
QImageRollover::$strJavaScripts = '_core/control_rollover.js' [protected] |
Reimplemented from QControlBase.
QImageRollover::$strLinkUrl [protected] |
The documentation for this class was generated from the following file:
- qcodo/_core/qform/QImageRollover.class.php
