This plugin was created as a simple example about creating a combo element in the toolbar of CKEditor. It serves also as a little test of the new CSS Transforms feature available in new browsers (or the old zoom in IE)
After installing it you'll have a combo box to set the zoom on the edited content. The plugin is basic and not too polished but it can serve you if you want this feature or as a starting point for other plugins.
Further explanations at the post in my blog.
License
Licensed under the terms of any of the following licenses at your choice: GPL, LGPL and MPL.
Download
Zoom version 1.0:
download link
Installation
1. Extract the contents of the file into the "plugins" folder of CKEditor.
2. In the CKEditor configuration file (config.js) add the following code:
config.extraPlugins = 'zoom';
Re: content Zoom
i need help on this:
http://cksource.com/forums/viewtopic.php?f=11&t=25748
thx
Re: content Zoom
So you should find out exactly which browser have the bug and then file a ticket on each one based on a simplified testcase.
Update for CKEditor 4
I've published an updated version for CKEditor 4.
Hello I have a problem with
Hello I have a problem with zoom plugin and new lines.
For example: I have zoom at body set to 1.1 and I go to the bottom of the document. Then I press enter a few times and cursor goes below visible area. Scroller is visible, but it doesn't scroll to the bottom. But then if I press one character, editor scrolls to the bottom.
Any idea how should I resolve this? In my case, this is quite a blocker, because we have zoom enabled all the time.
Best redards
That looks similar to the
That looks similar to the problem described by "debe" two years ago.
I bet that each browser will have different bugs when you try to use zoom and edit content and you should try to create simplified testcases and report to them the bugs so they can fix that.