X7ROOT File Manager
Current Path:
/home/okeydcqc/okagallery.com/wp-content/plugins/robo-gallery/js/admin
home
/
okeydcqc
/
okagallery.com
/
wp-content
/
plugins
/
robo-gallery
/
js
/
admin
/
ðŸ“
..
📄
edit.js
(3.94 KB)
📄
editor-button.js
(1.49 KB)
ðŸ“
extensions
📄
index.html
(0 B)
📄
info.js
(1.66 KB)
📄
listing.js
(1.01 KB)
📄
menu.js
(1.3 KB)
📄
update.js
(1.81 KB)
Editing: info.js
/* * Robo Gallery * Version: 1.0 * By Robosoft * * Contact: https://robosoft.co/robogallery/ * Created: 2015 * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php * * Copyright (c) 2014-2019, Robosoft. All rights reserved. * Available only in https://robosoft.co/robogallery/ */ jQuery(function(){ var roboGalleryDialog = jQuery("#rbs_showInformation")/*.appendTo("body")*/; var bodyClass = roboGalleryDialog.data("body"); if(bodyClass) jQuery("body").addClass(bodyClass); roboGalleryDialog.dialog({ 'dialogClass' : 'wp-dialog', 'title': roboGalleryDialog.data('title'), 'modal' : true, 'autoOpen' : roboGalleryDialog.data('open'), 'width': '450', // overcomes width:'auto' and maxWidth bug 'maxWidth': 450, 'height': 'auto', 'fluid': true, 'resizable': false, 'responsive': true, 'draggable': false, 'closeOnEscape' : true, 'buttons' : [{ 'text' : roboGalleryDialog.data('close'), 'class' : 'button button-default rbs_dialog_close', 'click' : function() { jQuery(this).dialog('close'); } }, { 'text' : roboGalleryDialog.data('info'), 'class' : 'button-primary rbs_getproversion_blank rbs_close_dialog', 'click' : function(){} } ], //open: function( event, ui ) {} }); window['roboGalleryDialog'] = roboGalleryDialog; jQuery(".ui-dialog-titlebar-close").addClass("ui-button ui-widget ui-state-default ui-corner-all ui-button-icon-only ui-dialog-titlebar-close"); jQuery('.rbs-block-pro').click( function( event ){ event.preventDefault(); roboGalleryDialog.dialog("open"); }); });
Upload File
Create Folder