libreccm-legacy/ccm-core/web/assets/xinha/plugins/InsertSmiley
jensp 1c04f489fe Übernahme der Änderungen von Sidoine:
- jQuery aktualisiert
- Fancybox 2 integriert
- Xinha auf aktuelle Version aktualisert


git-svn-id: https://svn.libreccm.org/ccm/trunk@2664 8810af33-2d31-482b-a856-94f89814c4df
2014-06-02 12:11:06 +00:00
..
img
lang
smileys
InsertSmiley.js Übernahme der Änderungen von Sidoine: 2014-06-02 12:11:06 +00:00
README.txt
dialog.css
dialog.html
smileys.txt

README.txt

A small number of smileys are included in this release.

To add more smileys, 

  1. Dump as many as you would like as image files into the smileys folder (gif, jpg, png).
  2. EITHER:
    a. Edit smileys/smileys.js as appropriate, or;
    b. Set this Xinha configuration (if your server handles PHP ok)
       
        xinha_config.InsertSmiley.smileys = _editor_url+'/plugins/InsertSmiley/smileys/smileys.php';
       
       it will automatically pickup the new smileys without you needing to edit the js file.