Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /var/www/web432/html/wp-content/themes/touchm/library/functions/shortcodes/ |
Current File : //var/www/web432/html/wp-content/themes/touchm/library/functions/shortcodes/customcodes.js |
(function() { tinymce.create('tinymce.plugins.Addshortcodes', { init : function(ed, url) { //Add Panel ed.addButton('AddPanel', { title : 'Add Panel', cmd : 'tinyPanels', image : url + '/images/boxes.png' }); ed.addCommand('tinyPanels', function() { ed.windowManager.open({file : url + '/ui.php?page=panel',width : 600 , height : 450 , inline : 1}); }); //AddButtons ed.addButton('AddButtons', { title : 'Add Button', cmd : 'tinyButtons', image : url + '/images/buttons.png' }); ed.addCommand('tinyButtons', function() { ed.windowManager.open({file : url + '/ui.php?page=buttons',width : 600 , height : 300 , inline : 1}); }); //Team Member ed.addButton('Team', { title : 'Add Team Member', cmd : 'tinyTeam', image : url + '/images/team.png' }); ed.addCommand('tinyTeam', function() { ed.windowManager.open({file : url + '/ui.php?page=team',width : 600 , height : 300 , inline : 1}); }); //Service block ed.addButton('Block', { title : 'Add Service Block', cmd : 'tinyBlock', image : url + '/images/block.png' }); ed.addCommand('tinyBlock', function() { ed.windowManager.open({file : url + '/ui.php?page=block',width : 600 , height : 300 , inline : 1}); }); //Add Dropdown Buttons ed.addButton('DropdownButtons', { title : 'Add Dropdown Button', cmd : 'tinyDropdownButtons', image : url + '/images/dropbuttons.png' }); ed.addCommand('tinyDropdownButtons', function() { ed.windowManager.open({file : url + '/ui.php?page=dropdownbuttons',width : 600 , height : 375 , inline : 1}); }); //Add Audio ed.addButton('Audio', { title : 'Add self-hosted audio', cmd : 'tinyAudio', image : url + '/images/audio.png' }); ed.addCommand('tinyAudio', function() { ed.windowManager.open({file : url + '/ui.php?page=audio',width : 600 , height : 260 , inline : 1}); }); //Add Video ed.addButton('Video', { title : 'Add self-hosted video', cmd : 'tinyVideo', image : url + '/images/video.png' }); ed.addCommand('tinyVideo', function() { ed.windowManager.open({file : url + '/ui.php?page=video',width : 600 , height : 260 , inline : 1}); }); //Add Third party video ed.addButton('TPVideo', { title : 'Add Third party video', cmd : 'tinyTPVideo', image : url + '/images/tpvideo.png' }); ed.addCommand('tinyTPVideo', function() { ed.windowManager.open({file : url + '/ui.php?page=tpvideo',width : 600 , height : 260 , inline : 1}); }); //Add Lightbox ed.addButton('Lightbox', { title : 'Add Lightbox', cmd : 'tinyLightbox', image : url + '/images/lightbox.png' }); ed.addCommand('tinyLightbox', function() { ed.windowManager.open({file : url + '/ui.php?page=lightbox',width : 600 , height : 320 , inline : 1}); }); //Add Lightbox ed.addButton('Contact', { title : 'Add Contact details', cmd : 'tinyContact', image : url + '/images/contact.png' }); ed.addCommand('tinyContact', function() { ed.windowManager.open({file : url + '/ui.php?page=contact',width : 600 , height : 320 , inline : 1}); }); //Add Tooltip ed.addButton('Tooltip', { title : 'Add Tooltip', cmd : 'tinyTooltip', image : url + '/images/tooltip.png' }); ed.addCommand('tinyTooltip', function() { ed.windowManager.open({file : url + '/ui.php?page=tooltip',width : 600 , height : 440 , inline : 1}); }); //Add Testimonial ed.addButton('Testimonial', { title : 'Add Testimonial', cmd : 'tinyTestimonial', image : url + '/images/testimonial.png' }); ed.addCommand('tinyTestimonial', function() { ed.windowManager.open({file : url + '/ui.php?page=testimonial',width : 600 , height : 420 , inline : 1}); }); //Add Blockquote ed.addButton('Blockquote', { title : 'Add Blockquote', cmd : 'tinyBlockquote', image : url + '/images/blockquote.png' }); ed.addCommand('tinyBlockquote', function() { ed.windowManager.open({file : url + '/ui.php?page=blockquote',width : 600 , height : 420 , inline : 1}); }); //Add Toggle ed.addButton('Toggle', { title : 'Add Toggle Block', cmd : 'tinyToggle', image : url + '/images/toggle.png' }); ed.addCommand('tinyToggle', function() { ed.windowManager.open({file : url + '/ui.php?page=toggle',width : 600 , height : 375 , inline : 1}); }); //Add Accordion ed.addButton('Accordion', { title : 'Add Accordion Block', cmd : 'tinyAccordion', image : url + '/images/accordion.png' }); ed.addCommand('tinyAccordion', function() { ed.windowManager.open({file : url + '/ui.php?page=accordion',width : 600 , height : 375 , inline : 1}); }); //Add Tabs ed.addButton('Tabs', { title : 'Add Tabbed Block', cmd : 'tinytabs', image : url + '/images/tabs.png' }); ed.addCommand('tinytabs', function() { ed.windowManager.open({file : url + '/ui.php?page=tabs',width : 600 , height : 375 , inline : 1}); }); //Add Tabs ed.addButton('Slider', { title : 'Add Slider', cmd : 'tinyslider', image : url + '/images/slider.png' }); ed.addCommand('tinyslider', function() { ed.windowManager.open({file : url + '/ui.php?page=slider',width : 600 , height : 375 , inline : 1}); }); //Add Progress bar ed.addButton('progress', { title : 'Add Progress bar', cmd : 'tinyprogress', image : url + '/images/progress.png' }); ed.addCommand('tinyprogress', function() { ed.windowManager.open({file : url + '/ui.php?page=progress',width : 600 , height : 375 , inline : 1}); }); //Add alert box ed.addButton('alert', { title : 'Add alert box', cmd : 'tinyalert', image : url + '/images/alert.png' }); ed.addCommand('tinyalert', function() { ed.windowManager.open({file : url + '/ui.php?page=alert',width : 600 , height : 350 , inline : 1}); }); //Portfolio ed.addButton('Portfoliolisting', { title : 'Add portfolio listing', cmd : 'tinyportfolio', image : url + '/images/portfolio.png' }); ed.addCommand('tinyportfolio', function() { ed.windowManager.open({file : url + '/ui.php?page=portfoliolisting',width : 600 , height : 350 , inline : 1}); }); //Blog ed.addButton('Bloglisting', { title : 'Add blog posts listing', cmd : 'tinyblog', image : url + '/images/blog.png' }); ed.addCommand('tinyblog', function() { ed.windowManager.open({file : url + '/ui.php?page=bloglisting',width : 600 , height : 350 , inline : 1}); }); //Carousel ed.addButton('Carousel', { title : 'Add carousel content slider', cmd : 'tinycarousel', image : url + '/images/carousel.png' }); ed.addCommand('tinycarousel', function() { ed.windowManager.open({file : url + '/ui.php?page=carousel',width : 600 , height : 350 , inline : 1}); }); //Highlight Text ed.addButton('highlight', { title : 'Highlight Text', image : url+'/images/highlight.png', onclick : function() { //if(ed.selection.getContent().length > 0) ed.selection.setContent('[highlight]' + ed.selection.getContent() + '[/highlight]'); } }); //Dropcap Text ed.addButton('dropcap', { title : 'Dropcap', image : url+'/images/dropcap.png', onclick : function() { //if(ed.selection.getContent().length > 0) ed.selection.setContent(' [dropcap]' + ed.selection.getContent() + '[/dropcap]'); } }); //Checklist ed.addButton('olist', { title : 'Add Ordered List', image : url+'/images/ordered.png', onclick : function() { //if(ed.selection.getContent().length > 0) ed.selection.setContent('[olist]' + ed.selection.getContent() + '[/olist]'); } }); //Unordered List ed.addButton('list', { title : 'Add Unordered List', image : url+'/images/list.png', cmd: 'tinyList' }); ed.addCommand('tinyList', function() { ed.windowManager.open({file : url + '/ui.php?page=lists',width : 600 , height : 375 , inline : 1}); }); //Divider ed.addButton('divider', { title : 'Add Divider line', image : url+'/images/divider.png', onclick : function() { ed.selection.setContent('[divider]'); } }); }, getInfo : function() { return { longname : "Weblusive Shortcodes", author : 'Weblusive', authorurl : 'http://www.weblusive.com/', infourl : 'http://www.weblusive.com/', version : "1.0" }; } }); tinymce.PluginManager.add('touchmShortCodes', tinymce.plugins.Addshortcodes); })();
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare