60 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			60 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 | 
						|
<!--
 | 
						|
 * WYMeditor : what you see is What You Mean web-based editor
 | 
						|
 * Copyright (c) 2005 - 2009 Jean-Francois Hovinne, http://www.wymeditor.org/
 | 
						|
 * Dual licensed under the MIT (MIT-license.txt)
 | 
						|
 * and GPL (GPL-license.txt) licenses.
 | 
						|
 *
 | 
						|
 * For further information visit:
 | 
						|
 *        http://www.wymeditor.org/
 | 
						|
 *
 | 
						|
 * File Name:
 | 
						|
 *        index.html
 | 
						|
 *        WYMeditor integration examples index page.
 | 
						|
 *        See the documentation for more info.
 | 
						|
 *
 | 
						|
 * File Authors:
 | 
						|
 *        Jean-Francois Hovinne - http://www.hovinne.com/
 | 
						|
 *        Philipp Cordes (pc a-t irgendware dotnet)
 | 
						|
-->
 | 
						|
<html>
 | 
						|
<head>
 | 
						|
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 | 
						|
    <title>WYMeditor</title>
 | 
						|
</head>
 | 
						|
 | 
						|
<body>
 | 
						|
    <h1>WYMeditor integration examples</h1>
 | 
						|
    <p>
 | 
						|
        <a href="http://www.wymeditor.org/">WYMeditor</a> is a web-based XHTML WYSIWYM editor. Please study the source code of each page to learn more about the examples and how to implement them.
 | 
						|
    </p>
 | 
						|
    <p>
 | 
						|
        <strong>Note:</strong> These examples might not work locally in your browser due to browser security policies regarding frames. Serve WYMeditor and this page from a proper web server or <a href="http://wymeditor.no.de/wymeditor/examples/">try out the demos online</a>.
 | 
						|
    </p>
 | 
						|
    <p>
 | 
						|
        <ol>
 | 
						|
            <li><a href="01-basic.html">Basic integration</a></li>
 | 
						|
            <li><a href="02-custom-language.html">Custom language</a></li>
 | 
						|
            <li><a href="03-plugin.html">Plugin</a></li>
 | 
						|
            <li><a href="04-multiple-instances.html">Multiple instances</a></li>
 | 
						|
            <li><a href="05-custom-dialog.html">Custom dialog</a></li>
 | 
						|
            <li><a href="06-custom-menu.html">Custom menu</a></li>
 | 
						|
            <li><a href="07-custom-button.html">Custom button</a></li>
 | 
						|
            <li><a href="08-custom-panel.html">Custom panel</a></li>
 | 
						|
            <li><a href="09-two-panels.html">Two panels</a></li>
 | 
						|
            <li><a href="10-resizable.html">Resizable</a></li>
 | 
						|
            <li><a href="11-custom-parser.html">Custom XHTML parser</a></li>
 | 
						|
            <li><a href="12-custom-layout.html">Custom layout</a></li>
 | 
						|
            <li><a href="13-silver-skin.html">Silver skin, hovertools, resizable</a></li>
 | 
						|
            <li><a href="14-more-inline-elements.html">More inline elements</a></li>
 | 
						|
            <li><a href="15-rdfa-editor.html">RDFa editor</a></li>
 | 
						|
            <li><a href="16-google-apis.html">Google APIs</a></li>
 | 
						|
            <li><a href="17-pretty-theme.html">Pretty theme</a></li>
 | 
						|
            <li><a href="18-compact-skin.html">Compact Skin</a></li>
 | 
						|
            <li><a href="19-structured-headings.html">Structured headings plugin</a></li>
 | 
						|
        </ol>
 | 
						|
    </p>
 | 
						|
</body>
 | 
						|
 | 
						|
</html>
 |