| Server IP : 14.225.204.176 / Your IP : 216.73.216.6 Web Server : nginx/1.24.0 System : Linux nodejs-ybgk 6.8.0-40-generic #40-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 5 10:34:03 UTC 2024 x86_64 User : root ( 0) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/html/php/fe2tech/wp-content/themes/contio/elementor/core/widgets/ |
Upload File : |
<?php
class CT_CtTabs_Widget extends Case_Theme_Core_Widget_Base{
protected $name = 'ct_tabs';
protected $title = 'Tabs';
protected $icon = 'eicon-tabs';
protected $categories = array( 'case-theme-core' );
protected $params = '{"sections":[{"name":"section_tabs","label":"Tabs","tab":"content","controls":[{"name":"active_tab","label":"Active Tab","type":"number","default":1,"separator":"after"},{"name":"tabs","label":"Tabs Items","type":"repeater","controls":[{"name":"tab_title","label":"Title & Description","type":"text","default":"Tab Title","placeholder":"Tab Title","label_block":true},{"name":"content_type","label":"Content Type","type":"select","default":"text_editor","options":{"text_editor":"Text Editor","template":"Template"}},{"name":"tab_content","label":"Content","type":"wysiwyg","default":"Tab Content","placeholder":"Tab Content","show_label":false,"condition":{"content_type":"text_editor"}},{"name":"tab_content_template","label":"Template","type":"select","default":"","options":{"":"Select Template","1644":"Default Kit","1217":"Pricing - Year","1214":"Pricing - Month"},"condition":{"content_type":"template"}}],"title_field":"{{{ tab_title }}}"},{"name":"tab_style","label":"Style","type":"select","options":{"style1":"Style 1","style2":"Style 2 (Radio \/ Only 2 items)"},"default":"style1"}]}]}';
protected $styles = array( );
protected $scripts = array( 'ct-tabs-widget-js' );
}