The forum operates in read-only mode. Please head to StackOverflow for support.
Hi.
I have a question about 'Insert Smiley' plugin.
Coulde I add more smiley?
And sure! how I can if the answer is yes :)
please smile for what and what is it
There are a few configuration options available to achieve that, see the Insert Smiley plugin page: http://ckeditor.com/addon/smiley
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help. Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
thank you :)
The solution:
1. Put these codes in 'config.js' file.
config.smiley_images = [ 'smile1.png', 'smile2.png', 'smile3.png' ];
This code is for file's names of the smiles.
2. Also put this code:
config.smiley_path = 'images/smiley/';
This for path.
please smile for what and
please smile for what and what is it
There are a few configuration
There are a few configuration options available to achieve that, see the Insert Smiley plugin page: http://ckeditor.com/addon/smiley
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
thank you :)
thank you :)
The solution:
The solution:
1. Put these codes in 'config.js' file.
This code is for file's names of the smiles.
2. Also put this code:
This for path.