Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
home
/
phpMyAdmin-3.3.10.5-all-languages
/
js
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//home/phpMyAdmin-3.3.10.5-all-languages/js/mootools-domready-rainbow.js
window.addEvent('domready', function() { var r = new MooRainbow('myRainbow', { 'startColor': [58, 142, 246], 'imgPath': 'js/mooRainbow/images/', 'onChange': function(color) { top.frame_navigation.document.getElementById('body_leftFrame').style.backgroundColor = color.hex; top.frame_navigation.document.getElementById('pmalogo').style.backgroundColor = color.hex; top.frame_content.document.body.style.backgroundColor = color.hex; }, 'onComplete': function(color) { top.frame_content.document.getElementById('rainbowform').custom_color.value = color.hex; top.frame_content.document.getElementById('rainbowform').custom_color_rgb.value = color.rgb; top.frame_content.document.getElementById('rainbowform').submit(); } }); });