PATH:
home
/
letacommog
/
entrepro
/
wp-content
/
themes
/
rehub
/
shortcodes
/
tinyMCE
/
includes
<?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly ?> <script data-cfasync="false"> // executes this when the DOM is ready jQuery(document).ready(function() { // handles the click event of the submit button jQuery('#submit').click(function(){ // defines the options and their default values // again, this is not the most elegant way to do this // but well, this gets the job done nonetheless var options = { 'top' : '20px', 'bottom' : '20px', 'style' : 'solid', }; var shortcode = '[wpsm_divider'; for( var index in options) { var value = jQuery('#form').find('#divider-' + index).val(); if ( value !== '' ) shortcode += ' ' + index + '="' + value + '"'; else shortcode += ' ' + index + '="' + options[index] + '"'; } shortcode += ']'; window.send_to_editor(shortcode); // closes Thickbox tb_remove(); }); }); </script> <form action="/" method="get" id="form" name="form" accept-charset="utf-8"> <p><label><?php _e('Style', 'rehub_framework') ;?></label> <select name="divider-style" id="divider-style" size="1"> <option value="solid" selected="selected"><?php _e('solid', 'rehub_framework') ;?></option> <option value="dotted"><?php _e('dotted', 'rehub_framework') ;?></option> <option value="dashed"><?php _e('dashed', 'rehub_framework') ;?></option> <option value="double"><?php _e('double', 'rehub_framework') ;?></option> <option value="fadeout"><?php _e('fadeout', 'rehub_framework') ;?></option> <option value="fadein"><?php _e('fadein', 'rehub_framework') ;?></option> <option value="transparent"><?php _e('transparent', 'rehub_framework') ;?></option> <option value="clear"><?php _e('clear floats', 'rehub_framework') ;?></option> </select> </p> <p><label><?php _e('Margin top (with px)', 'rehub_framework') ;?></label> <input type="text" name="divider-top" value="20px" id="divider-top" /> </p> <p> <label><?php _e('Margin bottom (with px)', 'rehub_framework') ;?></label> <input type="text" name="divider-bottom" value="20px" id="divider-bottom" /> </p> <p> <label> </label> <input type="button" id="submit" class="button" value="<?php _e('Insert', 'rehub_framework') ;?>" name="submit" /> </p> </form>
[+]
..
[-] quote.php
[edit]
[-] numberbox.php
[edit]
[-] toggle.php
[edit]
[-] postimagesslider.php
[edit]
[-] countdown.php
[edit]
[-] column.php
[edit]
[-] woobox.php
[edit]
[-] gallerycarousel.php
[edit]
[-] promobox.php
[edit]
[-] offerbox.php
[edit]
[-] rss.php
[edit]
[-] tooltip.php
[edit]
[-] titlebox.php
[edit]
[-] divider.php
[edit]
[-] cartbox.php
[edit]
[-] compare-bars.php
[edit]
[-] recentpostcarousel.php
[edit]
[-] reviewbox.php
[edit]
[-] button.php
[edit]
[-] taxarchive.php
[edit]
[-] customget.php
[edit]
[-] highlight.php
[edit]
[-] categorizator.php
[edit]
[-] dropcap.php
[edit]
[-] offerscorebox.php
[edit]
[-] numberheading.php
[edit]
[-] tabs.php
[edit]
[-] box.php
[edit]
[-] accordion.php
[edit]
[-] codebox.php
[edit]
[-] itinerary.php
[edit]
[-] lightbox.php
[edit]
[-] membercontent.php
[edit]
[-] map.php
[edit]
[-] woocompare.php
[edit]
[-] colortable.php
[edit]
[-] woolist.php
[edit]
[-] affbutton.php
[edit]
[-] reviewlistbox.php
[edit]
[-] recentpostlist.php
[edit]
[-] testimonial.php
[edit]
[-] proscons.php
[edit]
[-] bars.php
[edit]
[-] video.php
[edit]
[-] slider.php
[edit]
[-] list.php
[edit]
[-] price.php
[edit]