Closed (fixed)
Project:
CKEditor 4 - WYSIWYG HTML editor
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
10 Mar 2010 at 13:54 UTC
Updated:
21 Aug 2012 at 10:55 UTC
Hello,
By developping a mobile version of my site, I realize that the include/exclude schema of CKEditor need other criteria, like theme or domain name. I think, at the moment, disable CKEditor by theme criterion is reasonable, because we don't need an heavy editor on a simplified theme.
Maybe something like this: theme-name:node-type@path/to/page.textarea-id ;-) Wow, all special in an url schema is used.
Comments
Comment #1
dczepierga commentedI think it's good idea and should be released in version 1.3.
Comment #2
dczepierga commentedComment #3
ordually commentedI think this would be a great feature, too. It appears that there's no good means of jscript-based wysiwyg editing on all mobile devices, and that it might be a while in coming. I think having a means of just disabling and falling back to plain text editing based on theme or domain name (the two means of mobile switching provided by the Mobile Tools module) would gracefully degrade the mobile editing experience.
Comment #4
dczepierga commentedI add support for theme name in include/exclude as @jcisio said:
theme-name:node-type@path/to/page.textarea-idPlease check the latest dev release and let me know if you notice any poblems with it. Remember to clear Drupal cache and browsers cache before testing.
Greetings
Comment #6
mkesicki commentedComment #7
droopy commentedIs there any way to get the same functionality with Drupal 7?