<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Installation</title><link>https://sourceforge.net/p/tinymce-style-library/wiki/Installation/</link><description>Recent changes to Installation</description><atom:link href="https://sourceforge.net/p/tinymce-style-library/wiki/Installation/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 14 May 2015 11:16:53 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/tinymce-style-library/wiki/Installation/feed" rel="self" type="application/rss+xml"/><item><title>Installation modified by Ferenc Veres</title><link>https://sourceforge.net/p/tinymce-style-library/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ferenc Veres</dc:creator><pubDate>Thu, 14 May 2015 11:16:53 -0000</pubDate><guid>https://sourceforge.neta43d9cfbfda1929ff0602e2afa0e2b297fe557e0</guid></item><item><title>Installation modified by Ferenc Veres</title><link>https://sourceforge.net/p/tinymce-style-library/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -24,8 +24,8 @@

 This full example shows defaults. See below for documentation. 

-    stylelibrary_fontsizelist: "80%,90%,100%,110%,120%,135%,150%,175%,200%,x-small,small,medium,large,x-large,xx-large"
-    stylelibrary_lineheightlist: "80%,90%,100%,110%,120%,140%,160%,200%"
+    stylelibrary_fontsizelist: "80%,90%,100%,110%,120%,135%,150%,175%,200%,250%,300%"
+    stylelibrary_lineheightlist: "normal,80%,90%,100%,110%,120%,140%,160%,200%"
     stylelibrary_indentlist: "0,0.5em,1em,1.5em,2em,3em"
     stylelibrary_marginlist: "0,1px,2px,5px,10px,15px,20px,30px,0.5em,1em,2em",
     stylelibrary_fontfamilylist: 
@@ -89,28 +89,3 @@
 ## stylelibrary_headhtml

 Any extra code to send to HTML HEAD tag of preview IFRAMEs and the main overview page. Can be used to load external fonts for example. 
-
-# Removed settings
-
-These values were converted to simple pixel input box from dropdown on the GUI, so prefilling lists are not needed (2014.09.11.) 
-    
-    stylelibrary_cellpaddinglist: "0,1px,2px,3px,4px,5px,0.5em,1em"
-    stylelibrary_borderwidthlist: "0,1px,2px,3px,4px,5px,thin,medium,thick"
-    stylelibrary_cellspacinglist: "0,1px,2px,3px,4px,5px"
-
-## stylelibrary_cellspacinglist
-
-List of values for the table border (cell) spacing dropdowns. Use values that are valid for CSS **border-spacing** value. 
-
-For older Internet Explorer compatibility this property generates an extra rule: 
-    
-       border-spacing: expression(cellSpacing=4);
-       border-spacing: 4px;
-
-## stylelibrary_cellpaddinglist
-
-List of values for the box padding dropdowns. Use values that are valid for CSS **padding** value. 
-
-## stylelibrary_borderwidthlist
-
-List of values for the border width dropdowns. Use values that are valid for CSS **border-width** value. 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ferenc Veres</dc:creator><pubDate>Thu, 14 May 2015 11:16:52 -0000</pubDate><guid>https://sourceforge.net856a674e3102c1951650c594524f935602ac300d</guid></item><item><title>Installation modified by Anonymous</title><link>https://sourceforge.net/p/tinymce-style-library/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="style-library-installation-aspnet-version"&gt;Style Library installation - ASP.NET version&lt;/h1&gt;
&lt;p&gt;Currently only an ASP.NET version is available. This documentation assumes that you already have an ASP.NET Web Site Project that contains TinyMCE. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;This will not work with original TinyMCE release. We are working on sorting out our patches and providing a way to get this plugin work with less modified TimyMCE. This page was created only to give a brief introduction of how it could be installed.&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Check out the source code from this SVN. &lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="compile-library-projects"&gt;Compile library projects&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Compile Libs/CssDom &lt;/li&gt;
&lt;li&gt;Compile Libs/StyleLibrary (because this depends on CssDom library) &lt;/li&gt;
&lt;li&gt;Copy &lt;code&gt;WPS.Libraries.CssDom.dll&lt;/code&gt; and &lt;code&gt;WPS.Modules.StyleLibrary.dll&lt;/code&gt; to your &lt;strong&gt;bin&lt;/strong&gt; folder. &lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="install-the-plugin"&gt;Install the plugin&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Copy the &lt;code&gt;stylelibrary&lt;/code&gt; plugin to &lt;code&gt;tiny_mce/plugins&lt;/code&gt; folder &lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Add &lt;code&gt;stylelibrary&lt;/code&gt; to &lt;strong&gt;plugins&lt;/strong&gt; and &lt;strong&gt;buttons&lt;/strong&gt; in your TinyMCE's configuration &lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;plugins: ...,stylelibrary,...
theme_advanced_buttons1: ...,stylelibrary,...
&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h1 id="configuration-settings"&gt;Configuration settings&lt;/h1&gt;
&lt;p&gt;This full example shows defaults. See below for documentation. &lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;stylelibrary_fontsizelist: "80%,90%,100%,110%,120%,135%,150%,175%,200%,x-small,small,medium,large,x-large,xx-large"
stylelibrary_lineheightlist: "80%,90%,100%,110%,120%,140%,160%,200%"
stylelibrary_indentlist: "0,0.5em,1em,1.5em,2em,3em"
stylelibrary_marginlist: "0,1px,2px,5px,10px,15px,20px,30px,0.5em,1em,2em",
stylelibrary_fontfamilylist: 
    "Andale Mono=Andale Mono, monospace;" +
    "Arial=Arial, Helvetica, sans-serif;" +
    "Arial Black=Arial Black, Avant garde, sans-serif;" +
    "Arial Narrow=Arial Narrow, sans-serif;" +
    "Book Antiqua=Book Antiqua, Palatino, serif;" +
    "Brush Script MT=Brush Script MT, cursive;" +
    "Comic Sans MS=Comic Sans MS, cursive;" +
    "Courier=Courier, monospace;" +
    "Courier New=Courier New, monospace;" +
    "Helvetica=Helvetica, sans-serif;" +
    "Garamond=Garamond, serif;" +
    "Georgia=Georgia, Palatino, serif;" +
    "Impact=Impact, Chicago, sans-serif;" +
    "Lucida=Lucida, sans-serif;" +
    "Lucida Sans=Lucida Sans, sans-serif;" +
    "Lucida Console=Lucida Console, monospace;" +
    "Palatino=Palatino, serif;" +
    "Palatino Linotype=Palatino Linotype, serif;" +
    "Tahoma=Tahoma, sans-serif;" +
    "Times=Times, serif;" +
    "Times New Roman=Times New Roman, Times, serif;" +
    "Trebuchet MS=Trebuchet MS, Geneva, sans-serif;" +
    "Verdana=Verdana, Geneva, sans-serif;"
stylelibrary_previewstyles: 
user_css:
stylelibrary_headhtml:
&lt;/pre&gt;&lt;/div&gt;
&lt;h2 id="user_css"&gt;user_css&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;The most important setting&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Content CSS file that name defines all IMG, TABLE, DIV, FONT and HEADING styles (and only that), in a kind of strict format. We usually call this "wysiwyg.css". &lt;/p&gt;
&lt;h2 id="stylelibrary_fontsizelist"&gt;stylelibrary_fontsizelist&lt;/h2&gt;
&lt;p&gt;List of values for the font size dropdowns. Use values that are valid for CSS &lt;strong&gt;font-size&lt;/strong&gt; value. &lt;/p&gt;
&lt;h2 id="stylelibrary_lineheightlist"&gt;stylelibrary_lineheightlist&lt;/h2&gt;
&lt;p&gt;List of values for the line height dropdowns. Use values that are valid for CSS &lt;strong&gt;line-height&lt;/strong&gt; value. &lt;/p&gt;
&lt;h2 id="stylelibrary_indentlist"&gt;stylelibrary_indentlist&lt;/h2&gt;
&lt;p&gt;List of values for the text indent dropdowns. Use values that are valid for CSS &lt;strong&gt;text-indent&lt;/strong&gt; value. &lt;/p&gt;
&lt;h2 id="stylelibrary_marginlist"&gt;stylelibrary_marginlist&lt;/h2&gt;
&lt;p&gt;List of values for the margin width dropdowns. Use values that are valid for CSS &lt;strong&gt;margin&lt;/strong&gt; value. &lt;/p&gt;
&lt;h2 id="stylelibrary_fontfamilylist"&gt;stylelibrary_fontfamilylist&lt;/h2&gt;
&lt;p&gt;List of values for the font dropdowns. Use values that are valid for CSS &lt;strong&gt;font-family&lt;/strong&gt; value. Please use usual CSS notation with fallbacks and a generic name as last. &lt;/p&gt;
&lt;h2 id="stylelibrary_previewstyles"&gt;stylelibrary_previewstyles&lt;/h2&gt;
&lt;p&gt;CSS files that should be loaded into the preview IFRAME. Normally same as "content_css" setting! &lt;/p&gt;
&lt;h2 id="stylelibrary_headhtml"&gt;stylelibrary_headhtml&lt;/h2&gt;
&lt;p&gt;Any extra code to send to HTML HEAD tag of preview IFRAMEs and the main overview page. Can be used to load external fonts for example. &lt;/p&gt;
&lt;h1 id="removed-settings"&gt;Removed settings&lt;/h1&gt;
&lt;p&gt;These values were converted to simple pixel input box from dropdown on the GUI, so prefilling lists are not needed (2014.09.11.) &lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;stylelibrary_cellpaddinglist: "0,1px,2px,3px,4px,5px,0.5em,1em"
stylelibrary_borderwidthlist: "0,1px,2px,3px,4px,5px,thin,medium,thick"
stylelibrary_cellspacinglist: "0,1px,2px,3px,4px,5px"
&lt;/pre&gt;&lt;/div&gt;
&lt;h2 id="stylelibrary_cellspacinglist"&gt;stylelibrary_cellspacinglist&lt;/h2&gt;
&lt;p&gt;List of values for the table border (cell) spacing dropdowns. Use values that are valid for CSS &lt;strong&gt;border-spacing&lt;/strong&gt; value. &lt;/p&gt;
&lt;p&gt;For older Internet Explorer compatibility this property generates an extra rule: &lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;    &lt;span class="nt"&gt;border-spacing&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="nt"&gt;expression&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;&lt;span class="nt"&gt;cellSpacing&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="nt"&gt;4&lt;/span&gt;&lt;span class="o"&gt;);&lt;/span&gt;
    &lt;span class="nt"&gt;border-spacing&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="nt"&gt;4px&lt;/span&gt;&lt;span class="o"&gt;;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;h2 id="stylelibrary_cellpaddinglist"&gt;stylelibrary_cellpaddinglist&lt;/h2&gt;
&lt;p&gt;List of values for the box padding dropdowns. Use values that are valid for CSS &lt;strong&gt;padding&lt;/strong&gt; value. &lt;/p&gt;
&lt;h2 id="stylelibrary_borderwidthlist"&gt;stylelibrary_borderwidthlist&lt;/h2&gt;
&lt;p&gt;List of values for the border width dropdowns. Use values that are valid for CSS &lt;strong&gt;border-width&lt;/strong&gt; value. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 14 May 2015 10:37:17 -0000</pubDate><guid>https://sourceforge.nete6e51282ccf81ce5ec981edd76697dd205aac2fb</guid></item></channel></rss>