芝麻web文件管理V1.00
编辑当前文件:/home/soundframestudio/public_html/wp-content/plugins/revslider/admin/views/modals-builder.php
* @link https://www.themepunch.com/ * @copyright 2024 ThemePunch */ if(!defined('ABSPATH')) exit(); ?>
format_paint
close
color_lens
new_releases
close
of your Slider Revolution 6 Module.', 'revslider');?>
Each Slide has its own content and can be
navigated to with various optional
navigation elements.');?>
Slide and no navigation elements.
Best used for content modules that require
no additional depth.');?>
visible at the same time.
There are lots of options to customize the Carousel.');?>
adjust to the surrounding container width,
keeping its aspect ratio.');?>
full-width of the web-page. The height can
be flexible depending on other settings.');?>
within the web-page.');?>
close
play_circle
Rapid Fire Overview
play_circle
Responsiveness in Edited Templates
play_circle
Animation Basics
north_east
edit
settings
touch_app
play_arrow
display_settings
extension
chat
How to Create an Awesome Product Slider with a Built-in Variant Switcher[Tutorial]
close
play_circle
Rapid Fire Overview
play_circle
Creating Modules
play_circle
Module Editor, Slides & Layers
north_east
edit
settings
touch_app
play_arrow
display_settings
extension
download
Load A Template From The Library
import_export
close
import_export
games
close
save
swap_horiz
more_horiz
view_column
filter_frames
settings_ethernet
add
more_horiz
more_vert
add
close
done
code
A
P
I
keyboard_arrow_right
close
code
">
add
">
add
">
add
">
add
">
add
">
add
">
add
">
add
">
add
">
add
">
add
">
add
">
add
">
add
">
add
">
revapi.start(); // Start Manual Module if waitApi set to true</textarea>
add
">
revapi.pause(); // Pause Progress</textarea>
add
">
revapi.resume(); // Resume Progress</textarea>
add
">
revapi.prevSlide(); // Call Next Slide</textarea>
add
">
revapi.nextSlide(); // Call Previous Slide</textarea>
add
">
revapi.scroll(offset); //Scroll to "y" position</textarea>
add
">
revapi.maxSlide(); // Amount of Slides (Not only through navigation available slides)</textarea>
add
">
revapi.lastSlide(); // The last available Slide due Navigation</textarea>
add
">
revapi.showSlide(2); // Show Slide. Possible Values: /*"last" - Last Slide "first" - First Slide "random" - Random Slide "id" - Slide with ID "+2" - 2 Slide furthet "-1" - 1 Slide back 0-100 - Slide with Index (0 - xx) */</textarea>
add
{index: 2, key: '281', order: 3} ", 'revslider');?>">
revapi.currentSlide(); // Get Current Slide => {index: 2, key: '281', order: 3}</textarea>
add
">
revapi.redraw(); //Redraw the Module</textarea>
add
">
revapi.kill(); // Kill and Remove Module</textarea>
add
">
revapi.playScene(layerid,scene); // Play Layer with Scene (Scene i.e. "in" , "out", "scene_1" "scene_2" etc)</textarea>
add
">
revapi.removeSlide(slidekey); // Remove Single Slide from Loop</textarea>
add
av_timer
add
revapi.bind("revolution.slide.onloaded",function (e) {});</textarea>
add
revapi.bind("revolution.slide.onchange",function (e,data){ //data.slideIndex => //data.slideLIIndex => Index', 'revslider');?> //data.currentslide => //data.prevslide => });</textarea>
add
revapi.bind("revolution.slide.onpause",function (e,data) { // });</textarea>
add
revapi.bind("revolution.slide.onresume",function (e,data) { // });</textarea>
add
revapi.bind("revolution.slide.onvideoplay",function (e,data) { // //data.video => //data.videotype => //data.settings => });</textarea>
add
revapi.bind("revolution.slide.onvideostop",function (e,data) { // //data.video => //data.videotype => //data.settings => });</textarea>
add
revapi.bind("revolution.slide.onstop",function (e,data) { // });</textarea>
add
revapi.bind("revolution.slide.onbeforeswap",function (e,data) { // //data.currentslide => //data.nextslide => });</textarea>
add
revapi.bind("revolution.slide.onafterswap",function (e,data) { // //data.currentslide => //data.prevslide => });</textarea>
add
revapi.bind("revolution.slide.slideatend",function (e) { // });</textarea>
add
revapi.bind("revolution.slide.layeraction",function (e,data) { //data.eventtype - //data.layertype - //data.layersettings - //data.layer - });</textarea>
add
jQuery.fn.revolution.document.on('RS_MODALOPENED', function() { });</textarea>
add
document.addEventListener("sr.modal.loaded", function (e) { console.log("sr.modal.loaded",e.id,e.alias); });</textarea>
add
document.addEventListener("sr.modal.open", function (e) { console.log("sr.modal.open",e.id,e.alias); });</textarea>
add
document.addEventListener("sr.modal.close", function (e) { console.log(e.id); console.log("sr.modal.close",e.id,e.alias); });</textarea>
add
document.addEventListener("sr.module.ready", function (e,id) { console.group("sr.module.ready",e.id); console.log("This Id:",revapi.id); console.groupEnd(); });</textarea>
add
document.addEventListener("sr.slide.afterChange", function (e) { console.group("sr.slide.afterChange",e.id); console.log("This Id:",revapi.id); console.log("Current:",e.current); console.log("Previous:",e.previous); console.groupEnd(); });</textarea>
add
document.addEventListener("sr.slide.ended", function (e) { console.group("sr.slide.ended",e.id); console.log("This Id:",revapi.id); console.log("Current:",e.current); console.log("Next:",e.next); console.groupEnd(); });</textarea>
add
document.addEventListener("sr.slide.beforeChange", function (e) { console.group("sr.slide.beforeChange",e.id); console.log("This Id:",revapi.id); console.log("Current:",e.current); console.log("Next:",e.next); console.groupEnd(); });</textarea>
add
document.addEventListener("sr.slide.pause", function (e) { console.group("sr.slide.pause",e.id); console.log("This Id:",revapi.id); console.log(e); console.groupEnd(); });</textarea>
add
document.addEventListener("sr.slide.resume", function (e) { console.group("sr.slide.resume",e.id); console.log("This Id:",revapi.id); console.log(e); console.groupEnd(); });</textarea>
add
document.addEventListener("sr.media.update", function(e) { console.group("sr.media.update",e.id, e.skey, e.layerid); console.log("player",e.player); console.log("layer",e.layer); console.log("options" , e.options); console.log("type" , e.mediatype); console.log("id" , e.id); console.log("layerid" , e.layerid); console.log("skey" , e.skey); console.log("state" , e.state); console.groupEnd(); });</textarea>
add
document.addEventListener("sr.layer.action", function (e) { console.group("sr.layer.action",e.id, e.layerid); console.log("eventtype",e.eventtype); console.log("caller",e.caller); console.log("scene",e.scene); console.log("frame",e.frame); console.log("c",e.c); console.log("layer",e.layer); console.log("layertype",e.layertype); console.log("layersettings", e.layersettings); console.groupEnd(); });</textarea>
add
document.addEventListener("sr.module.finished", function(e) { console.log("sr.module.finished",e.id); });</textarea>
local_offer
close
copyright
arrow_drop_down
bookmark
{{current_slide_index}}
bookmark
{{total_slide_count}}
bookmark
{{current_page_link}}
bookmark
{{home_url}}
description
arrow_drop_down
description
{{id}}
description
{{meta:somemegatag}}
description
{{title}}
description
{{title:words:5}}
description
{{title:chars:5}}
description
{{excerpt}}
description
{{excerpt:words:10}}
description
{{excerpt:chars:10}}
description
{{alias}}
description
{{content}}
description
{{content:words:10}}
description
{{content:chars:10}}
info
arrow_drop_down
info
{{link}}
info
{{date}}
info
{{date_modified}}
info
{{author_name}}
info
{{author_avatar:80px}}
info
{{author_website}}
info
{{author_posts}}
category
arrow_drop_down
category
{{num_comments}}
category
{{catlist}}
category
{{catlist_raw}}
category
{{taglist}}
shopping_cart
arrow_drop_down
category
{{wc_categories}}
category
{{wc_tags}}
category
{{wc_add_to_cart}}
category
{{wc_add_to_cart_button}}
shopping_cart
arrow_drop_down
attach_money
{{wc_full_price}}
attach_money
{{wc_price}}
attach_money
{{wc_price_no_cur}}
shopping_cart
arrow_drop_down
dashboard
{{wc_sku}}
dashboard
{{wc_stock}}
dashboard
{{wc_stock_quantity}}
shopping_cart
arrow_drop_down
star_half
{{wc_rating_count}}
star_half
{{wc_review_count}}
star_half
{{wc_rating}}
star_half
{{wc_star_rating}}
event
arrow_drop_down
event
{{event_start_date}}
event
{{event_end_date}}
event
{{event_start_time}}
event
{{event_end_time}}
event
{{event_id}}
my_location
arrow_drop_down
location_on
{{event_location_name}}
location_on
{{event_location_slug}}
location_on
{{event_location_address}}
location_on
{{event_location_town}}
location_on
{{event_location_state}}
location_on
{{event_location_postcode}}
location_on
{{event_location_region}}
location_on
{{event_location_country}}
public
arrow_drop_down
public
{{title}}
public
{{content}}
public
{{content:words:10}}
public
{{content:chars:10}}
public
{{link}}
public
{{date}}
public
{{author_name}}
arrow_drop_down
{{date}}
{{views}}
arrow_drop_down
{{date_published}}
{{retweet_count}}
{{favorite_count}}
arrow_drop_down
{{date_published}}
{{date_modified}}
{{likes}}
arrow_drop_down
{{excerpt}}
{{date_published}}
arrow_drop_down
{{date_published}}
{{likes}}
{{views}}
{{num_comments}}
touch_app
close
add_circle_outline
"
"
info
more_vert