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(){ var idvalue = jQuery('#woolist-ids').val(); var idtag = jQuery('#woolist-tag').val(); var show = jQuery('#woolist-show').val(); var shortcode = '[wpsm_woolist'; if (idvalue !='') { shortcode += ' data_source="ids" ids="' + idvalue + '"'; } else { shortcode += ' data_source="tag" tag="' + idtag + '" show="' + show + '"'; } shortcode += ']'; // inserts the shortcode into the active editor window.send_to_editor(shortcode); // closes Thickbox tinyMCEPopup.close(); }); }); </script> <form action="/" method="get" id="form" name="form" accept-charset="utf-8"> <p><label><?php _e('Add products', 'rehub_framework') ;?></label> <input type="text" name="woolist-ids" value="" id="woolist-ids" /><br /> <small></small> </p> <p><label><?php _e('Or add by product tags', 'rehub_framework') ;?></label> <input type="text" name="woolist-tag" value="" id="woolist-tag" /><br /> <small></small> </p> <p><label><?php _e('Numbers of posts to show', 'rehub_framework') ;?></label> <input type="text" name="woolist-show" value="" id="woolist-show" /><br /> <small><?php _e('Set number', 'rehub_framework') ;?></small> </p> <p> <label> </label> <input type="button" id="submit" class="button" value="<?php _e('Insert', 'rehub_framework') ;?>" name="submit" /> </p> </form> <?php $path_script = get_template_directory_uri() . '/jsonids/json-ids.php'; print <<<END <script data-cfasync="false"> jQuery(document).ready(function () { jQuery("#woolist-ids").tokenInput("$path_script", { minChars: 3, preventDuplicates: true, theme: "rehub", onSend: function(params) { params.data.posttype = 'product'; params.data.postnum = 6; } }); jQuery("#woolist-tag").tokenInput("$path_script", { queryParam: "t", minChars: 3, preventDuplicates: true, theme: "rehub", onSend: function(params) { params.data.taxonomy = 'product_tag'; } }); }); </script> END; ?>
[+]
..
[-] 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]