Hello everyone,
Sorry if i make mistakes i'm french and i try to do my best to be understandable. I'm using CKEditor 3.4 and i'm new in javascript. I modify the behaviour of my editor when i use the TAB key.
It works i got my 4 spaces but in Chrome it creates a new line. How i can do just have my 4 spaces without the new line in Chrome.
Thanks !
Sorry if i make mistakes i'm french and i try to do my best to be understandable. I'm using CKEditor 3.4 and i'm new in javascript. I modify the behaviour of my editor when i use the TAB key.
config.tabSpaces = 4;
It works i got my 4 spaces but in Chrome it creates a new line. How i can do just have my 4 spaces without the new line in Chrome.
Thanks !