The new RocketTheme Pull-Down Panel uses the fantastic mootools JavaScript library and provides a very convenient way to provide functionality on your site without taking up valuable real-estate resources. On this demo site, we are using it for a style changer and a login module. During normal browsing activities, these functions are not often required, making them a perfect choice for the Pull-Down Panel
To modify how the Pull-Down Panel works, you can edit the js/rt_tools_packed.js file and adjust the variables shown below:
/* variables for top panel */
var panelSize = 110;
var effectDuration = 750;
var openString = "Open Control Panel";
var closeString = "Close Control Panel";
To add content to the Pull-Down Panel in ColorMatic, you simply need to publish your module to the header module position.
|