Packages

CAWeb

CAWebModuleExtension

ds

Reports

Errors

Markers

Indices

Files

CAWeb_Module_Fullwidth_Section_Carousel

extends ET_Builder_CAWeb_Module

in package CAWebModuleExtension

CAWeb Section Carousel Module Class (Fullwidth)

Table of Contents

$slug : string

Member Variable

$vb_support : string

Member Variable

before_render() :

Before rendering set the global $et_pb_ca_section_carousel_style

carousel_fix() :

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 Initialization

render() :

Renders the Module on the frontend

renderCarousel() :

Renders the carousel with the appropriate style

renderPanelCarousel() :

Renders the carousel inside a Panel Module with the appropriate bg color.

Properties

$slug : 21
$slug Member Variable
public string $slug = null;
$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() : void
Return values

void

get_fields() Returns an array of all the Module Fields.
public get_fields() : array
Return values

array

public init() : void
Return values

void

public render( $unprocessed_props,  $content = null,  $render_slug) : string
Return values

string

renderCarousel() Renders the carousel with the appropriate style
public renderCarousel( $style) : string
Return values

string

renderPanelCarousel() Renders the carousel inside a Panel Module with the appropriate bg color.
public renderPanelCarousel( $section_bg_color) : string
Return values

string