<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>TYPO3-Addict &#187; RTE</title>
	<atom:link href="http://www.typo3-addict.com/tag/rte/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.typo3-addict.com</link>
	<description>For those addicted to TYPO3</description>
	<lastBuildDate>Wed, 02 Jun 2010 13:03:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>TYPO3: Create new folders and upload files through the RTE</title>
		<link>http://www.typo3-addict.com/2008/12/create-new-folders-and-upload-files-through-the-rte/</link>
		<comments>http://www.typo3-addict.com/2008/12/create-new-folders-and-upload-files-through-the-rte/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 09:49:26 +0000</pubDate>
		<dc:creator>Maarten</dc:creator>
				<category><![CDATA[RTE]]></category>
		<category><![CDATA[TSConfig]]></category>

		<guid isPermaLink="false">http://blog.emaux.nl/?p=179</guid>
		<description><![CDATA[Default settings of the HTMLArea RTE do not allow you to create new folders or upload files to the fileadmin. 2 simple TSConfig lines can enable this. For your convenience: ## Enable upload field options.uploadFieldsInTopOfEB = 1  ## Enable folder create options.createFoldersInEB = 1  Check out the screenshot:]]></description>
			<content:encoded><![CDATA[<p>Default settings of the HTMLArea RTE do not allow you to create new folders or upload files to the fileadmin. 2 simple TSConfig lines can enable this.</p>
<p>For your convenience:</p>
<pre>
## Enable upload field
options.uploadFieldsInTopOfEB = 1  

## Enable folder create
options.createFoldersInEB = 1 
</pre>
<p>Check out the screenshot:</p>
<p><span id="more-179"></span></p>
<p><a href="http://blog.emaux.nl/wp-content/uploads/2008/12/upload_create_rte.png"><img class="alignnone size-medium wp-image-181" title="upload_create_rte" src="http://blog.emaux.nl/wp-content/uploads/2008/12/upload_create_rte-300x197.png" alt="" width="300" height="197" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.typo3-addict.com/2008/12/create-new-folders-and-upload-files-through-the-rte/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TYPO3: A default RTE configuration</title>
		<link>http://www.typo3-addict.com/2008/08/my-default-rte-configuration/</link>
		<comments>http://www.typo3-addict.com/2008/08/my-default-rte-configuration/#comments</comments>
		<pubDate>Fri, 15 Aug 2008 20:39:05 +0000</pubDate>
		<dc:creator>Maarten</dc:creator>
				<category><![CDATA[RTE]]></category>
		<category><![CDATA[Snippets]]></category>
		<category><![CDATA[TSConfig]]></category>
		<category><![CDATA[Configuration]]></category>

		<guid isPermaLink="false">http://blog.mmwebdesign.eu/?p=8</guid>
		<description><![CDATA[Here is my default TSConfig configuration for the htmlAREA RTE. I use this one in combination with a typical (default) configuration in the Extension Manager with images enabled. RTE { default { proc.entryHTMLparser_db = 1 proc.entryHTMLparser_db.tags.table.fixAttrib.cellspacing.set = 0 proc.entryHTMLparser_db.tags.table.fixAttrib.border.set = 0 hideTableOperationsInToolbar = 1 buttons.toggleborders.keepInToolbar = 1 showButtons ( bold, italic, underline, left, center, right, [...]]]></description>
			<content:encoded><![CDATA[<p>Here is my default TSConfig configuration for the htmlAREA RTE. I use this one in combination with a typical (default) configuration in the Extension Manager with images enabled.<br />
<span id="more-8"></span></p>
<pre lang="css">RTE {
    default {
        proc.entryHTMLparser_db = 1
        proc.entryHTMLparser_db.tags.table.fixAttrib.cellspacing.set = 0
        proc.entryHTMLparser_db.tags.table.fixAttrib.border.set = 0
        hideTableOperationsInToolbar = 1
    	buttons.toggleborders.keepInToolbar = 1
        showButtons (
		bold, italic, underline,
		left, center, right, justifyfull,
		orderedlist, unorderedlist,
		line, link, image,
		table, findreplace, chMode,
		copy, cut, paste, undo, redo, toggleborders,
		tableproperties, rowproperties, rowinsertabove,
		rowinsertunder, rowdelete, rowsplit,
		columninsertbefore, columninsertafter,
		columndelete, columnsplit, cellproperties,
		cellinsertbefore, cellinsertafter,
		celldelete, cellsplit, cellmerge
	)
	toolbarOrder (
		bold, italic, underline,
		left, center, right, justifyfull,
		orderedlist, unorderedlist,
		line, link, image,
		table, findreplace, chMode,
		copy, cut, paste, undo, redo, toggleborders,
		tableproperties, rowproperties, rowinsertabove,
		rowinsertunder, rowdelete, rowsplit,
		columninsertbefore, columninsertafter,
		columndelete, columnsplit, cellproperties,
		cellinsertbefore, cellinsertafter,
		celldelete, cellsplit, cellmerge
	)
    }
}

TCEFORM.tt_content.bodytext.RTEfullScreenWidth = 100%</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.typo3-addict.com/2008/08/my-default-rte-configuration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TYPO3: RTE Full screen button</title>
		<link>http://www.typo3-addict.com/2008/08/rte-full-screen-button/</link>
		<comments>http://www.typo3-addict.com/2008/08/rte-full-screen-button/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 20:25:17 +0000</pubDate>
		<dc:creator>Maarten</dc:creator>
				<category><![CDATA[RTE]]></category>
		<category><![CDATA[Snippets]]></category>
		<category><![CDATA[TSConfig]]></category>

		<guid isPermaLink="false">http://blog.mmwebdesign.eu/?p=3</guid>
		<description><![CDATA[Normally, when you hit the full screen button in the htmlAREA RTE, the text-area doesn&#8217;t go full screen at all. Instead most of the time (depending on your browser and TYPO3 version) you&#8217;ll get this half full screen text area which is really not helpful at all. To fix this, past to following line into [...]]]></description>
			<content:encoded><![CDATA[<p>Normally, when you hit the full screen button in the htmlAREA RTE, the text-area doesn&#8217;t go full screen at all. Instead most of the time (depending on your browser and TYPO3 version) you&#8217;ll get this half full screen text area which is really not helpful at all.  To fix this, past to following line into your TSConfig field in the parent page or folder.</p>
<pre lang='css'>
TCEFORM.tt_content.bodytext.RTEfullScreenWidth = 100%
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.typo3-addict.com/2008/08/rte-full-screen-button/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
