<?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>Everything is wrong &#187; Javascript</title>
	<atom:link href="http://everythingiswrong.free.fr/index.php/tag/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://everythingiswrong.free.fr</link>
	<description>Un blog dédié à l&#039;informatique en général</description>
	<lastBuildDate>Wed, 06 Oct 2021 21:20:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>TinyMCE avec un ruban</title>
		<link>http://everythingiswrong.free.fr/index.php/2012/05/17/tinymce-avec-un-ruban/</link>
		<comments>http://everythingiswrong.free.fr/index.php/2012/05/17/tinymce-avec-un-ruban/#comments</comments>
		<pubDate>Thu, 17 May 2012 12:19:38 +0000</pubDate>
		<dc:creator>Yan</dc:creator>
				<category><![CDATA[trucs et astuces]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://everythingiswrong.free.fr/?p=1842</guid>
		<description><![CDATA[Enfin un étideur web ressemblant à word 2007 ou 2010 (avec un ruban)]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">&#8220;Ribbon&#8221; est un skin très intéressant pour l&#8217;éditeur WYSIWYG TinyMce. Il ressemble à la nouvelle version de word avec le ruban (ou interface à onglet), qui a été introduite avec Office 2007. Voici un aperçu :</p>
<p style="text-align: center;"><img class="aligncenter" src="http://tinymce.swis.nl/webbeheer/html/phpThumb/phpThumb.php?src=/uploads/tekstblok/tiny_mce_ribbon_example_en.png&amp;w=766&amp;h=315&amp;q=95" alt="" width="612" height="252" /></p>
<p style="text-align: justify;">Il est très simple à mettre en place :</p>
<pre class="brush: javascript; gutter: true; first-line: 1; html-script: true">&lt;script type="text/javascript" src="js/tinymce/jscripts/tiny_mce/tiny_mce.js"&gt;&lt;/script&gt;
&lt;script type="text/javascript"&gt;
tinyMCE.init({
               mode : 'textareas',
               theme : 'ribbon',
               content_css : 'css/editor.css',
               height: 600,
               plugins : 'bestandsbeheer,tabfocus,advimagescale,loremipsum,image_tools,embed,tableextras,style,table,inlinepopups,searchreplace,contextmenu,paste,wordcount,advlist,autosave',
               inlinepopups_skin : 'ribbon_popup'

});

&lt;/script&gt;</pre>
<p>Source : <a href="http://tinymce.swis.nl/">http://tinymce.swis.nl/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://everythingiswrong.free.fr/index.php/2012/05/17/tinymce-avec-un-ruban/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
