CAWeb_Module_Section_Carousel
extends ET_Builder_CAWeb_Module
in package CAWebModuleExtension
CAWeb Section Carousel Module Class (Standard)Table of Contents
$slug : string
Member Variable$vb_support : string
Member Variable
Before rendering set the global $et_pb_ca_section_carousel_style
This is a non-standard function, it outputs JS code to change items amount for carousel-media.
get_fields() : mixed||string|int
Returns an array of all the Module Fields.init() :
Module Initializationrender() :
Renders the Module on the frontend
Renders the carousel with the appropriate style
Renders the carousel inside a Panel Module with the appropriate bg color.
Properties
$slug : 21
$slug
Member Variable
public string $slug = 'et_pb_ca_section_carousel';
$vb_support : 27
$vb_support
Member Variable
public string $vb_support = 'on';
Methods
before_render()
Before rendering set the global $et_pb_ca_section_carousel_style
public before_render() : voidReturn values
void
carousel_fix()
This is a non-standard function, it outputs JS code to change items amount for carousel-media.
public carousel_fix() : voidReturn values
void
get_fields()
Returns an array of all the Module Fields.
public get_fields() : arrayReturn values
array
init()
Module Initialization
public init() : voidReturn values
void
render()
Renders the Module on the frontend
public render( $unprocessed_props, $content = null, $render_slug) : stringReturn values
string
renderCarousel()
Renders the carousel with the appropriate style
public renderCarousel( $style) : stringReturn values
string
renderPanelCarousel()
Renders the carousel inside a Panel Module with the appropriate bg color.
public renderPanelCarousel( $section_bg_color) : stringReturn values
string