From: Raphael D. P. <rap...@us...> - 2005-09-01 18:15:54
|
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32492/thywidgets/external/fckeditor/_docs Added Files: fck_docs.css index.html whatsnew.html Log Message: Synching... --- NEW FILE: index.html --- <!-- * FCKeditor - The text editor for internet * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: * http://www.opensource.org/licenses/lgpl-license.php * * For further information visit: * http://www.fckeditor.net/ * * Version: 2.0 RC3 * Modified: 2005-02-17 13:13:14 --> <html> <head> <title>FCKeditor - Documentation</title> <LINK href="fck_docs.css" type="text/css" rel="stylesheet"></head> <body> <H1>FCKeditor Documentation</H1> <H2>Table of Contents</H2> <UL> <LI> General Info <UL> <LI> <A href="whatsnew.html">What's New?</A> <LI> <A href="contents/003.html">Performance</A> <LI> <A href="contents/009.html">Support</A> <LI> <A href="contents/010.html">License</A></LI></UL> <LI> User's Guide <LI> Developer's Guide <UL> <LI id=""> <A href="contents/004.html">Installation</A> <LI> Integration <UL> <LI> <A href="contents/001.html">Javascript</A> <LI> ASP <LI> ASP.Net <LI> ColdFusion <LI> Java <LI> PHP</LI></UL> <LI> Configuration <UL> <LI><A href="contents/012.html">Configurations file</A> <LI> <A href="contents/006.html">Styles</A> <LI><A href="contents/011.html">Spell Checker</A> <LI> Built in File Browser</LI></UL> <LI> Customizzation <UL> <LI> Plug-ins <LI> <A href="contents/008.html">Scripts Compression</A> <LI> Skins <LI> Custom File Browser</LI></UL> <LI> FCKeditor Javascript API <LI> Participating <UL> <LI> <A href="contents/002.html">Server side integration</A> <LI> <A href="contents/005.html">Localization (interface translation)</A> <LI> Documentation</LI></UL> </LI> </UL> </LI> </UL> </body> </html> --- NEW FILE: whatsnew.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <!-- * FCKeditor - The text editor for internet * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: * http://www.opensource.org/licenses/lgpl-license.php * * For further information visit: * http://www.fckeditor.net/ * * Version: 2.0 RC3 * Modified: 2005-03-02 14:12:10 --> <html> <head> <title>FCKeditor - What's New</title> <link href="fck_docs.css" type="text/css" rel="stylesheet"></head> <body> [...1422 lines suppressed...] <LI> Optimizations when loading the editor. <LI> [SF BUG-709544] - Toolbar buttons wait for the images to be downloaded to start watching and responding the user actions (turn buttons on/off when the user changes position inside the editor). <LI> Javascript integration is now Object Oriented. CreateFCKeditor function is not available anymore. Take a look in test.html. <LI> Two new configuration options, ImageBrowser and ImageUpload, are available to turn on and off the image upload and image browsing options in the Image dialog box. This options can be hidden for a specific editor instance throw specific URL parameter in the editors IFRAME (upload=true/false&browse=true/false). All specific language integration modules handle this option. For sample see the _test directory. </LI> </UL></SPAN> </body> </html> --- NEW FILE: fck_docs.css --- /* * FCKeditor - The text editor for internet * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: * http://www.opensource.org/licenses/lgpl-license.php * * For further information visit: * http://www.fckeditor.net/ * * Version: 2.0 RC3 * Modified: 2004-11-27 02:03:27 */ body { font-family: Arial, Verdana, Sans-Serif; } p { margin-left: 20px; } code { padding-right: 10px; display: block; padding-left: 10px; padding-bottom: 5px; margin: 10px 20px; padding-top: 5px; background-color: #dcdcdc; } .classPropMeth { margin-top: 10px; font-weight: bold; font-size: 0.8em; margin-left: 0px; font-family: 'Courier New' , Monospace; } .paramsDefinition { margin-left: 20px; } .classDefinition * { margin-top: 0px; margin-bottom: 0px; } li { margin: 5px ; } |