#9164 closed Task (invalid)
Problem with submitting form with space as values
Reported by: | Md Humayun Rashid | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Server : PHP | Version: | 3.6.2 |
Keywords: | Space Values | Cc: |
Description
Suppose I am using ckeditor and want that users cant provide blank values. But If I restrict them with js and and user type only space three to four times and then submit that form then the validation does not work as it takes spaces as value. Now please tell me how to submit form without any white spaces.
Please note that the CKEditor development website is not the right place for support requests.
Please refer to the following article for information on where to get support for all issues related to CKEditor: http://docs.cksource.com/CKEditor_3.x/Howto/Support
Also try using our forums for advice: http://cksource.com/forums/
If you are looking for professional assistance, the CKEditor development team is available via a dedicated support channel that is included in all our commercial licenses: http://ckeditor.com/license
NOTE: you might want to think about:
For the 3 and 4 you might want to check dialog code (ckeditor\_source\plugins\image\dialogs\image.js) for image plugin.