PATH:
home
/
lab2454c
/
incforce.com
/
wp-content
/
plugins
/
smart-slider-3
/
Nextend
/
SmartSlider3
/
Form
/
Element
<?php namespace Nextend\SmartSlider3\Form\Element; use Nextend\Framework\Form\Element\IconTab; class BackgroundImage extends IconTab { protected $relatedAttribute = 'slide-background-type'; protected function fetchElement() { $this->options = array( 'image' => 'ssi_16 ssi_16--image', 'color' => 'ssi_16 ssi_16--color' ); $this->tooltips = array( 'image' => n2_('Image'), 'video' => n2_('Video'), 'color' => n2_('Color') ); return parent::fetchElement(); } }
[-] ControlTypePicker.php
[edit]
[+]
Radio
[+]
..
[-] Columns.php
[edit]
[+]
Select
[-] PublishSlider.php
[edit]
[-] BackgroundAnimation.php
[edit]
[+]
Group
[-] WidgetArea.php
[edit]
[-] BackgroundImage.php
[edit]
[-] DatePicker.php
[edit]