PATH:
home
/
lab2454c
/
incforce.com
/
wp-content
/
plugins
/
smart-slider-3
/
Nextend
/
Framework
/
Form
/
Container
<?php namespace Nextend\Framework\Form\Container; use Nextend\Framework\Form\ContainerGeneral; class ContainerTab extends ContainerGeneral { public function renderContainer() { echo '<div class="n2_form__tab" data-related-form="' . esc_attr($this->getForm() ->getId()) . '" data-tab="' . esc_attr($this->getId()) . '">'; parent::renderContainer(); echo '</div>'; } public function getId() { return 'n2_form__tab_' . $this->controlName . '_' . $this->name; } }
[+]
..
[-] ContainerRowGroup.php
[edit]
[-] ContainerSubform.php
[edit]
[-] ContainerTab.php
[edit]
[+]
LayerWindow
[-] ContainerAlternative.php
[edit]
[-] ContainerTable.php
[edit]