<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://docs-old.ckeditor.com/index.php?action=history&amp;feed=atom&amp;title=CKEditor_3.x%2FHowto%2FEditor_Size_On_The_Fly</id>
		<title>CKEditor 3.x/Howto/Editor Size On The Fly - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://docs-old.ckeditor.com/index.php?action=history&amp;feed=atom&amp;title=CKEditor_3.x%2FHowto%2FEditor_Size_On_The_Fly"/>
		<link rel="alternate" type="text/html" href="https://docs-old.ckeditor.com/index.php?title=CKEditor_3.x/Howto/Editor_Size_On_The_Fly&amp;action=history"/>
		<updated>2026-05-19T13:34:37Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.29.1</generator>

	<entry>
		<id>https://docs-old.ckeditor.com/index.php?title=CKEditor_3.x/Howto/Editor_Size_On_The_Fly&amp;diff=5841&amp;oldid=prev</id>
		<title>Anna: Article contents added</title>
		<link rel="alternate" type="text/html" href="https://docs-old.ckeditor.com/index.php?title=CKEditor_3.x/Howto/Editor_Size_On_The_Fly&amp;diff=5841&amp;oldid=prev"/>
				<updated>2011-02-24T18:11:06Z</updated>
		
		<summary type="html">&lt;p&gt;Article contents added&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{#CUSTOMTITLE:How Do I Change the Size of the Editor on the Fly?}}&lt;br /&gt;
Besides defining a [[CKEditor_3.x/Howto/Editor_Size|default size]] of the editor window you can also change the size of a CKEditor instance on the fly.&lt;br /&gt;
&lt;br /&gt;
To achieve this, use the [http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html#resize resize] function to define the dimensions of the editor interface, assigning the window a width and height value in pixels or CSS-accepted units.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
// Set editor width to 100% and height to 350px.&lt;br /&gt;
editor.resize( '100%', '350' )&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
While setting the height value, use the &amp;lt;code&amp;gt;isContentHeight&amp;lt;/code&amp;gt; parameter to decide whether the value applies to the whole editor [[CKEditor_3.x/Users_Guide/Interface|interface]] or just the [[CKEditor_3.x/Users_Guide/Interface/Editing_Area|editing area]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
// The height value now applies to the editing area.&lt;br /&gt;
editor.resize( '100%', '350', true )&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Anna</name></author>	</entry>

	</feed>