Plugin Directory

Changeset 1097439


Ignore:
Timestamp:
02/23/2015 06:27:39 PM (11 years ago)
Author:
nazmur.r
Message:

new version

Location:
tinymce-emoticons/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • tinymce-emoticons/trunk/js/tinymce-emoticons.js

    r908040 r1097439  
    4646
    4747/* Emoticons Set 1 Popup - Basic */
    48 var popup = "<div class='emoticons-popup' style='width: 286px; height: 143px; padding: 5px; background: #ddd; background: rgba(230,230,230,.9); -moz-box-shadow: 0 0 10px #999; -webkit-box-shadow: 0 0 10px #999; box-shadow: 0 0 10px #999; position: absolute; left: 332px; top:"+popup_top+"px; z-index: 999; display: none; overflow: auto;'>";
     48var popup = "<div class='emoticons-popup' style='width: 286px; height: 143px; padding: 5px; background: #ddd; background: rgba(230,230,230,.9); -moz-box-shadow: 0 0 10px #999; -webkit-box-shadow: 0 0 10px #999; box-shadow: 0 0 10px #999; position: absolute; left: 332px; top:"+popup_top+"px; z-index: 99999999; display: none; overflow: auto;'>";
    4949popup += "<a href='#' title='adore' onclick='insert_image(tinyEmoSettings.tinyEmo_url+\"images/emoticons-set-1/adore.png\",\"adore\");'><img src='"+tinyEmoSettings.tinyEmo_url+"images/emoticons-set-1/adore.png' /></a>";
    5050popup += "<a href='#' title='angry' onclick='insert_image(tinyEmoSettings.tinyEmo_url+\"images/emoticons-set-1/angry.png\",\"angry\");'><img src='"+tinyEmoSettings.tinyEmo_url+"images/emoticons-set-1/angry.png' /></a>";
     
    9797
    9898/* Emoticons Set 2 Popup - Animated */
    99 var popup2 = "<div class='emoticons-popup' style='width: 306px; height: 143px; padding: 5px; background: #ddd; background: rgba(230,230,230,.9); -moz-box-shadow: 0 0 10px #999; -webkit-box-shadow: 0 0 10px #999; box-shadow: 0 0 10px #999; position: absolute; left: 332px; top:"+popup_top+"px; z-index: 999; display: none; overflow: auto;'>";
     99var popup2 = "<div class='emoticons-popup' style='width: 306px; height: 143px; padding: 5px; background: #ddd; background: rgba(230,230,230,.9); -moz-box-shadow: 0 0 10px #999; -webkit-box-shadow: 0 0 10px #999; box-shadow: 0 0 10px #999; position: absolute; left: 332px; top:"+popup_top+"px; z-index: 99999999; display: none; overflow: auto;'>";
    100100popup2 += "<a href='#' title='applause' onclick='insert_image(tinyEmoSettings.tinyEmo_url+\"images/emoticons-set-2/applause.gif\",\"applause\");'><img style='margin-right: 10px; margin-bottom: 5px;' src='"+tinyEmoSettings.tinyEmo_url+"images/emoticons-set-2/applause.gif' /></a>";
    101101popup2 += "<a href='#' title='cheers' onclick='insert_image(tinyEmoSettings.tinyEmo_url+\"images/emoticons-set-2/cheers.gif\",\"cheers\");'><img style='margin-right: 10px; margin-bottom: 5px' src='"+tinyEmoSettings.tinyEmo_url+"images/emoticons-set-2/cheers.gif' /></a>";
     
    134134
    135135/* Emoticons Set 3 Popup - Outlined */
    136 var popup3 = "<div class='emoticons-popup' style='width: 272px; height: 143px; padding: 5px; background: #ddd; background: rgba(230,230,230,.9); -moz-box-shadow: 0 0 10px #999; -webkit-box-shadow: 0 0 10px #999; box-shadow: 0 0 10px #999; position: absolute; left: 343px; top:"+popup_top+"px; z-index: 999; display: none; overflow: auto;'>";
     136var popup3 = "<div class='emoticons-popup' style='width: 272px; height: 143px; padding: 5px; background: #ddd; background: rgba(230,230,230,.9); -moz-box-shadow: 0 0 10px #999; -webkit-box-shadow: 0 0 10px #999; box-shadow: 0 0 10px #999; position: absolute; left: 343px; top:"+popup_top+"px; z-index: 99999999; display: none; overflow: auto;'>";
    137137popup3 += "<a href='#' title='angel' onclick='insert_image(tinyEmoSettings.tinyEmo_url+\"images/emoticons-set-3/angel.png\",\"angel\");'><img style='margin-right: 10px; margin-bottom: 5px;' src='"+tinyEmoSettings.tinyEmo_url+"images/emoticons-set-3/angel.png' /></a>";
    138138popup3 += "<a href='#' title='angry' onclick='insert_image(tinyEmoSettings.tinyEmo_url+\"images/emoticons-set-3/angry.png\",\"angry\");'><img style='margin-right: 10px; margin-bottom: 5px;' src='"+tinyEmoSettings.tinyEmo_url+"images/emoticons-set-3/angry.png' /></a>";
  • tinymce-emoticons/trunk/readme.txt

    r984333 r1097439  
    33Tags: emoticon, emoticons, tinymce, smiley
    44Requires at least: 3.0
    5 Tested up to: 4.0
    6 Stable tag: 1.2
     5Tested up to: 4.1.1
     6Stable tag: 1.3
    77
    88TinyMCE Emoticons plugin helps to add emoticons in posts and pages easily.
     
    4848== Changelog ==
    4949
     50= 1.3 =
     51
     52* Emoticons Popup overlapping issue fixed.
     53* Version compatibility update.
     54
    5055= 1.2 =
    5156
  • tinymce-emoticons/trunk/tinymce-emoticons.php

    r984333 r1097439  
    22 /*
    33 Plugin Name: TinyMCE Emoticons
    4  Version: 1.2
     4 Version: 1.3
    55 Plugin URI: http://nazmurrahman.com/tinymce-emoticons-wordpress-plugin/
    66 Author: Nazmur Rahman
Note: See TracChangeset for help on using the changeset viewer.