Client-side input validation question -- is it possible to make a CKEditor editor's input required?
Answers in Client-Side | By Some Guy
Published
Last ReplyTo make CKEditor required on the client side, adding a "required" attribute to the initial textarea will not work. Instead, some JavaScript is require... August R. Garcia,
To make CKEditor required...
Best way to conduct server-side validation with CKEditor?
Answers in Web Development | By Some Guy
Published
Last ReplyWhile the exact steps vary based on your server-side programming language, here's the short version. 1. How to Get Data from CKEditor in PHP (Or Ot... August R. Garcia,
While the exact steps var...
[Solved] Enabling Shades/Tints of All Colors in CKEditor
Answers in Client-Side | By August R. Garcia
Published | Last Update
There is a CKEditor plugin called Color...
MoreThere is a CKEditor plugin called Color Button that can be used to add buttons to CKEditor instances to change font colors and background colors....[Solved] CKEditor Autosave Draft Functionality - 1.4KB, No Plugin
Articles in Client-Side | By August R. Garcia
Published | Last Update
Last ReplyPS: If you're wondering, this code is not yet live on 256 Kilobytes; will be in the next patch. Edit: There's a bug in the original code relat... August R. Garcia,
PS: If you're wondering,...
How to install CKEditor plugin for Zen Cart?
Answers in Content-Management Systems | By Tabloid Author
Published
Last ReplyThere are plenty of instructions on the web for installing CKEditor plugins for Zen Cart. You can check here on Zen Cart's website where instructions... Zhaybib,
There are plenty of instr...
Last ReplyYes, it can be done. Something along these lines works. Can remove the try/catch statement at your discretion. try { // Intialize CKEditor Ins... August R. Garcia,
Yes, it can be done. Some...
Last ReplyInput validation through CKEditor is limited to the client-side, which means that the actual validation would occur on the server-side through PHP/Lar... August R. Garcia,
Input validation through...