I was wandering how I can separate the tool bar from the rest of the interface. I though about recreating the toolbar and attach events to them... Is it the best way?
Yes, you can do all of that, but you have to look at the provided samples. It takes time to create them, so please show a little appreciation and check them instead of asking for someone else to do your job.
I was just wandering what was the best way to do it. I'm just a little overwhelm with the documentation and I was also asking to see if anyone has done it to get some tips on how to do it and see if I can't see some code to get inspired...
I have tried to attach this:
CKEditorInstance.execCommand('bold');
And it works. But now my problem is how to change the background-color of my button (I know my CSS) what is the function that tells I click on a zone that uses the "bold" element...
I also tried to extract the ToolBar to the div where I want it... And it works but the drop down menu for font... is not closing when I click on it to close it... That's not big of a problem but it gets annoying...
Look I don't want you to do my work... I need to learn it... But I'm short on time like you... I just like of someone could put me on the right track because I don't want to try a billion things before I discovered there was a fast and easy way to go about what I was trying to do.
Re: Separate toolbar from the rest...
Re: Separate toolbar from the rest...
It takes time to create them, so please show a little appreciation and check them instead of asking for someone else to do your job.
Re: Separate toolbar from the rest...
I have tried to attach this:
CKEditorInstance.execCommand('bold');And it works. But now my problem is how to change the background-color of my button (I know my CSS) what is the function that tells I click on a zone that uses the "bold" element...
I also tried to extract the ToolBar to the div where I want it... And it works but the drop down menu for font... is not closing when I click on it to close it... That's not big of a problem but it gets annoying...
Look I don't want you to do my work... I need to learn it... But I'm short on time like you... I just like of someone could put me on the right track because I don't want to try a billion things before I discovered there was a fast and easy way to go about what I was trying to do.
So can you put me on the right track?
Thanks in advance.