<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[TinyMCE Forum]]></title>
		<link>http://www.tinymce.com/forum/index.php</link>
		<description><![CDATA[The most recent topics at TinyMCE Forum.]]></description>
		<lastBuildDate>Thu, 17 May 2012 06:41:36 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[template preview not working on IE 8]]></title>
			<link>http://www.tinymce.com/forum/viewtopic.php?id=28803</link>
			<description><![CDATA[<p>hi im almost two days here in my task.. i got a problem wiht IE 8.. i create a php driven dynamic predefined template.. the template preview works on all major browser except for IE..</p><p>any help guys?</p><p>did someone encounter the same problem??</p>]]></description>
			<author><![CDATA[dummy@example.com (onebluemidnight)]]></author>
			<pubDate>Thu, 17 May 2012 06:41:36 +0000</pubDate>
			<guid>http://www.tinymce.com/forum/viewtopic.php?id=28803</guid>
		</item>
		<item>
			<title><![CDATA[Use tags instead of style sheets]]></title>
			<link>http://www.tinymce.com/forum/viewtopic.php?id=28802</link>
			<description><![CDATA[<p>Good evening,<br />I need to use the tag instead of style sheets.</p><p>I wish that instead of span style ..... appeared tag for instance underscores.<br />I need this because I use the granules that I insert into the database with a flash file</p><p>Can anyone help me?</p><p>thanks</p>]]></description>
			<author><![CDATA[dummy@example.com (ciro)]]></author>
			<pubDate>Wed, 16 May 2012 21:18:30 +0000</pubDate>
			<guid>http://www.tinymce.com/forum/viewtopic.php?id=28802</guid>
		</item>
		<item>
			<title><![CDATA[HTML tags in own button]]></title>
			<link>http://www.tinymce.com/forum/viewtopic.php?id=28801</link>
			<description><![CDATA[<p>Hello. Im beginner in javascript, i know only little bit of PHP and some other languages...<br />Im going to use TinyMCE on my webpages, and i need to create my own button, that will on click give selected text into tag &lt;pre&gt; with class=code... (i will write more buttons, no only HTML)<br />I saw your post here http://www.tinymce.com/tryit/custom_toolbar_button.php , and I didnt understand, how you did that the text &quot;Hello world&quot; is in &lt;strong&gt; tag. Can i create and use my own tags, in TinyMCE, and how?</p>]]></description>
			<author><![CDATA[dummy@example.com (sjiamnocna)]]></author>
			<pubDate>Wed, 16 May 2012 18:12:17 +0000</pubDate>
			<guid>http://www.tinymce.com/forum/viewtopic.php?id=28801</guid>
		</item>
		<item>
			<title><![CDATA[How to do adding a span to selected elements]]></title>
			<link>http://www.tinymce.com/forum/viewtopic.php?id=28800</link>
			<description><![CDATA[<p>I need to exaxtly what tinymce does when we higlight a txt and click on bold.<br />The only difference is that i need to add span class is non editable instaed and remove it if it is no there<br />I used to do it in tinymce 3.2 but 3.5 is not allowing me to add selection.setNode as desired</p>]]></description>
			<author><![CDATA[dummy@example.com (nishantvarma)]]></author>
			<pubDate>Wed, 16 May 2012 16:13:26 +0000</pubDate>
			<guid>http://www.tinymce.com/forum/viewtopic.php?id=28800</guid>
		</item>
		<item>
			<title><![CDATA[table plugin - use classes instead of attributes]]></title>
			<link>http://www.tinymce.com/forum/viewtopic.php?id=28799</link>
			<description><![CDATA[<p>Hello,</p><p>we have the tinyMCE with activated table plugin in our platform.<br />The table plugin give the user the functionality to edit extended table properties to set rulers, borders, etc. ( e.g. border top&amp;bottom adds border=&quot;1&quot; frame=&quot;hsides&quot; ).</p><p>Is it possible to configure the plugin to use classes instead of attrtibutes?<br />I want the setup return class=&quot;border_top_bottom&quot; instead and add more classes if I setup more parameters ( e.g. border + rulers results in class=&quot;border_top_bottom rulers_inside&quot; ).</p><p>In this case I could use all the functionality and write class definition to make all tables look the same way in all browser ( IE 7,8,9, Chrome, Safari, FF). At the moment it renders different (default rendering of each browser).</p><p>If this isn&#039;t possible by configuration, anyone ever changed this and made a mod?</p>]]></description>
			<author><![CDATA[dummy@example.com (YvesR)]]></author>
			<pubDate>Wed, 16 May 2012 15:37:59 +0000</pubDate>
			<guid>http://www.tinymce.com/forum/viewtopic.php?id=28799</guid>
		</item>
		<item>
			<title><![CDATA[Using TinyMCE on a single-line text entry input]]></title>
			<link>http://www.tinymce.com/forum/viewtopic.php?id=28798</link>
			<description><![CDATA[<p>Hi everyone,</p><p>I have a question about the possibility of using TinyMCE for doing limited formatting on a single line text entry field:&nbsp; </p><p>Currently, I have two TinyMCE instances set up.&nbsp; One is for a regular text box with full featured formatting.&nbsp; The other is for single line entry (titles of projects) and is only setup to allow formatting of text color/highlight color and to italicize the text.&nbsp; However, I&#039;m having trouble making the single line text entry field behave the way I want it to.&nbsp; Currently, it just acts as a small textarea.&nbsp; It still shows scrollbars, still wraps text, and is including padding in the entry field.&nbsp; Also, I am using an external toolbar for the single-line text entry field and would like to disable the &quot;X&quot; button to close the toolbar, position the toolbar directly to the right of the text entry field and to always display the external toolbar, not just onFocus of the field.&nbsp; Here is a list of things that I think I need to do still (and need help with):</p><p>1. Remove horizontal and vertical scrollbars<br />2. Disable auto-wrap<br />3. Remove padding<br />4. Disable the user from entering a new line with the &quot;enter&quot; key<br />5. Disable &quot;X&quot; (close) button on the external toolbar<br />6. Re-positioning of the external toolbar<br />7. Keep the external toolbar open all of the time</p><p>Here is my current configuration code for the single entry text field:<br /></p><div class="codebox"><pre><code>mode: &quot;external&quot;,  
elements: &quot;TitleField&quot;,
theme: &quot;advanced&quot;,
skin: &quot;o2k7&quot;,
plugins: &quot;spellchecker,paste&quot;,
                

           
theme_advanced_buttons1: &quot;italic,|,forecolor,backcolor&quot;,
theme_advanced_buttons2: &quot;&quot;,
theme_advanced_buttons3: &quot;&quot;,
theme_advanced_toolbar_location: &quot;external&quot;,
theme_advanced_toolbar_align: &quot;center&quot;,
theme_advanced_statusbar_location: &quot;none&quot;,
theme_advanced_resizing: false,
theme_advanced_path: false,
theme_advanced_resizing_min_height : &quot;20&quot;,
                
         
setup : function(ed) 
{
     ed.onInit.add(function() 
     {
        var e = tinymce.DOM.get(ed.id + &#039;_tbl&#039;), ifr = tinymce.DOM.get(ed.id + &#039;_ifr&#039;), w = ed.getWin(), dh;
        var h = 20;
        dh = e.clientHeight - ifr.clientHeight;
        ed.theme.resizeTo(w.clientWidth, h + dh);
      });
}</code></pre></div><p>If possible, I would prefer to make the necesarry changes only in the configuration code.&nbsp; I don&#039;t want to mess with the css files too much because I&#039;m using custom instances of TinyMCE everywhere on the site.</p><p>If anyone could provide help, suggestions or insight - that would be great! Please let me know if you need more information.&nbsp; Thank you so much!</p>]]></description>
			<author><![CDATA[dummy@example.com (deding)]]></author>
			<pubDate>Wed, 16 May 2012 15:02:00 +0000</pubDate>
			<guid>http://www.tinymce.com/forum/viewtopic.php?id=28798</guid>
		</item>
		<item>
			<title><![CDATA[tinyMCE problems with saving]]></title>
			<link>http://www.tinymce.com/forum/viewtopic.php?id=28797</link>
			<description><![CDATA[<p>Hello, I just started using tinyMCE and have one problem:</p><p>Simple example:</p><p>I have one textbox(tinyMCE one for sure) and one and button (onClick it calls JavaScript function that alert&#039;s text of textbox) so everything could be fine but after I press save button it POST the text into the link or something, I don&#039;t need that I just need that afer I pressing save button to see not changed in textbox and I could be able to get text with my javascipt alert function!</p><p>P.S By the way it works fine if I remove &quot;form&quot; tags everything is fine but I get annoying error message &quot;Error: no form element found&quot;.</p><p>Thank you for reading this I hope somebody will be able to help me <img src="http://www.tinymce.com/forum/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (Hexes)]]></author>
			<pubDate>Wed, 16 May 2012 14:45:45 +0000</pubDate>
			<guid>http://www.tinymce.com/forum/viewtopic.php?id=28797</guid>
		</item>
		<item>
			<title><![CDATA[Where is the path to save my own templates]]></title>
			<link>http://www.tinymce.com/forum/viewtopic.php?id=28796</link>
			<description><![CDATA[<p>Hi<br />i want use some templates with the tinymce!<br />I&nbsp; have read the documentation about templates plugin, but i don`t no where i save the templates_1.html or the template_list.js.<br />Please help me!</p><p>Here is my own filesystem:</p><p>domain.de </p><p>&nbsp; &nbsp; - index.html&nbsp; (frontend)<br />&nbsp; &nbsp; - admin&nbsp; &nbsp; &nbsp; &nbsp;( backend)<br />&nbsp; &nbsp; &nbsp; &nbsp; - css<br />&nbsp; &nbsp; &nbsp; &nbsp; - images<br />&nbsp; &nbsp; &nbsp; &nbsp; - jscripts <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; - tiny_mce&nbsp; &nbsp;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; - langs<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; - plugins<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; - themes<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; - utils<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; - lists <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; - template_list.js<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; - templates_html<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; - two_box.thml<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; - three_box.html<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; - other JS&#039;s ....<br />&nbsp; &nbsp; &nbsp; &nbsp; -&nbsp; ohter folder.....</p><p>In my init()function, i have write something like this: <br />At plugins:&quot;....nonbreaking,xhtmlxtras,template,wordcount,...&quot;,</p><p>theme_advanced_buttons4 : &quot;insertlayer,moveforward,movebackward,absolute,|,styleprops,|,cite,abbr,acronym,del,ins,attribs,|,visualchars,nonbreaking,template,pagebreak,restoredraft&quot;,</p><p>template_external_list_url : &quot;lists/template_list.js&quot;,</p><p>++++++++++++++++++++++<br />my template_list.js looks like this:</p><p>[&quot;Zwei Spalten&quot;, &quot;templates_html/two_box.thml&quot;, &quot;Es werden 2 gleichgrosse Spalten angelegt&quot;],<br />[&quot;Drei Spalten&quot;, &quot;templates_html/three_box.html&quot;, &quot;Es werden 3 gleichgrosse Spalten angelegt&quot;]<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />What is wrong?</p>]]></description>
			<author><![CDATA[dummy@example.com (d3lab)]]></author>
			<pubDate>Wed, 16 May 2012 13:54:57 +0000</pubDate>
			<guid>http://www.tinymce.com/forum/viewtopic.php?id=28796</guid>
		</item>
		<item>
			<title><![CDATA[object_resizing - source code changes to completely remove]]></title>
			<link>http://www.tinymce.com/forum/viewtopic.php?id=28795</link>
			<description><![CDATA[<p>My company&#039;s requirements for our client has put us in a position to make a decision regarding how tables are used.&nbsp; &nbsp;While I can&#039;t divulge the specifics or even the overviews of the why, the following must be met:</p><p>1) We a user creates a table, the table must be automatically set the width to 100%<br />2) The user is not allowed to resize the table&#039;s width</p><p>While I have already modified the table.js plugin to change width: &#039;100%&#039; instead of pulling from the insert table form and I have hidden all form fields from the user for the specifics I need, I need to completely turn off object_resizing.&nbsp; &nbsp;Firefox takes the option of false and that works.&nbsp; &nbsp;But I have to support the dreaded IE7 - IE9.&nbsp; &nbsp; &nbsp;</p><p>The question is, where in the src code do I completely remove the ability to show the object resizing on click of the table?&nbsp; I will perform surgery if I have to.</p><p>NOTE:&nbsp; Please save the comments on how bad it is to manipulate src.&nbsp; We know this and we will support our crazy antics at all costs to meet our customer&#039;s requests.</p>]]></description>
			<author><![CDATA[dummy@example.com (Felix Riesterer)]]></author>
			<pubDate>Wed, 16 May 2012 13:30:08 +0000</pubDate>
			<guid>http://www.tinymce.com/forum/viewtopic.php?id=28795</guid>
		</item>
		<item>
			<title><![CDATA[Format not retaining in TinyMce Editor]]></title>
			<link>http://www.tinymce.com/forum/viewtopic.php?id=28794</link>
			<description><![CDATA[<p>Hi All , </p><p>In my application I have tinyMce Editor. It is not retaining the format specified when i copy and paste from msWord .<br />Can anyone pl help me at the earliest.!!?</p><p>Thanks<br />Dhruva</p>]]></description>
			<author><![CDATA[dummy@example.com (Dhruva)]]></author>
			<pubDate>Wed, 16 May 2012 06:30:16 +0000</pubDate>
			<guid>http://www.tinymce.com/forum/viewtopic.php?id=28794</guid>
		</item>
		<item>
			<title><![CDATA[Behaviors in IE when set forced_root_block : '',]]></title>
			<link>http://www.tinymce.com/forum/viewtopic.php?id=28793</link>
			<description><![CDATA[<p>When set <br />forced_root_block : &#039;&#039;,<br />in tinyMCE.init use ie. the behaviors changed between V3.5 and V3.5.0.1.</p><p>In V3.5, when you input something like xxxxx and press enter key, that make the source <br />&lt;p&gt;xxxxx&lt;p&gt;</p><p>but in V3.5.0.1, the source never produce &lt;p&gt;tag. enter key only produce &lt;br /&gt;.</p><p>Which is correct?</p><p>Following is tinyMCE.init.</p><p>&nbsp; &nbsp; tinyMCE.init({<br />&nbsp; &nbsp; &nbsp; &nbsp; // General options<br />&nbsp; &nbsp; &nbsp; &nbsp; mode : &quot;textareas&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; theme : &quot;advanced&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; plugins : &quot;autolink,lists,pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template,wordcount,advlist,autosave,visualblocks&quot;,</p><p>&nbsp; &nbsp; &nbsp; &nbsp; // Theme options<br />&nbsp; &nbsp; &nbsp; &nbsp; theme_advanced_buttons1 : &quot;save,newdocument,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,styleselect,formatselect,fontselect,fontsizeselect&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; theme_advanced_buttons2 : &quot;cut,copy,paste,pastetext,pasteword,|,search,replace,|,bullist,numlist,|,outdent,indent,blockquote,|,undo,redo,|,link,unlink,anchor,image,cleanup,help,code,|,insertdate,inserttime,preview,|,forecolor,backcolor&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; theme_advanced_buttons3 : &quot;tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,charmap,emotions,iespell,media,advhr,|,print,|,ltr,rtl,|,fullscreen&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; theme_advanced_buttons4 : &quot;insertlayer,moveforward,movebackward,absolute,|,styleprops,|,cite,abbr,acronym,del,ins,attribs,|,visualchars,nonbreaking,template,pagebreak,restoredraft,visualblocks&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; theme_advanced_toolbar_location : &quot;top&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; theme_advanced_toolbar_align : &quot;left&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; theme_advanced_statusbar_location : &quot;bottom&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; theme_advanced_resizing : true,</p><p>&nbsp; &nbsp; &nbsp; &nbsp; // Example content CSS (should be your site CSS)<br />&nbsp; &nbsp; &nbsp; &nbsp; content_css : &quot;css/content.css&quot;,</p><p>forced_root_block : &#039;&#039;,</p><p>&nbsp; &nbsp; &nbsp; &nbsp; // Drop lists for link/image/media/template dialogs<br />&nbsp; &nbsp; &nbsp; &nbsp; template_external_list_url : &quot;lists/template_list.js&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; external_link_list_url : &quot;lists/link_list.js&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; external_image_list_url : &quot;lists/image_list.js&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; media_external_list_url : &quot;lists/media_list.js&quot;,</p><p>&nbsp; &nbsp; &nbsp; &nbsp; // Style formats<br />&nbsp; &nbsp; &nbsp; &nbsp; style_formats : [<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {title : &#039;Bold text&#039;, inline : &#039;b&#039;},<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {title : &#039;Red text&#039;, inline : &#039;span&#039;, styles : {color : &#039;#ff0000&#039;}},<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {title : &#039;Red header&#039;, block : &#039;h1&#039;, styles : {color : &#039;#ff0000&#039;}},<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {title : &#039;Example 1&#039;, inline : &#039;span&#039;, classes : &#039;example1&#039;},<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {title : &#039;Example 2&#039;, inline : &#039;span&#039;, classes : &#039;example2&#039;},<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {title : &#039;Table styles&#039;},<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {title : &#039;Table row 1&#039;, selector : &#039;tr&#039;, classes : &#039;tablerow1&#039;}<br />&nbsp; &nbsp; &nbsp; &nbsp; ],</p><p>&nbsp; &nbsp; &nbsp; &nbsp; // Replace values for the template plugin<br />&nbsp; &nbsp; &nbsp; &nbsp; template_replace_values : {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; username : &quot;Some User&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; staffid : &quot;991234&quot;<br />&nbsp; &nbsp; &nbsp; &nbsp; }<br />&nbsp; &nbsp; });</p>]]></description>
			<author><![CDATA[dummy@example.com (wce01)]]></author>
			<pubDate>Wed, 16 May 2012 04:07:30 +0000</pubDate>
			<guid>http://www.tinymce.com/forum/viewtopic.php?id=28793</guid>
		</item>
		<item>
			<title><![CDATA[How to add 'type' parameter to video <source> tag?]]></title>
			<link>http://www.tinymce.com/forum/viewtopic.php?id=28792</link>
			<description><![CDATA[<p>Hello,</p><p>I&#039;m adapting the built-in &#039;media&#039; plugin to generate only video &amp; source tags when HTML5 Video is selected. For my implementation, I prefer to use video.js or MediaElement.js for the player &amp; Flash-fallback, instead of the default Moxieplayer SWF.</p><p>To create the appropriate HTML, I need to add a &#039;type&#039; parameter to the source tag. I want to generate this:<br /></p><div class="codebox"><pre><code>&lt;source src=&quot;path/to/video.mp4&quot; type=&quot;video/mp4&quot;&gt;</code></pre></div><p>instead of this:<br /></p><div class="codebox"><pre><code>&lt;source src=&quot;path/to/video.mp4&quot; /&gt;</code></pre></div><p>I&#039;ve pored through the code, but my JS skills are not on a par with the Moxie devs, so I&#039;m a bit in the dark.</p><p>I can see where the source node is added in the imgToObject method:</p><div class="codebox"><pre><code>for (i = 0; i &lt; sources.length; i++) {
    source = new Node(&#039;source&#039;, 1).attr(sources[i]);
    source.shortEnded = true;
    video.append(source);
}</code></pre></div><p>and where the node is created in the objectToImg method:</p><div class="codebox"><pre><code>sources = video.getAll(&quot;source&quot;);
for (i = 0; i &lt; sources.length; i++) {
    source = sources[i].remove();

    data.video.sources.push({
        src: urlConverter.call(urlConverterScope, source.attr(&#039;src&#039;), &#039;src&#039;, &#039;source&#039;),
        type: source.attr(&#039;type&#039;),
        media: source.attr(&#039;media&#039;)
    });
}</code></pre></div><p>I <em>think</em> I need to focus on the first snippet (imgToObject), because it looks like the second is already handling the &#039;type&#039; attribute. I&#039;m just not sure how I go about it. Or I could be completely off and this is actually handled as part of the dialog (in &#039;media.js&#039;).</p><p>If anyone can point me in the right direction, I&#039;d be very grateful. Thanks!</p>]]></description>
			<author><![CDATA[dummy@example.com (conniden)]]></author>
			<pubDate>Wed, 16 May 2012 03:29:01 +0000</pubDate>
			<guid>http://www.tinymce.com/forum/viewtopic.php?id=28792</guid>
		</item>
		<item>
			<title><![CDATA[Tinymce refresh]]></title>
			<link>http://www.tinymce.com/forum/viewtopic.php?id=28791</link>
			<description><![CDATA[<p>I have done a &lt;select&gt; selector. In several id leave that post from database with ajax. When I select one of them, loads the content in the form but when you upgrade, the textarea did not get the TinyMCE editor. Does anyone know how I can fix it?</p>]]></description>
			<author><![CDATA[dummy@example.com (Felix Riesterer)]]></author>
			<pubDate>Tue, 15 May 2012 19:18:03 +0000</pubDate>
			<guid>http://www.tinymce.com/forum/viewtopic.php?id=28791</guid>
		</item>
		<item>
			<title><![CDATA[Tie the Tiny MCE Editor with one HTML page]]></title>
			<link>http://www.tinymce.com/forum/viewtopic.php?id=28790</link>
			<description><![CDATA[<p>Dear colleagues!</p><p>I have an easiest task, but still can&#039;t solve it.<br />Want to ask your expert advice!</p><p>Situation is like this:<br />- have a simple static site on html-pages<br />- need only one page to have the embedded Tiny MCE Editor on it<br />- with it I just need to periodically make changes of the content on<br />this page (images and links) <br />- and also access to editing should have only admin<br />(ie some minimal authorization, whether that be).</p><p>Can you please tell how to best proceed it?<br />Or at least point the right way.</p><p>Best regards!</p>]]></description>
			<author><![CDATA[dummy@example.com (wce01)]]></author>
			<pubDate>Tue, 15 May 2012 11:17:38 +0000</pubDate>
			<guid>http://www.tinymce.com/forum/viewtopic.php?id=28790</guid>
		</item>
		<item>
			<title><![CDATA[Unable to 'Insert/Edit link' by right-clicking text in a table cell]]></title>
			<link>http://www.tinymce.com/forum/viewtopic.php?id=28788</link>
			<description><![CDATA[<p>Why is it that when I enter text in a table cell, highlight the text, and right-click the text, the option &#039;insert/edit link&#039; option is not available. But it is available when the text is <strong>not</strong> in a table cell. It seems intuitive that I should also be able to insert a link by right-clicking text when it&#039;s in a table cell.</p>]]></description>
			<author><![CDATA[dummy@example.com (davjaq)]]></author>
			<pubDate>Mon, 14 May 2012 17:50:56 +0000</pubDate>
			<guid>http://www.tinymce.com/forum/viewtopic.php?id=28788</guid>
		</item>
	</channel>
</rss>

