|
TYPO3 API
SVNRelease
|
Go to the source code of this file.
Classes | |
| class | SC_wizard_colorpicker |
Namespaces | |
| namespace | TYPO3 |
Variables | |
| $BACK_PATH = '' | |
| if(defined('TYPO3_MODE')&&isset($GLOBALS['TYPO3_CONF_VARS'][TYPO3_MODE]['XCLASS']['typo3/wizard_colorpicker.php'])) | $SOBE = t3lib_div::makeInstance('SC_wizard_colorpicker') |
| $BACK_PATH = '' |
Colorpicker wizard
$Id $ Revised for TYPO3 3.7 May/2004 by Kasper Skårhøj
75: class SC_wizard_colorpicker 103: function init() 182: function main() 233: function printContent() 246: function frameSet()
SECTION: Rendering of various color selectors 305: function colorMatrix() 354: function colorList() 384: function colorImage() 417: function getIndex($im,$x,$y)
TOTAL FUNCTIONS: 8 (This index is automatically created/updated by the extension "extdeveval")
Definition at line 60 of file wizard_colorpicker.php.
| if (defined('TYPO3_MODE')&&isset($GLOBALS['TYPO3_CONF_VARS'][TYPO3_MODE]['XCLASS']['typo3/wizard_colorpicker.php'])) $SOBE = t3lib_div::makeInstance('SC_wizard_colorpicker') |
Definition at line 464 of file wizard_colorpicker.php.
1.7.5.1