Changeset 1097439
- Timestamp:
- 02/23/2015 06:27:39 PM (11 years ago)
- Location:
- tinymce-emoticons/trunk
- Files:
-
- 3 edited
-
js/tinymce-emoticons.js (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
-
tinymce-emoticons.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tinymce-emoticons/trunk/js/tinymce-emoticons.js
r908040 r1097439 46 46 47 47 /* 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;'>";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: 99999999; display: none; overflow: auto;'>"; 49 49 popup += "<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>"; 50 50 popup += "<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>"; … … 97 97 98 98 /* 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;'>";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: 99999999; display: none; overflow: auto;'>"; 100 100 popup2 += "<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>"; 101 101 popup2 += "<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>"; … … 134 134 135 135 /* 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;'>";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: 99999999; display: none; overflow: auto;'>"; 137 137 popup3 += "<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>"; 138 138 popup3 += "<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 3 3 Tags: emoticon, emoticons, tinymce, smiley 4 4 Requires at least: 3.0 5 Tested up to: 4. 06 Stable tag: 1. 25 Tested up to: 4.1.1 6 Stable tag: 1.3 7 7 8 8 TinyMCE Emoticons plugin helps to add emoticons in posts and pages easily. … … 48 48 == Changelog == 49 49 50 = 1.3 = 51 52 * Emoticons Popup overlapping issue fixed. 53 * Version compatibility update. 54 50 55 = 1.2 = 51 56 -
tinymce-emoticons/trunk/tinymce-emoticons.php
r984333 r1097439 2 2 /* 3 3 Plugin Name: TinyMCE Emoticons 4 Version: 1. 24 Version: 1.3 5 5 Plugin URI: http://nazmurrahman.com/tinymce-emoticons-wordpress-plugin/ 6 6 Author: Nazmur Rahman
Note: See TracChangeset
for help on using the changeset viewer.