just a quick question, is there a way I can embed adevance text edit tool like the above picture shows in the html or php page? your help will be greatly appreciated!
just a quick question, is there a way I can embed adevance text edit
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
What you’re looking for is generally known as a What You See Is What You Get editor or WYSIWYG.
There are a number of options on the market, all I know of are in JavaScript.
For my projects I use CKEditor personally, greatly due to the integration of CKFinder for file uploads. CKEditor is easy to integrate and get running quickly in a number of environments. Their developer and user docs are also quite good.
However a nice and simple to use in-line HTML5 editor is Aloha Editor. My preference however is to CKEditor greatly due to the fact it is easier in my opinion than Aloha and it has many more options.
Simply look for “web based WYSIWYG editor” in Google and you will find a whole heap more to choose from!
I hope this helps.
EDIT: I forgot to mention something, CKEditor is Open Source making it fantastic if you need “deeper” integration into your own code. I’m not sure about Aloha however. With this I have integrated our own permissions system into CKEditor allowing per-user permissions to functions rather than having to write a selection of more rigid configuration files or having to write 1 configuration file per user.