<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[TinyMCE Forum - FullPage Plugin : Default head content]]></title>
		<link>http://www.tinymce.com/forum/viewtopic.php?id=26079</link>
		<description><![CDATA[The most recent posts in FullPage Plugin : Default head content.]]></description>
		<lastBuildDate>Wed, 27 Jun 2012 05:25:24 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: FullPage Plugin : Default head content]]></title>
			<link>http://www.tinymce.com/forum/viewtopic.php?pid=102101#p102101</link>
			<description><![CDATA[<p>Hi, I need to add link to css file, when editor has been initiated.</p><div class="codebox"><pre><code>&lt;head&gt;
  &lt;link type=&quot;text/css&quot; rel=&quot;stylesheet&quot; href=&quot;/css/custom-pages.css
&lt;/head&gt;</code></pre></div><p>I tried this <br /></p><div class="codebox"><pre><code>tinyMCE.DOM.setHTML(tinyMCE.activeEditor.dom.select(&#039;head&#039;), &#039;&lt;link type=&quot;text/css&quot; rel=&quot;stylesheet&quot; href=&quot;/css/custom-pages.css&quot; /&gt;&#039;);</code></pre></div><p>but editor only apply styles to content and do not add link tag to head. Is some way to solve this problem?</p>]]></description>
			<author><![CDATA[dummy@example.com (pahhan)]]></author>
			<pubDate>Wed, 27 Jun 2012 05:25:24 +0000</pubDate>
			<guid>http://www.tinymce.com/forum/viewtopic.php?pid=102101#p102101</guid>
		</item>
		<item>
			<title><![CDATA[Re: FullPage Plugin : Default head content]]></title>
			<link>http://www.tinymce.com/forum/viewtopic.php?pid=91161#p91161</link>
			<description><![CDATA[<p>sonesh,</p><p>You can easily add the meta Content Type if you set the parameter.<br />fullpage_default_encoding<br /><a href="http://tinymce.moxiecode.com/wiki.php/Plugin:fullpage">http://tinymce.moxiecode.com/wiki.php/Plugin:fullpage</a></p><p>For the body styling, you are probably better off setting the body style using an oninit triggered function.</p>]]></description>
			<author><![CDATA[dummy@example.com (jlo)]]></author>
			<pubDate>Mon, 06 Jun 2011 23:04:55 +0000</pubDate>
			<guid>http://www.tinymce.com/forum/viewtopic.php?pid=91161#p91161</guid>
		</item>
		<item>
			<title><![CDATA[FullPage Plugin : Default head content]]></title>
			<link>http://www.tinymce.com/forum/viewtopic.php?pid=91158#p91158</link>
			<description><![CDATA[<p>I am using FullPage edit plugin . It adds head and html tags automatically as below which is fine . But I want to add some custom content to it.</p><p><strong>Right now It just inserts following html </strong></p><p>&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;<a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd</a>&quot;&gt;<br />&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br />&lt;head&gt;<br />&lt;/head&gt;<br />&lt;/html&gt;</p><p><strong>While I need folllowing by default.</strong></p><p>&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;<a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd</a>&quot;&gt;<br />&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br />&lt;head&gt;<br />&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;<br />&lt;style&gt;<br />body {background-color:#fff; font-family:Arial, Helvetica, sans-serif; font-size: small; margin:0; padding:5px 15px}<br />&lt;/style&gt;<br />&lt;/head&gt;</p><p>Is there any setting in tinymce or I can change any js files to get expected result ?</p>]]></description>
			<author><![CDATA[dummy@example.com (sonesh)]]></author>
			<pubDate>Mon, 06 Jun 2011 22:20:04 +0000</pubDate>
			<guid>http://www.tinymce.com/forum/viewtopic.php?pid=91158#p91158</guid>
		</item>
	</channel>
</rss>
