1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-13 22:14:51 +02:00

TinyMce emoticons popup - work in progress.

This commit is contained in:
Cameron
2013-02-28 06:30:44 -08:00
parent 2feaade4ce
commit aa26b0ba36
5 changed files with 72 additions and 3 deletions

View File

@@ -37,6 +37,13 @@
title : 'emoticons.desc',
onclick: function(){
// $("div.modal-body").html('hi there');
$('div.modal-body').load(url + "/emoticons.php");
$('#uiModal').modal('show');
/*
$.colorbox({
href: url + "/emoticons.php",
iframe: true,
@@ -46,6 +53,7 @@
opacity: 0.3,
scrolling: false
});
*/
},
//cmd : 'mceEmotion',
image : url + '/images/emoticons.png'