qcubed/framework

View on GitHub
install/project/includes/controls/QSlider.class.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
    /**
     * QSlider
     * 
     * Put your customizations of the standard behavior here.
     * 
     * @package Controls
     * @author 
     * @copyright 2011
     * @version $Id$
     * @access public
     */
     
    /**
     * @package Controls
     * @author Qcubed
     * @copyright 
     * @version 2011
     * @access public
     */

    class QSlider extends QSliderBase
    {
    }