File: /mnt/data/just-litigate/wp-content/uploads/elementor-widget/class-pxl-text-editor.php
<?php
class PxlTextEditor_Widget extends Pxltheme_Core_Widget_Base{
protected $name = 'pxl_text_editor';
protected $title = 'Case Text Editor';
protected $icon = 'eicon-text';
protected $categories = array( 'pxltheme-core' );
protected $params = '{"sections":[{"name":"section_content","label":"Text Editor","tab":"content","controls":[{"name":"text_ed","label":"","type":"wysiwyg","default":"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.","description":"Create Highlight text width shortcode: [pxl_highlight text=\"Text Demo\"]"},{"name":"text_first_letter","label":"First Letter","type":"switcher","default":"false"},{"name":"align","label":"Alignment","type":"choose","control_type":"responsive","options":{"left":{"title":"Left","icon":"eicon-text-align-left"},"center":{"title":"Center","icon":"eicon-text-align-center"},"right":{"title":"Right","icon":"eicon-text-align-right"},"justify":{"title":"Justified","icon":"eicon-text-align-justify"}},"selectors":{"{{WRAPPER}} .pxl-text-editor":"text-align: {{VALUE}}; justify-content: {{VALUE}};"}},{"name":"t_width","label":"Max Width","type":"slider","control_type":"responsive","size_units":["px","%"],"range":{"px":{"min":0,"max":3000}},"selectors":{"{{WRAPPER}} .pxl-text-editor .pxl-item--inner":"max-width: {{SIZE}}{{UNIT}};"}},{"name":"flex_grow","label":"Flex Grow","type":"choose","options":{"inherit":{"title":"Inherit","icon":"fas fa-arrows-alt-v"},"1":{"title":"Full","icon":"fas fa-arrows-alt-h"}},"selectors":{"{{WRAPPER}}":"flex-grow: {{VALUE}};"}}]},{"name":"section_style_text","label":"Text","tab":"style","controls":[{"name":"text_color","label":"Color","type":"color","default":"","selectors":{"{{WRAPPER}} .pxl-text-editor":"color: {{VALUE}};"}},{"name":"color_gradient_from","label":"Gradient - Color From","type":"color","default":"","selectors":{"{{WRAPPER}} .pxl-text-editor":"--gradient-color-from: {{VALUE}};"}},{"name":"color_gradient_to","label":"Gradient - Color To","type":"color","default":"","selectors":{"{{WRAPPER}} .pxl-text-editor":"--gradient-color-to: {{VALUE}};"}},{"name":"text_typography","type":"typography","label":"Typography","control_type":"group","selector":"{{WRAPPER}} .pxl-text-editor p"},{"name":"heading_first_letter","label":"FIRST LETTER","type":"heading","separator":"before","condition":{"text_first_letter":"true"}},{"name":"first_letter_color","label":"Color","type":"color","selectors":{"{{WRAPPER}} .pxl-text-editor p:first-letter":"color: {{VALUE}};"},"condition":{"text_first_letter":"true"}},{"name":"first_letter_typography","type":"typography","label":"Typography","control_type":"group","selector":"{{WRAPPER}} .pxl-text-editor p:first-letter","condition":{"text_first_letter":"true"}}]},{"name":"section_style_link","label":"Link","tab":"style","controls":[{"name":"link_color","label":"Color","type":"color","default":"","selectors":{"{{WRAPPER}} .pxl-text-editor a":"color: {{VALUE}};"}},{"name":"link_color_hover","label":"Color Hover","type":"color","default":"","selectors":{"{{WRAPPER}} .pxl-text-editor a:hover":"color: {{VALUE}};"}},{"name":"link_typography","type":"typography","label":"Typography","selector":"{{WRAPPER}} .pxl-text-editor a","control_type":"group"}]},{"name":"section_style_title_highlight","label":"Highlight","tab":"style","controls":[{"name":"highlight_typography","label":"Typography","type":"typography","control_type":"group","selector":"{{WRAPPER}} .pxl-text-editor .pxl-text--highlight"},{"name":"gradient_style","label":"Gradient Style","type":"select","options":{"highlight-gradient":"Gradient 1","highlight-gradient2":"Gradient 2"},"default":"highlight-gradient"}]},{"name":"section_animation","label":"Animation","tab":"style","condition":[],"controls":[{"name":"pxl_animate","label":"Case Animate","type":"select","options":{"":"None","wow bounce":"bounce","wow flash":"flash","wow pulse":"pulse","wow rubberBand":"rubberBand","wow shake":"shake","wow swing":"swing","wow tada":"tada","wow wobble":"wobble","wow bounceIn":"bounceIn","wow bounceInDown":"bounceInDown","wow bounceInLeft":"bounceInLeft","wow bounceInRight":"bounceInRight","wow bounceInUp":"bounceInUp","wow bounceOut":"bounceOut","wow bounceOutDown":"bounceOutDown","wow bounceOutLeft":"bounceOutLeft","wow bounceOutRight":"bounceOutRight","wow bounceOutUp":"bounceOutUp","wow fadeIn":"fadeIn","wow fadeInDown":"fadeInDown","wow fadeInDownBig":"fadeInDownBig","wow fadeInLeft":"fadeInLeft","wow fadeInLeftBig":"fadeInLeftBig","wow fadeInRight":"fadeInRight","wow fadeInRightBig":"fadeInRightBig","wow fadeInUp":"fadeInUp","wow fadeInUpBig":"fadeInUpBig","wow fadeOut":"fadeOut","wow fadeOutDown":"fadeOutDown","wow fadeOutDownBig":"fadeOutDownBig","wow fadeOutLeft":"fadeOutLeft","wow fadeOutLeftBig":"fadeOutLeftBig","wow fadeOutRight":"fadeOutRight","wow fadeOutRightBig":"fadeOutRightBig","wow fadeOutUp":"fadeOutUp","wow fadeOutUpBig":"fadeOutUpBig","wow flip":"flip","wow flipCase":"flipCase","wow flipInX":"flipInX","wow flipInY":"flipInY","wow flipOutX":"flipOutX","wow flipOutY":"flipOutY","wow lightSpeedIn":"lightSpeedIn","wow lightSpeedOut":"lightSpeedOut","wow rotateIn":"rotateIn","wow rotateInDownLeft":"rotateInDownLeft","wow rotateInDownRight":"rotateInDownRight","wow rotateInUpLeft":"rotateInUpLeft","wow rotateInUpRight":"rotateInUpRight","wow rotateOut":"rotateOut","wow rotateOutDownLeft":"rotateOutDownLeft","wow rotateOutDownRight":"rotateOutDownRight","wow rotateOutUpLeft":"rotateOutUpLeft","wow rotateOutUpRight":"rotateOutUpRight","wow hinge":"hinge","wow rollIn":"rollIn","wow rollOut":"rollOut","wow zoomInSmall":"zoomInSmall","wow zoomIn":"zoomInBig","wow zoomOut":"zoomOut","wow skewIn":"skewInLeft","wow skewInRight":"skewInRight","wow skewInTop":"skewInTop","wow skewInBottom":"skewInBottom","wow RotatingY":"RotatingY","wow PXLfadeInUp":"PXLfadeInUp","fadeInPopup":"fadeInPopup","img_effect1":"Effect 1","img_effect2":"Effect 2","img_effect3":"Effect 3"},"default":""},{"name":"pxl_animate_delay","label":"Animate Delay","type":"text","default":"0","description":"Enter number. Default 0ms"}]}]}';
protected $styles = array( );
protected $scripts = array( );
}