/**
  * Returns the slider tab input fields for this widget.
  * 
  * @param TabSet &$rootTabSet The root tab set
  * 
  * @return FieldList
  * 
  * @author Sascha Koehler <*****@*****.**>, Sebastian Diel <*****@*****.**>
  * @since 28.03.2012
  */
 public function getCMSFieldsSliderTab(&$rootTabSet)
 {
     SilvercartWidgetTools::getCMSFieldsSliderTabForProductSliderWidget($this, $rootTabSet);
 }