SilverCart\Model\Widgets\ProductSliderWidget
Trait for a ProductSliderWidget.
- Author: Sebastian Diel <sdiel@pixeltricks.de>
- Copyright: 2017 pixeltricks GmbH
- License: see license file in modules root directory
Synopsis
trait ProductSliderWidget
{
- // methods
- public FieldList getCMSFieldsSliderTab()
- public void getCMSFieldsRoundaboutTab()
- public void populateFromPostData()
Hierarchy
Methods
public
- getCMSFieldsRoundaboutTab() — Returns the slider tab input fields for this widget.
- getCMSFieldsSliderTab() — Returns the slider tab input fields for this widget.
- populateFromPostData() — We set checkbox field values here to false if they are not in the post data array.