whick one is better fkeditor or ckeditor? - ckeditor

i am running through a problem to choose either fkeditor or ckeditor which one is better than the other in my project. and how can i get the tutorial regarding customization of any one of these editor in php.
Can you name some websites where i could get the help thanks.

CKEditor is formerly known as FCKEditor (the creator was unaware that FCKEditor didn't sound very... professional) - so you'll want CKEditor.
The CKEditor website has a wealth of information - check out the User Guide, Tutorials and How Tos. Also, when you have downloaded the CKEditor file, you'll find some example code in ckeditor/_samples/php which should help.

Related

how to insert image and hyperlink [ckeditor 4]

i have ckeditor looking like this
i want that my ck-editor can insert hyperlink and image.like this
i've tried to search in documentation but i dont understand because its in english. and its hard for me to understand because im new for frontend
anyone please help
Possible solutions:
Download Full or Standard package from CKEditor download page. This package has both plugins you need.
It is possible that you are using Standard or Full packages already. You can verify that by opening ckeditor/build-config.js file and searching for preset word. If there is full or standard next to it, you have the right package and most likely you have changed your configuration. You may have used removeButtons or removeplugins settings where you remove Link and Image buttons or link and image plugins. You could have also used custom toolbar definition where you haven't added Link and Image buttons or you are missing links and insert groups. If you wish to learn more about toolbar concepts, please see:https://ckeditor.com/docs/ckeditor4/latest/guide/dev_toolbarconcepts.html and https://ckeditor.com/docs/ckeditor4/latest/guide/dev_toolbar.html.

where to put tinyMCE.init

I use Joomla with K2 and with tinyMCE as the editor. I searched for a plugin to enhance file upload and found a few, but for every one of them I was unable to proceed, because I do not know where to put the tinyMCE.init() initialization code. People in various forums asked that same question and I have not found a clear answer anywhere - either no answer at all or just ambiguous suggestions. Please advise.
Solved: as it turns out, the initialization code can be put anywhere where a page is loaded, so either in a HTML file or in an included JavaScript file. For some reason, this information is not given on any of the sites that offer tinyMCE plugins.
You should put them with the other plugins
/media/editors/tinymce/plugins
and then in the administrator area go to the plugins manager and open up editors - tinymce, click on the advanced tab and then add it to the custom plugins area.
You can also change the functionality to extended to add a few more useful buttons.

kcfinder not showing tab in ckeditor

I installed CKEditor and KCfinder the way it's described on their pages. Now CKEditor is showing up nicely and works well, but KCfinder isn't showing up in the CKEditor images tab. I did everything according their manuals/installation guides and searched on the internet for other ways to implement KCfinder. I could'nt find a single guide that really worked or one that describes my problem.
Is there anyone who faced the same problem and solved it or possesses the right knowledge to help me out of this frustrating situation?
I really appreciate every single input. I'm quite new to web developing and Stackoverflow is such an amazing platform and knowledge database for me as a newbie!
Thanks in advance!
If you're referring to the "Upload" tab and the "Browse Server" button missing from CKEditor's Image dialog, I would ensure that the paths are correct for your integration.
http://kcfinder.sunhater.com/docs/integrate

Joomla JCE add custom component data to link browser

I am using Joomla 1.6 along with JCE 2.0.15
I also have created my own component and I want to be able to link to pages from this component and to be more precise, I would like them to appear in the link browser window:
Basically I just need to be able to let users enter links to stuff from my component to articles without forcing them to make a menu entry in a hidden menu for each piece they want to link to (which I now see as a pretty bad alternative).
I asked the developer of JCE the same question - the answer is you can do it, but there is no documentation.
As a guide he suggests looking at some of the existing 3rd Party Extensions for JCE 2.x as a guide.

Asp.Net MVC 3 Free Text Editor with File Upload

I spent all day yesterday looking for a text editor for my Asp.Net MVC 3 application without any joy. What I am looking for is a text editor that I will use to allow a user to add a news story. Therefore, it would be nice if when using the editor the user, as well obviously adding text, could embed an image by hitting an image icon and browsing to their local drive. And also to highlight text, ie 'Further Info', and be able to link to a document which they can also upload.
I know you might think reading this that there are loads of tutorials etc on the Web that already explain that, but after a full day of researching yesterday I have not been able to find any. Either the documentation is for asp.net Web Forms, or PHP etc, but I can find hardly any info on how to implement this for MVC.
I know that the likes of CKEditor and TINYMCE are availble, but I can find no information on how to implement these to my requirements stated above.
If anyone knows of any tutorials or even any alternatives that I could use it would be very much appreciated.
This might be what you are looking for. A solution for tinymce: http://www.xdevsoftware.com/blog/post/TinyMCE-Image-Upload-Plugin-for-ASPNET.aspx

Resources