Opened 13 years ago
Closed 13 years ago
#8491 closed New Feature (invalid)
Ckeditor & Geogebra
Reported by: | mehdi | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Server : PHP | Version: | 3.6 |
Keywords: | Cc: |
Description
Hi Thank U very much for your so useful software "ckeditor" I encountered a difficulty while using the said software. I would like to simply insert a geogebra applet into CKEditor with a custom button the Geogebra geometry program available from http://www.geogebra.org. This is an Open Source geometry program written in Java which is written to be cross-platform compatible (although the install script varies per platform). for example like this site that insert equation editor into CKEditor with a custom button http://www.codecogs.com/latex/integration/ckeditor/install.php please guide me thanks a lot
Change History (1)
comment:1 Changed 13 years ago by
Keywords: | Geogebra removed |
---|---|
Resolution: | → invalid |
Status: | new → closed |
If you are seeking help please use one of our forums (http://cksource.com/forums/viewforum.php?f=1) and not tracker for reporting bugs and new Features.
What you need to do is write a plugin (in Java Script) for CKEditor. Here is a usful link that shows some examples how it can be done. http://docs.cksource.com/CKEditor_3.x/Tutorials
Other useful links:
http://docs.cksource.com/CKEditor_3.x
http://docs.cksource.com/CKEditor_3.x/Developers_Guide
You can also download a plugin from the site you have pointed out and adjust it to your needs. IMO this is the best approach.