Changes between Initial Version and Version 1 of Ticket #12720, comment 1
- Timestamp:
- Dec 3, 2014, 11:14:05 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12720, comment 1
initial v1 3 3 It is possible to skip any client side validation while entering content for example by: 4 4 - detaching CKEditor from a textarea by calling the proper API methods in the developer, 5 - disabling JavaScript so that the textarea was not replace by CKEditor at all.5 - disabling JavaScript so that the textarea was not replaced by CKEditor at all. 6 6 7 7 This is the reason why the data validation has to be done on the server side and why this particular case is invalid.