You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(34) |
Sep
(302) |
Oct
(13) |
Nov
(35) |
Dec
(15) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(56) |
Feb
(12) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Raphael D. P. <rap...@us...> - 2005-09-01 18:15:58
|
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/css/behaviors In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32492/thywidgets/external/fckeditor/editor/css/behaviors Added Files: anchor.gif anchors.htc hiddenfield.gif hiddenfield.htc moz-bindings.xml showtableborders.htc Log Message: Synching... --- NEW FILE: anchors.htc --- <public:component lightweight="true"> <public:attach event="oncontentready" onevent="ShowIcon()" /> <public:attach event="ondoubleclick" onevent="EditAnchor()" /> <script language="javascript"> var bIsAnchor = this.name.length > 0 && this.getAttribute('href').length == 0 ; function ShowIcon() { if ( bIsAnchor ) { this.runtimeStyle.height = '1px' ; this.runtimeStyle.paddingLeft = '16px' ; this.runtimeStyle.backgroundImage = 'url(' + window.parent.FCKConfig.FullBasePath + 'css/behaviors/anchor.gif)' ; this.runtimeStyle.backgroundRepeat = 'no-repeat' ; this.runtimeStyle.cursor = 'hand' ; } } function EditAnchor() { if ( bIsAnchor ) alert( this.outerHTML ) ; } </script> </public:component> --- NEW FILE: showtableborders.htc --- <public:component lightweight="true"> <public:attach event="oncontentready" onevent="ShowBorders()" /> <public:attach event="onpropertychange" onevent="OnPropertyChange()" /> <script language="javascript"> var oClassRegex = /\s*FCK__ShowTableBorders\s*/ ; var FCKConfig = window.parent.FCKConfig ; function ShowBorders() { if ( this.border == 0 && FCKConfig.ShowBorders ) { if ( !oClassRegex.test( this.className ) ) this.className += ' FCK__ShowTableBorders' ; } else { if ( oClassRegex.test( this.className ) ) { this.className = this.className.replace( oClassRegex, '' ) ; if ( this.className.length == 0 ) this.removeAttribute( 'className', 0 ) ; } } } function OnPropertyChange() { if ( FCKConfig.ShowBorders && ( event.propertyName == 'border' || event.propertyName == 'className' ) ) ShowBorders() ; } </script> </public:component> --- NEW FILE: moz-bindings.xml --- <?xml version="1.0" encoding="utf-8" ?> <bindings xmlns="http://www.mozilla.org/xbl"> <binding id="showtableborders"> <implementation> <constructor> this.CheckShowBorders() ; </constructor> <method name="CheckShowBorders"> <body> var oClassRegex = /\s*FCK__ShowTableBorders\s*/ ; if ( this.border == 0 ) { if ( !oClassRegex.test( this.className ) ) this.className += ' FCK__ShowTableBorders' ; } else { if ( oClassRegex.test( this.className ) ) this.className = this.className.replace( oClassRegex, '' ) ; } </body> </method> </implementation> <handlers> <handler event="DOMAttrModified"> this.CheckShowBorders() ; </handler> </handlers> </binding> <binding id="anchors"> <implementation> <constructor> <![CDATA[ this.IsAnchor = ( this.name != null && this.name.length > 0 && ( this.getAttribute('href') == null || this.getAttribute('href').length == 0 ) ) ; this.ShowIcon() ; ]]> </constructor> <method name="ShowIcon"> <body> if ( this.IsAnchor ) { this.style.height = '1px' ; this.style.paddingLeft = '16px' ; this.style.backgroundImage = 'url(behaviors/anchor.gif)' ; this.style.backgroundRepeat = 'no-repeat' ; this.style.cursor = 'pointer' ; } </body> </method> </implementation> <handlers> <handler event="click"> if ( this.IsAnchor ) alert( this.IsAnchor ) ; </handler> </handlers> </binding> </bindings> --- NEW FILE: hiddenfield.htc --- <public:component lightweight="true"> <public:attach event="oncontentready" onevent="ShowField()" /> <public:attach event="ondoubleclick" onevent="EditField()" /> <script language="javascript"> var bIsHiddenField = this.type == 'hidden' ; function ShowField() { if ( bIsHiddenField ) { this.runtimeStyle.width = '20px' ; this.runtimeStyle.height = '20px' ; this.runtimeStyle.border = '1px dotted #FF0000' ; this.runtimeStyle.backgroundImage = 'url(css/behaviors/hiddenfield.gif)' ; this.runtimeStyle.fontSize = '99px' ; } } function EditField() { if ( bIsHiddenField ) alert( this.outerHTML ) ; } </script> </public:component> --- NEW FILE: anchor.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: hiddenfield.gif --- (This appears to be a binary file; contents omitted.) |
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/images/smiley/msn In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32492/thywidgets/external/fckeditor/editor/images/smiley/msn Added Files: angel_smile.gif angry_smile.gif broken_heart.gif cake.gif confused_smile.gif cry_smile.gif devil_smile.gif embaressed_smile.gif envelope.gif heart.gif kiss.gif lightbulb.gif omg_smile.gif regular_smile.gif sad_smile.gif shades_smile.gif teeth_smile.gif thumbs_down.gif thumbs_up.gif tounge_smile.gif whatchutalkingabout_smile.gif wink_smile.gif Log Message: Synching... --- NEW FILE: thumbs_down.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: shades_smile.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: regular_smile.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: heart.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: tounge_smile.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: devil_smile.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: whatchutalkingabout_smile.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: teeth_smile.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: omg_smile.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: thumbs_up.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: lightbulb.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: embaressed_smile.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: broken_heart.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: confused_smile.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: kiss.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: cry_smile.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: angry_smile.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: cake.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: angel_smile.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: wink_smile.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: sad_smile.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: envelope.gif --- (This appears to be a binary file; contents omitted.) |
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/filemanager/browser/default/images/icons/32 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32492/thywidgets/external/fckeditor/editor/filemanager/browser/default/images/icons/32 Added Files: ai.gif avi.gif bmp.gif cs.gif default.icon.gif dll.gif doc.gif exe.gif fla.gif gif.gif htm.gif html.gif jpg.gif js.gif mdb.gif mp3.gif pdf.gif ppt.gif rdp.gif swf.gif swt.gif txt.gif vsd.gif xls.gif xml.gif zip.gif Log Message: Synching... --- NEW FILE: default.icon.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: mdb.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: bmp.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: exe.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: cs.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ai.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: html.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: mp3.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: htm.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: dll.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: gif.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: zip.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fla.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: js.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: xls.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: swf.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: swt.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: xml.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: avi.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: txt.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: doc.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ppt.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: vsd.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: rdp.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: pdf.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: jpg.gif --- (This appears to be a binary file; contents omitted.) |
From: Raphael D. P. <rap...@us...> - 2005-09-01 18:15:58
|
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/filemanager/browser/default/connectors In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32492/thywidgets/external/fckeditor/editor/filemanager/browser/default/connectors Added Files: test.html Log Message: Synching... --- NEW FILE: test.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>FCKeditor - Connectors Tests</title> <script language="javascript"> function BuildBaseUrl( command ) { var sUrl = document.getElementById('cmbConnector').value + '?Command=' + command + '&Type=' + document.getElementById('cmbType').value + '&CurrentFolder=' + document.getElementById('txtFolder').value ; var sServerPath = document.getElementById('txtServerPath').value ; if ( sServerPath.length > 0 && sServerPath.toLowerCase() != '/userfiles/' ) sUrl += '&ServerPath=' + sServerPath ; return sUrl ; } function SetFrameUrl( url ) { if ( document.all ) eRunningFrame.document.location = url ; else document.getElementById('eRunningFrame').src = url ; document.getElementById('eUrl').innerHTML = url ; } function GetFolders() { SetFrameUrl( BuildBaseUrl( 'GetFolders' ) ) ; return false ; } function GetFoldersAndFiles() { SetFrameUrl( BuildBaseUrl( 'GetFoldersAndFiles' ) ) ; return false ; } function CreateFolder() { var sFolder = prompt( 'Type the folder name:', 'Test Folder' ) ; if ( ! sFolder ) return ; var sUrl = BuildBaseUrl( 'CreateFolder' ) ; sUrl += '&NewFolderName=' + escape( sFolder ) ; SetFrameUrl( sUrl ) ; return false ; } function OnUploadCompleted( errorNumber, fileName ) { switch ( errorNumber ) { case 0 : alert( 'File uploaded with no errors' ) ; break ; case 201 : GetFoldersAndFiles() alert( 'A file with the same name is already available. The uploaded file has been renamed to "' + fileName + '"' ) ; break ; case 202 : alert( 'Invalid file' ) ; break ; default : alert( 'Error on file upload. Error number: ' + errorNumber ) ; break ; } } this.frames.frmUpload = this ; function SetAction() { var sUrl = BuildBaseUrl( 'FileUpload' ) ; document.getElementById('eUrl').innerHTML = sUrl ; document.getElementById('frmUpload').action = sUrl ; } </script> </head> <body> <table height="100%" cellSpacing="0" cellPadding="0" width="100%" border="0"> <tr> <td> <table cellSpacing="0" cellPadding="0" border="0"> <tr> <td>Connector:<br> <select id="cmbConnector" name="cmbConnector"> <option value="asp/connector.asp" selected>ASP</option> <option value="aspx/connector.aspx">ASP.Net</option> <option value="cfm/connector.cfm">ColdFusion</option> <option value="perl/connector.cgi">Perl</option> <option value="php/connector.php">PHP</option> </select></td> <td> </td> <td>Current Folder<BR> <INPUT id="txtFolder" type="text" value="/" name="txtFolder"></td> <td> </td> <td>Resource Type<BR> <select id="cmbType" name="cmbType"> <option value="File" selected>File</option> <option value="Image">Image</option> <option value="Flash">Flash</option> <option value="Media">Media</option> </select></td> <TD> </TD> <TD>Server Path<BR> <INPUT id="txtServerPath" type="text" value="/UserFiles/" /></TD> </tr> </table> <br> <table cellSpacing="0" cellPadding="0" border="0"> <tr> <td valign="top"><a href="#" onclick="GetFolders();">Get Folders</a></td> <td> </td> <td valign="top"><a href="#" onclick="GetFoldersAndFiles();">Get Folders and Files</a></td> <td> </td> <td valign="top"><a href="#" onclick="CreateFolder();">Create Folder</a></td> <td> </td> <td valign="top"> <form id="frmUpload" action="" target="eRunningFrame" method="post" enctype="multipart/form-data"> File Upload<br> <input id="txtFileUpload" type="file" name="NewFile"> <input type="submit" value="Upload" onclick="SetAction();"> </form> </td> </tr> </table> <br> URL: <span id="eUrl"></span> </td> </tr> <tr> <td height="100%" vAlign="top"> <iframe id="eRunningFrame" src="../../../../fckblank.html" name="eRunningFrame" width="100%" height="100%"></iframe> </td> </tr> </table> </body> </html> |
From: Raphael D. P. <rap...@us...> - 2005-09-01 18:15:58
|
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/filemanager/browser/default/images In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32492/thywidgets/external/fckeditor/editor/filemanager/browser/default/images Added Files: ButtonArrow.gif Folder.gif Folder32.gif FolderOpened.gif FolderOpened32.gif FolderUp.gif spacer.gif Log Message: Synching... --- NEW FILE: spacer.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: FolderUp.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: FolderOpened.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: Folder32.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: FolderOpened32.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ButtonArrow.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: Folder.gif --- (This appears to be a binary file; contents omitted.) |
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/filemanager/browser/default/images/icons In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32492/thywidgets/external/fckeditor/editor/filemanager/browser/default/images/icons Added Files: ai.gif avi.gif bmp.gif cs.gif default.icon.gif dll.gif doc.gif exe.gif fla.gif gif.gif htm.gif html.gif jpg.gif js.gif mdb.gif mp3.gif pdf.gif ppt.gif rdp.gif swf.gif swt.gif txt.gif vsd.gif xls.gif xml.gif zip.gif Log Message: Synching... --- NEW FILE: default.icon.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: mdb.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: bmp.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: exe.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: cs.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ai.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: html.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: mp3.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: htm.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: dll.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: gif.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: zip.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fla.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: js.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: xls.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: swf.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: swt.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: xml.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: avi.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: txt.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: doc.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ppt.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: vsd.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: rdp.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: pdf.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: jpg.gif --- (This appears to be a binary file; contents omitted.) |
From: Raphael D. P. <rap...@us...> - 2005-09-01 18:15:58
|
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/css In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32492/thywidgets/external/fckeditor/editor/css Added Files: fck_editorarea.css fck_internal.css Log Message: Synching... --- NEW FILE: fck_editorarea.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/ * * File Name: fck_editorarea.css * This is the default CSS file used by the editor area. It defines the * initial font of the editor and background color. * * A user can configure the editor to use another CSS file. Just change * the value of the FCKConfig.EditorAreaCSS key in the configuration * file. * * Version: 2.0 RC3 * Modified: 2005-02-10 11:46:11 * * File Authors: * Frederico Caldeira Knabben (fr...@fc...) */ body { font-family: Arial, Verdana, Sans-Serif; font-size: 12px; padding: 5px 5px 5px 5px; margin: 0px; border-style: none; background-color: #ffffff; } .Bold { font-weight: bold; } .Title { font-weight: bold; font-size: 18px; color: #cc3300; } .Code { border: #8b4513 1px solid; padding-right: 5px; padding-left: 5px; color: #000066; font-family: 'Courier New' , Monospace; background-color: #ff9933; } --- NEW FILE: fck_internal.css --- TABLE.FCK__ShowTableBorders, TABLE.FCK__ShowTableBorders TD { border: #d3d3d3 1px solid ; } FORM { border: 1px dotted #FF0000; padding: 2px ; } |
From: Raphael D. P. <rap...@us...> - 2005-09-01 18:15:58
|
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/images In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32492/thywidgets/external/fckeditor/editor/images Added Files: spacer.gif Log Message: Synching... --- NEW FILE: spacer.gif --- (This appears to be a binary file; contents omitted.) |
From: Raphael D. P. <rap...@us...> - 2005-09-01 18:15:58
|
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/skins/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32492/thywidgets/external/fckeditor/editor/skins/default Added Files: fck_contextmenu.css fck_dialog.css fck_editor.css Log Message: Synching... --- NEW FILE: fck_editor.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/ * * File Name: fck_editor.css * Styles used by the editor IFRAME and Toolbar. * * Version: 2.0 RC3 * Modified: 2005-03-01 15:49:28 * * File Authors: * Frederico Caldeira Knabben (fr...@fc...) */ /* ### Basic Editor IFRAME Styles. */ body { padding: 1px 1px 1px 1px; margin: 0px 0px 0px 0px; } #eWysiwygCell, .Source { border: #696969 1px solid; } #eSourceField { border: none; padding: 5px; font-family: Monospace; } /* ### Toolbar Styles */ .TB_ToolbarSet, .TB_Expand, .TB_Collapse { background-color: #efefde; } .TB_End { display: none; } .TB_ExpandImg { background-image: url(images/toolbar.expand.gif); background-repeat: no-repeat; } .TB_CollapseImg { background-image: url(images/toolbar.collapse.gif); background-repeat: no-repeat; } .TB_ToolbarSet { border-top: #efefde 1px outset; border-bottom: #efefde 1px outset; } .TB_ToolbarSet, .TB_ToolbarSet * { font-size: 11px; cursor: default; font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif; } .TB_Expand, .TB_Collapse { padding: 2px 2px 2px 2px; border: #efefde 1px outset; } .TB_Collapse { border: #efefde 1px outset; width: 5px; } .TB_Button_On, .TB_Button_Off, .TB_Button_Disabled, .TB_Combo_Off, .TB_Combo_Disabled { border: #efefde 1px solid; height: 21px; } .TB_Button_On { border-color: #316ac5; background-color: #c1d2ee; } .TB_Button_Off, .TB_Combo_Off { filter: alpha(opacity=70); -moz-opacity: 0.70; } .TB_Button_Disabled, .TB_Combo_Disabled { filter: gray() alpha(opacity=30); -moz-opacity: 0.30; } .TB_Icon DIV { width: 21px; height: 21px; background-position: 50% 50%; background-repeat: no-repeat; } .TB_Text { height: 21px; padding-right: 5px; } .TB_ButtonArrow { padding-right: 3px; } .TB_ButtonType_Icon .TB_Text { display: none; } .TB_ButtonType_Text .TB_Icon { display: none; } .TB_ButtonType_Text .TB_Text { padding-left: 5px; } .TB_Break { height: 23px; } --- NEW FILE: fck_dialog.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/ * * File Name: fck_dialog.css * Styles used by the dialog boxes. * * Version: 2.0 RC3 * Modified: 2005-02-10 13:10:27 * * File Authors: * Frederico Caldeira Knabben (fr...@fc...) */ body { margin: 0px; padding: 10px; } body, td, input, select, textarea { font-size: 11px; font-family: 'Microsoft Sans Serif' , Arial, Helvetica, Verdana; } body, .BackColor { background-color: #f1f1e3; } .PopupBody { margin: 0px; padding: 0px; } .PopupTitle { font-weight: bold; font-size: 14pt; color: #737357; background-color: #e3e3c7; padding: 3px 10px 3px 10px; } .PopupButtons { border-top: #d5d59d 1px solid; background-color: #e3e3c7; padding: 7px 10px 7px 10px; } .Button { border-right: #737357 1px solid; border-top: #737357 1px solid; border-left: #737357 1px solid; color: #3b3b1f; border-bottom: #737357 1px solid; background-color: #c7c78f; } .DarkBackground { background-color: #d7d79f; } .LightBackground { background-color: #ffffbe; } .PopupTitleBorder { border-bottom: #d5d59d 1px solid; } .PopupTabArea { color: #737357; background-color: #e3e3c7; } .PopupTabEmptyArea { padding-left: 10px ; border-bottom: #d5d59d 1px solid; } .PopupTab, .PopupTabSelected { border-right: #d5d59d 1px solid; border-top: #d5d59d 1px solid; border-left: #d5d59d 1px solid; padding-right: 5px; padding-left: 5px; padding-bottom: 3px; padding-top: 3px; color: #737357; } .PopupTab { margin-top: 1px; border-bottom: #d5d59d 1px solid; cursor: pointer; cursor: hand; } .PopupTabSelected { font-weight:bold; cursor: default; padding-top: 4px; border-bottom: #f1f1e3 1px solid; background-color: #f1f1e3; } --- NEW FILE: fck_contextmenu.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/ * * File Name: fck_contextmenu.css * Styles used by the context menu and panels. * * Version: 2.0 RC3 * Modified: 2005-02-23 18:58:26 * * File Authors: * Frederico Caldeira Knabben (fr...@fc...) */ .CM_ContextMenu, .CM_ContextMenu * { font-size: 11px; font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif; } .CM_ContextMenu { border: 1px solid #8f8f73; padding: 2px; background-color: #ffffff; } .CM_Option, .CM_Over, .CM_Disabled { padding: 0px 3px; height: 18px; cursor: default; } .CM_Option, .CM_Over { cursor: hand; } .CM_Option .CM_Icon, .CM_Disabled .CM_Icon, .CM_Separator .CM_Icon { background-color: #e3e3c7; } .CM_Option .CM_Icon IMG { filter: alpha(opacity=70); -moz-opacity:0.70; } .CM_Disabled .CM_Icon IMG, .CM_Disabled .CM_Label { filter: gray() alpha(opacity=30); -moz-opacity:0.30; } .CM_Option .CM_Label, .CM_Over .CM_Label { padding: 1px 10px 1px 3px; } .CM_Over { color: #fff; background-color: #8f8f73; } .CM_Over .CM_Icon { background-color: #737357; } .CM_Separator TD { height: 3px; } .CM_Separator .CM_Label DIV { border-top: #b9b99d 1px solid; margin-left: 2px; margin-right: 3px; } /* ### Panel Styles */ .FCK_Panel { border: #8f8f73 1px solid; padding: 2px; background-color: #ffffff; } .FCK_Panel, .FCK_Panel TD { font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif; font-size: 11px; } /* ### Color Selector Panel */ .ColorBoxBorder { border: #808080 1px solid; position: static; } .ColorBox { font-size: 1px; width: 10px; position: static; height: 10px; } .ColorDeselected, .ColorSelected { cursor: default; } .ColorDeselected { border: #ffffff 1px solid; padding: 2px; float: left; } .ColorSelected { border: #330066 1px solid; padding: 2px; float: left; background-color: #c4cdd6; } /* ### Special Combos */ .SC_Panel { overflow-y: auto; white-space: nowrap; cursor: default; } .SC_Item, .SC_ItemSelected { margin-top: 2px; margin-bottom: 2px; background-position: left center; padding-left: 11px; padding-right: 3px; padding-top: 2px; padding-bottom: 2px; text-overflow: ellipsis; overflow: hidden; width: 100%; background-repeat: no-repeat; border: #dddddd 1px solid; } .SC_Item *, .SC_ItemSelected * { margin-top: 0px; margin-bottom: 0px; } .SC_ItemSelected { border: #9a9afb 1px solid; background-image: url(images/toolbar.arrowright.gif); } .SC_ItemOver { border: #316ac5 1px solid; } .SC_Field { border: #b7b7a6 1px solid; cursor: default; } .SC_FieldCaption { overflow: visible; padding-right: 5px; padding-left: 5px; filter: alpha(opacity=70); -moz-opacity:0.75; height: 23px; } .SC_FieldLabel { white-space: nowrap; padding: 2px; width: 100%; cursor: default; background-color: #ffffff; text-overflow: ellipsis; overflow: hidden; } .SC_FieldButton { background-position: center center; background-image: url(images/toolbar.buttonarrow.gif); border-left: #b7b7a6 1px solid; width: 14px; background-repeat: no-repeat; } .SC_FieldDisabled .SC_FieldButton, .SC_FieldDisabled .SC_FieldCaption { filter: gray() alpha(opacity=30); -moz-opacity:0.30; } .SC_FieldOver { border: #316ac5 1px solid; } .SC_FieldOver .SC_FieldButton { border-left: #316ac5 1px solid; } |
From: Raphael D. P. <rap...@us...> - 2005-09-01 18:15:58
|
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/dialog/fck_select In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32492/thywidgets/external/fckeditor/editor/dialog/fck_select Added Files: fck_select.js Log Message: Synching... --- NEW FILE: fck_select.js --- (This appears to be a binary file; contents omitted.) |
From: Raphael D. P. <rap...@us...> - 2005-09-01 18:15:58
|
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/dialog/fck_docprops In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32492/thywidgets/external/fckeditor/editor/dialog/fck_docprops Added Files: fck_document_preview.html Log Message: Synching... --- NEW FILE: fck_document_preview.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/ * * File Name: fck_document_preview.html * Preview shown in the "Document Properties" dialog window. * * Version: 2.0 RC3 * Modified: 2005-01-12 16:05:41 * * File Authors: * Frederico Caldeira Knabben (fr...@fc...) --> <html> <head> <title>Document Properties - Preview</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="robots" content="noindex, nofollow"> <script language="javascript"> window.onload = function() { if ( typeof( parent.OnPreviewLoad ) == 'function' ) parent.OnPreviewLoad( window, document.body ) ; } function SetLinkColor( color ) { if ( color && color.length > 0 ) document.getElementById('eLink').style.color = color ; else document.getElementById('eLink').style.color = window.document.linkColor ; } function SetVisitedColor( color ) { if ( color && color.length > 0 ) document.getElementById('eVisited').style.color = color ; else document.getElementById('eVisited').style.color = window.document.vlinkColor ; } function SetActiveColor( color ) { if ( color && color.length > 0 ) document.getElementById('eActive').style.color = color ; else document.getElementById('eActive').style.color = window.document.alinkColor ; } </script> </head> <body> <table width="100%" height="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td align="center" valign="middle"> Normal Text </td> <td id="eLink" align="center" valign="middle"> <u>Link Text</u> </td> </tr> <tr> <td id="eVisited" valign="middle" align="center"> <u>Visited Link</u> </td> <td id="eActive" valign="middle" align="center"> <u>Active Link</u> </td> </tr> </table> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> </body> </html> |
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/filemanager/browser/default/connectors/asp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32492/thywidgets/external/fckeditor/editor/filemanager/browser/default/connectors/asp Added Files: basexml.asp class_upload.asp commands.asp config.asp connector.asp io.asp util.asp Log Message: Synching... --- NEW FILE: config.asp --- (This appears to be a binary file; contents omitted.) --- NEW FILE: class_upload.asp --- (This appears to be a binary file; contents omitted.) --- NEW FILE: basexml.asp --- (This appears to be a binary file; contents omitted.) --- NEW FILE: io.asp --- (This appears to be a binary file; contents omitted.) --- NEW FILE: connector.asp --- (This appears to be a binary file; contents omitted.) --- NEW FILE: util.asp --- (This appears to be a binary file; contents omitted.) --- NEW FILE: commands.asp --- (This appears to be a binary file; contents omitted.) |
From: Raphael D. P. <rap...@us...> - 2005-09-01 18:15:58
|
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/js In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32492/thywidgets/external/fckeditor/editor/js Added Files: fck_startup.js fckeditorcode_gecko_1.js fckeditorcode_gecko_2.js fckeditorcode_ie_1.js fckeditorcode_ie_2.js Log Message: Synching... --- NEW FILE: fckeditorcode_gecko_2.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fck_startup.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fckeditorcode_ie_2.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fckeditorcode_ie_1.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fckeditorcode_gecko_1.js --- (This appears to be a binary file; contents omitted.) |
From: Raphael D. P. <rap...@us...> - 2005-09-01 18:15:58
|
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/skins/office2003 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32492/thywidgets/external/fckeditor/editor/skins/office2003 Added Files: fck_contextmenu.css fck_dialog.css fck_editor.css Log Message: Synching... --- NEW FILE: fck_editor.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/ * * File Name: fck_editor.css * Styles used by the editor IFRAME and Toolbar. * * Version: 2.0 RC3 * Modified: 2005-02-09 18:08:04 * * File Authors: * Frederico Caldeira Knabben (fr...@fc...) * Aziz Oraij (az...@or...) */ /* ### Basic Editor IFRAME Styles. */ body { padding: 1px 1px 1px 1px; margin: 0px 0px 0px 0px; } #eWysiwygCell, .Source { border: #696969 1px solid; } #eSourceField { border: none; padding: 5px; font-family: Monospace; } /* ### Toolbar Styles */ .TB_ToolbarSet, .TB_Expand, .TB_Collapse { background-color: #f7f8fd; } .TB_Toolbar { background-color: #d6dff7; background-image: url(images/toolbar.bg.gif); background-repeat: repeat-x; } .TB_ExpandImg { background-image: url(images/toolbar.expand.gif); background-repeat: no-repeat; } .TB_CollapseImg { background-image: url(images/toolbar.collapse.gif); background-repeat: no-repeat; } .TB_ToolbarSet { border-top: #efefde 1px outset; border-bottom: #efefde 1px outset; } .TB_ToolbarSet, .TB_ToolbarSet * { font-size: 11px; cursor: default; font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif; } .TB_Expand, .TB_Collapse { padding: 2px 2px 2px 2px; border: #efefde 1px outset; } .TB_Collapse { border: #efefde 1px outset; width: 5px; } .TB_Button_On, .TB_Button_Off, .TB_Button_Disabled, .TB_Combo_Off, .TB_Combo_Disabled { border: #efefde 1px solid; height: 21px; } .TB_Button_On { border-color: #316ac5; background-color: #c1d2ee; } .TB_Button_Off, .TB_Combo_Off { filter: alpha(opacity=70); -moz-opacity: 0.70; } .TB_Button_Disabled, .TB_Combo_Disabled { filter: gray() alpha(opacity=30); -moz-opacity: 0.30; } .TB_Icon DIV { width: 21px; height: 21px; background-position: 50% 50%; background-repeat: no-repeat; } .TB_Text { height: 21px; padding-right: 5px; } .TB_ButtonType_Icon .TB_Text { display: none; } .TB_ButtonType_Text .TB_Icon { display: none; } .TB_ButtonType_Text .TB_Text { padding-left: 5px; } .TB_Break { height: 23px; } --- NEW FILE: fck_dialog.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/ * * File Name: fck_dialog.css * Styles used by the dialog boxes. * * Version: 2.0 RC3 * Modified: 2005-02-09 13:45:44 * * File Authors: * Frederico Caldeira Knabben (fr...@fc...) */ body { margin: 0px; padding: 10px; background-color: #f7f8fd; } body, td, input, select, textarea { font-size: 11px; font-family: 'Microsoft Sans Serif' , Arial, Helvetica, Verdana; } body, .BackColor { background-color: #f7f8fd; } .PopupBody { margin: 0px; padding: 0px; } .PopupTitle { font-weight: bold; font-size: 14pt; color: #0e3460; background-color: #8cb2fd; padding: 3px 10px 3px 10px; } .PopupButtons { border-top: #466ca6 1px solid; background-color: #8cb2fd; padding: 7px 10px 7px 10px; } .Button { border: #1c3460 1px solid; color: #000a28; background-color: #7096d3; } .DarkBackground { background-color: #d7d79f; } .LightBackground { background-color: #ffffbe; } .PopupTitleBorder { border-bottom: #d5d59d 1px solid; } .PopupTabArea { color: #0e3460; background-color: #8cb2fd; } .PopupTabEmptyArea { padding-left: 10px ; border-bottom: #466ca6 1px solid; } .PopupTab, .PopupTabSelected { border-right: #466ca6 1px solid; border-top: #466ca6 1px solid; border-left: #466ca6 1px solid; padding-right: 5px; padding-left: 5px; padding-bottom: 3px; padding-top: 3px; color: #0e3460; } .PopupTab { margin-top: 1px; border-bottom: #466ca6 1px solid; cursor: pointer; cursor: hand; } .PopupTabSelected { font-weight:bold; cursor: default; padding-top: 4px; border-bottom: #f7f8fd 1px solid; background-color: #f7f8fd; } --- NEW FILE: fck_contextmenu.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/ * * File Name: fck_contextmenu.css * Styles used by the context menu. * * Version: 2.0 RC3 * Modified: 2005-02-23 18:58:21 * * File Authors: * Frederico Caldeira Knabben (fr...@fc...) */ .CM_ContextMenu, .CM_ContextMenu * { font-size: 11px; font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif; } .CM_ContextMenu { border: 1px solid #8f8f73; padding: 2px; background-color: #f7f8fd; } .CM_Option, .CM_Over, .CM_Disabled { padding: 0px 3px; height: 18px; cursor: default; } .CM_Option, .CM_Over { cursor: hand; } .CM_Option .CM_Icon, .CM_Disabled .CM_Icon, .CM_Separator .CM_Icon { background-color: #d6dff7; } .CM_Option .CM_Icon IMG { filter: alpha(opacity=70); -moz-opacity: 0.70; } .CM_Disabled .CM_Icon IMG, .CM_Disabled .CM_Label { filter: gray() alpha(opacity=30); -moz-opacity: 0.30; } .CM_Option .CM_Label, .CM_Over .CM_Label { padding: 1px 10px 1px 3px; } .CM_Over { color: #ffffff; background-color: #7096FA; } .CM_Over .CM_Icon { background-color: #466ca6; } .CM_Separator TD { height: 3px; } .CM_Separator .CM_Label DIV { border-top: #b9b99d 1px solid; margin-left: 2px; margin-right: 3px; } /* ### Panel Styles */ .FCK_Panel { border: #8f8f73 1px solid; padding: 2px; background-color: #f7f8fd; } .FCK_Panel, .FCK_Panel TD { font-family: 'Microsoft Sans Serif', Tahoma, Arial, Verdana, Sans-Serif; font-size: 11px; } /* ### Color Selector Panel */ .ColorBoxBorder { border: #808080 1px solid; position: static; } .ColorBox { font-size: 1px; width: 10px; position: static; height: 10px; } .ColorDeselected, .ColorSelected { cursor: default; } .ColorDeselected { border: #ffffff 1px solid; padding: 2px; float: left; } .ColorSelected * { color: #ffffff; } .ColorSelected { border: #7096FA 1px solid; padding: 2px; float: left; background-color: #7096FA; } /* ### Special Combos */ .SC_Panel { overflow-y: auto; white-space: nowrap; cursor: default; } .SC_Item, .SC_ItemSelected { margin-top: 2px; margin-bottom: 2px; background-position: left center; padding-left: 11px; padding-right: 3px; padding-top: 2px; padding-bottom: 2px; text-overflow: ellipsis; overflow: hidden; width: 100%; background-repeat: no-repeat; border: #dddddd 1px solid; } .SC_Item *, .SC_ItemSelected * { margin-top: 0px; margin-bottom: 0px; } .SC_ItemSelected { border: #9a9afb 1px solid; background-image: url(images/toolbar.arrowright.gif); } .SC_ItemOver { border: #316ac5 1px solid; } .SC_Field { border: #b7b7a6 1px solid; cursor: default; } .SC_FieldCaption { overflow: visible; padding-right: 5px; padding-left: 5px; filter: alpha(opacity=70); -moz-opacity:0.75; height: 23px; } .SC_FieldLabel { white-space: nowrap; padding: 2px; width: 100%; cursor: default; background-color: #ffffff; text-overflow: ellipsis; overflow: hidden; } .SC_FieldButton { background-position: center center; background-image: url(images/toolbar.buttonarrow.gif); border-left: #b7b7a6 1px solid; width: 14px; background-repeat: no-repeat; } .SC_FieldDisabled .SC_FieldButton, .SC_FieldDisabled .SC_FieldCaption { filter: gray() alpha(opacity=30); -moz-opacity:0.30; } .SC_FieldOver { border: #316ac5 1px solid; } .SC_FieldOver .SC_FieldButton { border-left: #316ac5 1px solid; } |
From: Raphael D. P. <rap...@us...> - 2005-09-01 18:15:57
|
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32492/thywidgets/external/fckeditor/_samples/html Added Files: sample01.html sample02.html sample03.html sample04.html sample05.html sample06.config.js sample06.html sample07.html sample08.html sampleposteddata.asp sampleposteddata.html Log Message: Synching... --- NEW FILE: sample04.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/ * * File Name: sample04.html * Sample page. * * Version: 2.0 RC3 * Modified: 2004-11-22 11:16:52 * * File Authors: * Frederico Caldeira Knabben (fr...@fc...) --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>FCKeditor - Sample</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="robots" content="noindex, nofollow"> <link href="../sample.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="../../fckeditor.js"></script> <script type="text/javascript"> function FCKeditor_OnComplete( editorInstance ) { var oCombo = document.getElementById( 'cmbToolbars' ) ; oCombo.value = editorInstance.ToolbarSet.Name ; oCombo.style.visibility = '' ; } function ChangeLanguage( languageCode ) { window.location.href = window.location.pathname + "?" + languageCode ; } </script> </head> <body> <h1>FCKeditor - Javascript - Sample 4</h1> This sample shows how to change the editor toolbar. <hr> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td> Select the toolbar to load: </td> <td> <select id="cmbToolbars" onchange="ChangeLanguage(this.value);" style="VISIBILITY: hidden"> <option value="Default" selected>Default</option> <option value="Basic">Basic</option> </select> </td> </tr> </table> <br> <form action="sampleposteddata.asp" method="post" target="_blank"> <script type="text/javascript"> <!-- // Automatically calculates the editor base path based on the _samples directory. // This is usefull only for these samples. A real application should use something like this: // oFCKeditor.BasePath = '/fckeditor/' ; // '/fckeditor/' is the default value. var sBasePath = document.location.pathname.substring(0,document.location.pathname.lastIndexOf('/_samples/')+1) ; // Get the toolbar from the URL. var sToolbar ; if ( document.location.search.length > 1 ) sToolbar = document.location.search.substr(1) ; var oFCKeditor = new FCKeditor( 'FCKeditor1' ) ; oFCKeditor.BasePath = sBasePath ; if ( sToolbar != null ) oFCKeditor.ToolbarSet = sToolbar ; oFCKeditor.Value = 'This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.' ; oFCKeditor.Create() ; //--> </script> <br> <input type="submit" value="Submit"> </form> </body> </html> --- NEW FILE: sample02.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/ * * File Name: sample02.html * Sample page. * * Version: 2.0 RC3 * Modified: 2005-02-23 20:50:24 * * File Authors: * Frederico Caldeira Knabben (fr...@fc...) --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>FCKeditor - Sample</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="robots" content="noindex, nofollow"> <link href="../sample.css" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="../../fckeditor.js"></script> <script type="text/javascript"> window.onload = function() { // Automatically calculates the editor base path based on the _samples directory. // This is usefull only for these samples. A real application should use something like this: // oFCKeditor.BasePath = '/fckeditor/' ; // '/fckeditor/' is the default value. var sBasePath = document.location.pathname.substring(0,document.location.pathname.lastIndexOf('_samples')) ; var oFCKeditor = new FCKeditor( 'FCKeditor1' ) ; oFCKeditor.BasePath = sBasePath ; oFCKeditor.ReplaceTextarea() ; } </script> </head> <body> <h1>FCKeditor - Javascript - Sample 2</h1> This sample displays a normal HTML form with an FCKeditor with full features enabled. It uses the "ReplaceTextarea" command to create the editor. <hr> <form action="sampleposteddata.asp" method="post" target="_blank"> <div> <textarea name="FCKeditor1" style="WIDTH: 100%; HEIGHT: 200px">This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</textarea> </div> <br> <input type="submit" value="Submit"> </form> </body> </html> --- NEW FILE: sample05.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/ * * File Name: sample05.html * Sample page. * * Version: 2.0 RC3 * Modified: 2005-01-12 20:09:28 * * File Authors: * Frederico Caldeira Knabben (fr...@fc...) --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>FCKeditor - Sample</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="robots" content="noindex, nofollow"> <link href="../sample.css" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="../../fckeditor.js"></script> <script type="text/javascript"> function FCKeditor_OnComplete( editorInstance ) { var oCombo = document.getElementById( 'cmbSkins' ) ; // Get the active skin. var sSkin = editorInstance.Config['SkinPath'] ; sSkin = sSkin.match( /[^\/]+(?=\/$)/g ) ; oCombo.value = sSkin ; oCombo.style.visibility = '' ; } function ChangeLanguage( languageCode ) { window.location.href = window.location.pathname + "?" + languageCode ; } </script> </head> <body> <h1>FCKeditor - Javascript - Sample 5</h1> This sample shows how to change the editor skin. <hr> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td> Select the skin to load: </td> <td> <select id="cmbSkins" onchange="ChangeLanguage(this.value);" style="VISIBILITY: hidden"> <option value="default" selected>Default</option> <option value="office2003">Office 2003</option> <option value="silver">Silver</option> </select> </td> </tr> </table> <br> <form action="sampleposteddata.asp" method="post" target="_blank"> <script type="text/javascript"> <!-- // Automatically calculates the editor base path based on the _samples directory. // This is usefull only for these samples. A real application should use something like this: // oFCKeditor.BasePath = '/fckeditor/' ; // '/fckeditor/' is the default value. var sBasePath = document.location.pathname.substring(0,document.location.pathname.lastIndexOf('/_samples/')+1) ; // Get the skin from the URL. var sSkin ; if ( document.location.search.length > 1 ) sSkin = document.location.search.substr(1) ; var oFCKeditor = new FCKeditor( 'FCKeditor1' ) ; oFCKeditor.BasePath = sBasePath ; if ( sSkin != null ) oFCKeditor.Config['SkinPath'] = sBasePath + 'editor/skins/' + sSkin + '/' ; oFCKeditor.Value = 'This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.' ; oFCKeditor.Create() ; //--> </script> <br> <input type="submit" value="Submit"> </form> </body> </html> --- NEW FILE: sample08.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/ * * File Name: sample08.html * Sample page. * * Version: 2.0 RC3 * Modified: 2005-03-02 09:30:25 * * File Authors: * Frederico Caldeira Knabben (fr...@fc...) --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>FCKeditor - Sample</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="robots" content="noindex, nofollow"> <link href="../sample.css" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="../../fckeditor.js"></script> <script type="text/javascript"> // FCKeditor_OnComplete is a special function that is called when an editor // instance is loaded ad available to the API. It must be named exactly in // this way. function FCKeditor_OnComplete( editorInstance ) { // Show the editor name and description in the browser status bar. document.getElementById('eMessage').innerHTML = 'Instance "' + editorInstance.Name + '" loaded - ' + editorInstance.Description ; // Show this sample buttons. document.getElementById('eButtons').style.visibility = '' ; } function InsertHTML() { // Get the editor instance that we want to interact with. var oEditor = FCKeditorAPI.GetInstance('FCKeditor1') ; // Check the active editing mode. if ( oEditor.EditMode == FCK_EDITMODE_WYSIWYG ) { // Insert the desired HTML. oEditor.InsertHtml( '- This is some <b>sample</b> HTML -' ) ; } else alert( 'You must be on WYSIWYG mode!' ) ; } function SetContents() { // Get the editor instance that we want to interact with. var oEditor = FCKeditorAPI.GetInstance('FCKeditor1') ; // Set the editor contents (replace the actual one). oEditor.SetHTML( 'This is the <b>new content</b> I want in the editor.' ) ; } function GetContents() { // Get the editor instance that we want to interact with. var oEditor = FCKeditorAPI.GetInstance('FCKeditor1') ; // Get the editor contents in XHTML. alert( oEditor.GetXHTML( true ) ) ; // "true" means you want it formatted. } function ExecuteCommand( commandName ) { // Get the editor instance that we want to interact with. var oEditor = FCKeditorAPI.GetInstance('FCKeditor1') ; // Execute the command. oEditor.Commands.GetCommand( commandName ).Execute() ; } function GetLength() { // This functions shows that you can interact directly with the editor area // DOM. In this way you have the freedom to do anything you want with it. // Get the editor instance that we want to interact with. var oEditor = FCKeditorAPI.GetInstance('FCKeditor1') ; // Get the Editor Area DOM (Document object). var oDOM = oEditor.EditorDocument ; var iLength ; // The are two diffent ways to get the text (without HTML markups). // It is browser specific. if ( document.all ) // If Internet Explorer. { iLength = oDOM.body.innerText.length ; } else // If Gecko. { var r = oDOM.createRange() ; r.selectNodeContents( oDOM.body ) ; iLength = r.toString().length ; } alert( 'Actual text length (without HTML markups): ' + iLength + ' characters' ) ; } </script> </head> <body> <h1>FCKeditor - Javascript - Sample 8</h1> This sample shows how to use the FCKeditor Javascript API to interact with the editor at runtime. <hr> <form action="sampleposteddata.asp" method="post" target="_blank"> <script type="text/javascript"> <!-- // Automatically calculates the editor base path based on the _samples directory. // This is usefull only for these samples. A real application should use something like this: // oFCKeditor.BasePath = '/fckeditor/' ; // '/fckeditor/' is the default value. var sBasePath = document.location.pathname.substring(0,document.location.pathname.lastIndexOf('_samples')) ; var oFCKeditor = new FCKeditor( 'FCKeditor1' ) ; oFCKeditor.BasePath = sBasePath ; oFCKeditor.Value = 'This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.' ; oFCKeditor.Create() ; //--> </script> <br> <input type="submit" value="Submit"> </form> <div> </div> <hr> <div id="eMessage"> </div> <div> </div> <div id="eButtons" style="VISIBILITY: hidden"> <input type="button" value="Insert HTML" onclick="InsertHTML();"> <input type="button" value="Set Editor Contents" onclick="SetContents();"> <input type="button" value="Get Editor Contents (XHTML)" onclick="GetContents();"> <br> <br> <input type="button" value='Execute "Bold" Command' onclick="ExecuteCommand('Bold');"> <input type="button" value='Execute "Link" Command' onclick="ExecuteCommand('Link');"> <br> <br> <input type="button" value="Interact with the Editor Area DOM" onclick="GetLength();"> </div> </body> </html> --- NEW FILE: sample06.config.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: sample06.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/ * * File Name: sample06.html * Sample page. * * Version: 2.0 RC3 * Modified: 2005-01-19 17:40:22 * * File Authors: * Frederico Caldeira Knabben (fr...@fc...) --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>FCKeditor - Sample</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="robots" content="noindex, nofollow"> <link href="../sample.css" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="../../fckeditor.js"></script> </head> <body> <h1>FCKeditor - Javascript - 6</h1> This sample shows a sample plugin implementation. <br> These are sample "Find" and "Replace" plugin that do exactly the same thing that the built in ones do. Use the green toolbar buttons the test then. <br> There is also another sample plugin that is available in the package: the "Placeholder" command (use the yellow icon). <hr> <form action="sampleposteddata.asp" method="post" target="_blank"> <script type="text/javascript"> <!-- // Automatically calculates the editor base path based on the _samples directory. // This is usefull only for these samples. A real application should use something like this: // oFCKeditor.BasePath = '/fckeditor/' ; // '/fckeditor/' is the default value. var sBasePath = document.location.pathname.substring(0,document.location.pathname.lastIndexOf('/_samples/')+1) ; var oFCKeditor = new FCKeditor( 'FCKeditor1' ) ; oFCKeditor.BasePath = sBasePath ; // Set the custom configurations file path (in this way the original file is mantained). oFCKeditor.Config['CustomConfigurationsPath'] = sBasePath + '_samples/html/sample06.config.js' ; // Let's use a custom toolbar for this sample. oFCKeditor.ToolbarSet = 'PluginTest' ; oFCKeditor.Value = 'This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.' ; oFCKeditor.Create() ; //--> </script> <br> <input type="submit" value="Submit"> </form> </body> </html> --- NEW FILE: sample01.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/ * * File Name: sample01.html * Sample page. * * Version: 2.0 RC3 * Modified: 2005-03-02 09:39:46 * * File Authors: * Frederico Caldeira Knabben (fr...@fc...) --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>FCKeditor - Sample</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="robots" content="noindex, nofollow"> <link href="../sample.css" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="../../fckeditor.js"></script> </head> <body> <h1>FCKeditor - Javascript - Sample 1</h1> This sample displays a normal HTML form with an FCKeditor with full features enabled. <hr> <form action="sampleposteddata.asp" method="post" target="_blank"> <script type="text/javascript"> <!-- // Automatically calculates the editor base path based on the _samples directory. // This is usefull only for these samples. A real application should use something like this: // oFCKeditor.BasePath = '/fckeditor/' ; // '/fckeditor/' is the default value. var sBasePath = document.location.pathname.substring(0,document.location.pathname.lastIndexOf('_samples')) ; var oFCKeditor = new FCKeditor( 'FCKeditor1' ) ; oFCKeditor.BasePath = sBasePath ; oFCKeditor.Value = 'This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.' ; oFCKeditor.Create() ; //--> </script> <br> <input type="submit" value="Submit"> </form> </body> </html> --- NEW FILE: sample07.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/ * * File Name: sample07.html * Sample page. * * Version: 2.0 RC3 * Modified: 2005-02-23 17:03:49 * * File Authors: * Frederico Caldeira Knabben (fr...@fc...) --> <html> <head> <title>FCKeditor - Sample</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="robots" content="noindex, nofollow"> <link href="../sample.css" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="../../fckeditor.js"></script> </head> <body> <h1>FCKeditor - Javascript - Sample 7</h1> In this sample the user can edit the complete page contents and header (from <HTML> to </HTML>). <hr> <form action="sampleposteddata.asp" method="post" target="_blank"> <script type="text/javascript"> <!-- // Automatically calculates the editor base path based on the _samples directory. // This is usefull only for these samples. A real application should use something like this: // oFCKeditor.BasePath = '/fckeditor/' ; // '/fckeditor/' is the default value. var sBasePath = document.location.pathname.substring(0,document.location.pathname.lastIndexOf('_samples')) ; var oFCKeditor = new FCKeditor( 'FCKeditor1' ) ; oFCKeditor.BasePath = sBasePath ; oFCKeditor.Config['FullPage'] = true ; oFCKeditor.Value = '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Full Page Test</title><meta content="text/html; charset=utf-8" http-equiv="Content-Type"/></head><body>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</body></html>' ; oFCKeditor.Create() ; //--> </script> <br> <input type="submit" value="Submit"> </form> </body> </html> --- NEW FILE: sample03.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/ * * File Name: sample03.html * Sample page. * * Version: 2.0 RC3 * Modified: 2005-03-01 17:50:45 * * File Authors: * Frederico Caldeira Knabben (fr...@fc...) --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>FCKeditor - Sample</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="robots" content="noindex, nofollow"> <link href="../sample.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="../../fckeditor.js"></script> <script type="text/javascript"> function FCKeditor_OnComplete( editorInstance ) { var iCounter = 0 ; var oCombo = document.getElementById( 'cmbLanguages' ) ; for ( code in editorInstance.Language.AvailableLanguages ) { AddComboOption( oCombo, editorInstance.Language.AvailableLanguages[code] + ' (' + code + ')', code ) ; iCounter++ ; } oCombo.value = editorInstance.Language.ActiveLanguage.Code ; document.getElementById('eNumLangs').innerHTML = '(' + iCounter + ' languages available!)' ; } function AddComboOption(combo, optionText, optionValue) { var oOption = document.createElement("OPTION") ; combo.options.add(oOption) ; oOption.innerHTML = optionText ; oOption.value = optionValue ; return oOption ; } function ChangeLanguage( languageCode ) { window.location.href = window.location.pathname + "?" + languageCode ; } </script> </head> <body> <h1>FCKeditor - Javascript - Sample 3</h1> This sample shows the editor in all its available languages. <hr> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td> Select a language: </td> <td> <select id="cmbLanguages" onchange="ChangeLanguage(this.value);"> </select> </td> <td> <span id="eNumLangs"></span> </td> </tr> </table> <br> <form action="sampleposteddata.asp" method="post" target="_blank"> <script type="text/javascript"> <!-- // Automatically calculates the editor base path based on the _samples directory. // This is usefull only for these samples. A real application should use something like this: // oFCKeditor.BasePath = '/fckeditor/' ; // '/fckeditor/' is the default value. var sBasePath = document.location.pathname.substring(0,document.location.pathname.lastIndexOf('/_samples/')+1) ; var sLang ; if ( document.location.search.length > 1 ) sLang = document.location.search.substr(1) ; var oFCKeditor = new FCKeditor( 'FCKeditor1' ) ; oFCKeditor.BasePath = sBasePath ; if ( sLang == null ) { oFCKeditor.Config["AutoDetectLanguage"] = true ; oFCKeditor.Config["DefaultLanguage"] = "en" ; } else { oFCKeditor.Config["AutoDetectLanguage"] = false ; oFCKeditor.Config["DefaultLanguage"] = sLang ; } oFCKeditor.Value = 'This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.' ; oFCKeditor.Create() ; //--> </script> <br> <input type="submit" value="Submit"> </form> </body> </html> --- NEW FILE: sampleposteddata.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/ * * File Name: sampleposteddata.html * This page lists the data posted by a form. It uses the URL (GET data), * so it's limited to 2KB of data. * * Version: 2.0 RC3 * Modified: 2004-11-23 20:35:40 * * File Authors: * Frederico Caldeira Knabben (fr...@fc...) --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>FCKeditor - Samples - Posted Data</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="robots" content="noindex, nofollow"> <link href="../sample.css" rel="stylesheet" type="text/css" /> </head> <body> <h1>FCKeditor - Samples - Posted Data</h1> This page lists all data posted by the form. It uses the "QueryString" to search for data submitted using the "GET" method, so it is limited to 2KB. <hr> <table width="100%" border="1" cellspacing="0" bordercolor="#999999"> <tr style="FONT-WEIGHT: bold; COLOR: #dddddd; BACKGROUND-COLOR: #999999"> <td>Field</td> <td>Value</td> </tr> <script type="text/javascript"> <!-- function HTMLEncode( text ) { text = text.replace(/&/g, "&") ; text = text.replace(/"/g, """) ; text = text.replace(/</g, "<") ; text = text.replace(/>/g, ">") ; text = text.replace(/'/g, "'") ; return text ; } var aParams = document.location.search.substr(1).split('&') ; for ( i = 0 ; i < aParams.length ; i++ ) { var aParam = aParams[i].split('=') ; var sParamName = aParam[0] ; var sParamValue = aParam[1] ; document.write( '<tr>' ) ; document.write( '<td valign="top" nowrap><b>' + sParamName + '</b></td>' ) ; document.write( '<td width="100%">' + HTMLEncode( unescape( sParamValue.replace( /\+/g, ' ' ) ) ) + '</td>' ) ; document.write( '</tr>' ) ; } //--> </script> </table> </body> </html> --- NEW FILE: sampleposteddata.asp --- (This appears to be a binary file; contents omitted.) |
From: Raphael D. P. <rap...@us...> - 2005-09-01 18:15:57
|
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/dialog/fck_link In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32492/thywidgets/external/fckeditor/editor/dialog/fck_link Added Files: fck_link.js Log Message: Synching... --- NEW FILE: fck_link.js --- (This appears to be a binary file; contents omitted.) |
From: Raphael D. P. <rap...@us...> - 2005-09-01 18:15:57
|
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/dialog/fck_about In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32492/thywidgets/external/fckeditor/editor/dialog/fck_about Added Files: logo_fckeditor.gif logo_fredck.gif Log Message: Synching... --- NEW FILE: logo_fckeditor.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: logo_fredck.gif --- (This appears to be a binary file; contents omitted.) |
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 ; } |
From: Raphael D. P. <rap...@us...> - 2005-09-01 18:15:54
|
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/cfm In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32492/thywidgets/external/fckeditor/_samples/cfm Added Files: sample01.cfm sample02_mx.cfm Log Message: Synching... --- NEW FILE: sample02_mx.cfm --- <cfsetting enablecfoutputonly="true"> <!--- * 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/ * * File Name: sample02_mx.cfm * Sample page for ColdFusion MX. * * Version: 2.0 RC3 * Modified: 2004-12-07 12:24:12 * * File Authors: * Hendrik Kramer (hk...@lw...) ---> <!--- :: * You must set the url path to the base directory for your media files (images, flash, files) * The best position for this variable is in your Application.cfm file * * Possible variable scopes are: * <cfset APPLICATION.userFilesPath = "/UserFiles/"> * OR: * <cfset SERVER.userFilesPath = "/UserFiles/"> * * Note #1: Do _not_ set the physical directory on your server, only a path relative to your current webroot * Note #2: Directories will be automatically created :: ---> <cfset APPLICATION.userFilesPath = "/UserFiles/"> <cfoutput> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>FCKeditor - Sample</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="robots" content="noindex, nofollow"> <link href="../sample.css" rel="stylesheet" type="text/css" /> </head> <body> <h1>FCKEditor - ColdFusion Component (CFC) - Sample 2</h1> This sample displays a normal HTML form with a FCKeditor with full features enabled; invoked by a ColdFusion Component.<br> ColdFusion is a registered trademark and product of <a href="http://www.macromedia.com/software/coldfusion/" target="_blank">Macromedia, Inc</a>. <hr> <form method="POST" action="#cgi.script_name#"> </cfoutput> <cfif listFirst( server.coldFusion.productVersion ) LT 6> <cfoutput><br><em style="color: red;">This sample work only with a ColdFusion MX server and higher, because it uses some advantages of this version.<br>Please try our other <a href="sample01.cfm">ColdFusion Sample Integration</a>.</em></cfoutput> <cfabort> </cfif> <cfscript> fckEditor = createObject("component", "/fckeditor/fckeditor"); fckEditor.instanceName = "myEditor"; fckEditor.value = 'This is some sample text. You are using <a href="http://fckeditor.net/" target="_blank">FCKeditor</a>.'; fckEditor.basePath = "/fckeditor/"; fckEditor.width = "100%"; fckEditor.height = 200; fckEditor.create(); // create the editor. </cfscript> <cfoutput> <br /> <input type="submit" value="Submit"> <br /> </cfoutput> <cfdump var="#FORM#" label="Dump of FORM Variables" > <cfoutput></form></body></html></cfoutput> <cfsetting enablecfoutputonly="false"> --- NEW FILE: sample01.cfm --- <cfsetting enablecfoutputonly="true" showdebugoutput="false"> <!--- * 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/ * * File Name: sample01.cfm * Sample page for ColdFusion. * * Version: 2.0 RC3 * Modified: 2004-12-07 12:24:26 * * File Authors: * Hendrik Kramer (hk...@lw...) ---> <!--- :: * You must set the url path to the base directory for your media files (images, flash, files) * The best position for this variable is in your Application.cfm file * * Possible variable scopes are: * <cfset APPLICATION.userFilesPath = "/UserFiles/"> * OR: * <cfset SERVER.userFilesPath = "/UserFiles/"> * * Note #1: Do _not_ set the physical directory on your server, only a path relative to your current webroot * Note #2: Directories will be automatically created :: ---> <cflock scope="Application" type="exclusive" timeout="5"> <cfset APPLICATION.userFilesPath = "/UserFiles/"> </cflock> <cfoutput> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>FCKeditor - Sample</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="robots" content="noindex, nofollow"> <link href="../sample.css" rel="stylesheet" type="text/css" /> </head> <body> <h1>FCKeditor - ColdFusion - Sample 1</h1> This sample displays a normal HTML form with a FCKeditor with full features enabled; invoked by a ColdFusion Custom Tag / Module.<br> ColdFusion is a registered trademark and product of <a href="http://www.macromedia.com/software/coldfusion/" target="_blank">Macromedia, Inc</a>. <hr> <form method="POST" action="#cgi.script_name#"> </cfoutput> <cfmodule template="/fckeditor/fckeditor.cfm" basePath="/fckeditor/" instanceName="myEditor" value='This is some sample text. You are using <a href="http://fckeditor.net/" target="_blank">FCKEditor</a>.' width="100%" height="200" > <cfoutput> <br /> <input type="submit" value="Submit"> <br /> </form> </cfoutput> <cfif isDefined( 'FORM.fieldnames' )> <cfoutput> <style> <!-- td, th { font: 11px Verdana, Arial, Helv, Helvetica, sans-serif; } --> </style> <table border="1" cellspacing="0" cellpadding="2" bordercolor="darkblue" bordercolordark="darkblue" bordercolorlight="darkblue"> <tr> <th colspan="2" bgcolor="darkblue"><font color="white"><strong>Dump of FORM Variables</strong></font></th> </tr> <tr> <td bgcolor="lightskyblue">FieldNames</td> <td>#FORM.fieldNames#</td> </tr> <cfloop list="#FORM.fieldnames#" index="key"> <tr> <td valign="top" bgcolor="lightskyblue">#key#</td> <td>#HTMLEditFormat(evaluate("FORM.#key#"))#</td> </tr> </cfloop> </table> </cfoutput> </cfif> </body> </html> <cfsetting enablecfoutputonly="false"> |
From: Raphael D. P. <rap...@us...> - 2005-09-01 18:15:53
|
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/dialog/common In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32492/thywidgets/external/fckeditor/editor/dialog/common Added Files: fck_dialog_common.css fck_dialog_common.js Log Message: Synching... --- NEW FILE: fck_dialog_common.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fck_dialog_common.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/ * * File Name: fck_dialog_common.css * This is the CSS file used for interface details in some dialog * windows. * * Version: 2.0 RC3 * Modified: 2005-02-08 19:20:22 * * File Authors: * Frederico Caldeira Knabben (fr...@fc...) */ .ImagePreviewArea { border: #000000 1px solid; padding: 5px; overflow: auto; width: 100%; height: 170px; background-color: #ffffff; } .BtnReset { float: left; background-position: center center; background-image: url(images/reset.gif); width: 16px; height: 16px; background-repeat: no-repeat; border: 1px none; font-size: 1px ; } .BtnLocked, .BtnUnlocked { float: left; background-position: center center; background-image: url(images/locked.gif); width: 16px; height: 16px; background-repeat: no-repeat; border: 1px none; font-size: 1px ; } .BtnUnlocked { background-image: url(images/unlocked.gif); } .BtnOver { border: 1px outset; cursor: pointer; cursor: hand; } |
From: Raphael D. P. <rap...@us...> - 2005-09-01 18:15:53
|
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/_source/commandclasses In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32492/thywidgets/external/fckeditor/editor/_source/commandclasses Added Files: fck_othercommands.js fcknamedcommand.js fckpasteplaintextcommand.js fckpastewordcommand.js fckspellcheckcommand_gecko.js fckspellcheckcommand_ie.js fckstylecommand.js fcktablecommand.js fcktextcolorcommand.js Log Message: Synching... --- NEW FILE: fcktablecommand.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fckpastewordcommand.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fckspellcheckcommand_ie.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fcknamedcommand.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fckstylecommand.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fckspellcheckcommand_gecko.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fckpasteplaintextcommand.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fck_othercommands.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fcktextcolorcommand.js --- (This appears to be a binary file; contents omitted.) |
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/_source/classes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32492/thywidgets/external/fckeditor/editor/_source/classes Added Files: fckcontextmenugroup.js fckcontextmenuitem.js fckcontextmenuseparator.js fckevents.js fckpanel_gecko.js fckpanel_ie.js fckplugin.js fckspecialcombo.js fckstyledef.js fckstyledef_gecko.js fckstyledef_ie.js fckstylesloader.js fcktoolbar.js fcktoolbarbreak_gecko.js fcktoolbarbreak_ie.js fcktoolbarbutton.js fcktoolbarcombo.js fcktoolbarfontformatcombo.js fcktoolbarfontscombo.js fcktoolbarfontsizecombo.js fcktoolbarpanelbutton.js fcktoolbarspecialcombo.js fcktoolbarstylecombo.js fckxml_gecko.js fckxml_ie.js Log Message: Synching... --- NEW FILE: fckstyledef_ie.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fcktoolbarpanelbutton.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fcktoolbarbutton.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fckstyledef_gecko.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fcktoolbarfontscombo.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fckspecialcombo.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fckpanel_ie.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fcktoolbarfontsizecombo.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fckcontextmenuitem.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fcktoolbar.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fcktoolbarcombo.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fcktoolbarfontformatcombo.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fckxml_gecko.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fckxml_ie.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fcktoolbarbreak_ie.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fckcontextmenugroup.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fckstylesloader.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fckplugin.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fckevents.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fcktoolbarspecialcombo.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fcktoolbarbreak_gecko.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fckpanel_gecko.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fckstyledef.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fcktoolbarstylecombo.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fckcontextmenuseparator.js --- (This appears to be a binary file; contents omitted.) |
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/_source/internals In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32492/thywidgets/external/fckeditor/editor/_source/internals Added Files: fck.js fck_1.js fck_1_gecko.js fck_1_ie.js fck_2.js fck_2_gecko.js fck_2_ie.js fck_last.js fck_onload.js fckbrowserinfo.js fckcodeformatter.js fckcommands.js fckconfig.js fckcontextmenu.js fckcontextmenu_gecko.js fckcontextmenu_ie.js fckcoreextensions.js fckdebug.js fckdialog.js fckdialog_gecko.js fckdialog_ie.js fcklanguagemanager.js fckplugins.js fckregexlib.js fckscriptloader.js fckselection.js fckselection_gecko.js fckselection_ie.js fcktablehandler.js fcktablehandler_gecko.js fcktablehandler_ie.js fcktoolbaritems.js fcktoolbarset.js fcktools.js fcktools_gecko.js fcktools_ie.js fckurlparams.js fckxhtml.js fckxhtml_gecko.js fckxhtml_ie.js fckxhtmlentities.js Log Message: Synching... --- NEW FILE: fcktoolbarset.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fckcontextmenu_gecko.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fcktools_gecko.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fckcoreextensions.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fcktools_ie.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fckdialog_gecko.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fck_2_gecko.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fckbrowserinfo.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fckdialog.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fck_2.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fckxhtml_gecko.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fckcontextmenu.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fckscriptloader.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fckcommands.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fcktools.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fck_2_ie.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fckregexlib.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fckurlparams.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fckcodeformatter.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fckselection.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fck.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fcktoolbaritems.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fcktablehandler.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fckplugins.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fcktablehandler_ie.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fckselection_ie.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fck_1.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fckxhtmlentities.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fcktablehandler_gecko.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fcklanguagemanager.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fckxhtml_ie.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fck_last.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fck_1_gecko.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fckselection_gecko.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fckxhtml.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fck_onload.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fckcontextmenu_ie.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fck_1_ie.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fckconfig.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fckdebug.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fckdialog_ie.js --- (This appears to be a binary file; contents omitted.) |
From: Raphael D. P. <rap...@us...> - 2005-09-01 18:15:53
|
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/_source/globals In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32492/thywidgets/external/fckeditor/editor/_source/globals Added Files: fck_constants.js fckeditorapi.js Log Message: Synching... --- NEW FILE: fck_constants.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fckeditorapi.js --- (This appears to be a binary file; contents omitted.) |
From: Raphael D. P. <rap...@us...> - 2005-09-01 18:15:53
|
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/php In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32492/thywidgets/external/fckeditor/_samples/php Added Files: sample01.php sample02.php sample03.php sample04.php sampleposteddata.php Log Message: Synching... --- NEW FILE: sample01.php --- <?php /* * 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/ * * File Name: sample01.php * Sample page. * * Version: 2.0 RC3 * Modified: 2005-02-27 19:35:29 * * File Authors: * Frederico Caldeira Knabben (fr...@fc...) */ include("../../fckeditor.php") ; ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>FCKeditor - Sample</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="robots" content="noindex, nofollow"> <link href="../sample.css" rel="stylesheet" type="text/css" /> </head> <body> <h1>FCKeditor - PHP - Sample 1</h1> This sample displays a normal HTML form with an FCKeditor with full features enabled. <hr> <form action="sampleposteddata.php" method="post" target="_blank"> <?php // Automatically calculates the editor base path based on the _samples directory. // This is usefull only for these samples. A real application should use something like this: // $oFCKeditor->BasePath = '/FCKeditor/' ; // '/FCKeditor/' is the default value. $sBasePath = $_SERVER['PHP_SELF'] ; $sBasePath = substr( $sBasePath, 0, strpos( $sBasePath, "_samples" ) ) ; $oFCKeditor = new FCKeditor('FCKeditor1') ; $oFCKeditor->BasePath = $sBasePath ; $oFCKeditor->Value = 'This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.' ; $oFCKeditor->Create() ; ?> <br> <input type="submit" value="Submit"> </form> </body> </html> --- NEW FILE: sample02.php --- <?php /* * 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/ * * File Name: sample02.php * Sample page. * * Version: 2.0 RC3 * Modified: 2005-02-10 20:34:37 * * File Authors: * Frederico Caldeira Knabben (fr...@fc...) */ include("../../fckeditor.php") ; ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>FCKeditor - Sample</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="robots" content="noindex, nofollow"> <link href="../sample.css" rel="stylesheet" type="text/css" /> <script type="text/javascript"> function FCKeditor_OnComplete( editorInstance ) { var oCombo = document.getElementById( 'cmbLanguages' ) ; for ( code in editorInstance.Language.AvailableLanguages ) { AddComboOption( oCombo, editorInstance.Language.AvailableLanguages[code] + ' (' + code + ')', code ) ; } oCombo.value = editorInstance.Language.ActiveLanguage.Code ; } function AddComboOption(combo, optionText, optionValue) { var oOption = document.createElement("OPTION") ; combo.options.add(oOption) ; oOption.innerHTML = optionText ; oOption.value = optionValue ; return oOption ; } function ChangeLanguage( languageCode ) { window.location.href = window.location.pathname + "?Lang=" + languageCode ; } </script> </head> <body> <h1>FCKeditor - PHP - Sample 2</h1> This sample shows the editor in all its available languages. <hr> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td> Select a language: </td> <td> <select id="cmbLanguages" onchange="ChangeLanguage(this.value);"> </select> </td> </tr> </table> <br> <form action="sampleposteddata.php" method="post" target="_blank"> <?php // Automatically calculates the editor base path based on the _samples directory. // This is usefull only for these samples. A real application should use something like this: // $oFCKeditor->BasePath = '/FCKeditor/' ; // '/FCKeditor/' is the default value. $sBasePath = $_SERVER['PHP_SELF'] ; $sBasePath = substr( $sBasePath, 0, strpos( $sBasePath, "_samples" ) ) ; $oFCKeditor = new FCKeditor('FCKeditor1') ; $oFCKeditor->BasePath = $sBasePath ; if ( isset($_GET['Lang']) ) { $oFCKeditor->Config['AutoDetectLanguage'] = false ; $oFCKeditor->Config['DefaultLanguage'] = $_GET['Lang'] ; } else { $oFCKeditor->Config['AutoDetectLanguage'] = true ; $oFCKeditor->Config['DefaultLanguage'] = 'en' ; } $oFCKeditor->Value = 'This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.' ; $oFCKeditor->Create() ; ?> <br> <input type="submit" value="Submit"> </form> </body> </html> --- NEW FILE: sample04.php --- <?php /* * 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/ * * File Name: sample04.php * Sample page. * * Version: 2.0 RC3 * Modified: 2005-02-10 20:34:36 * * File Authors: * Frederico Caldeira Knabben (fr...@fc...) */ include("../../fckeditor.php") ; ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>FCKeditor - Sample</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="robots" content="noindex, nofollow"> <link href="../sample.css" rel="stylesheet" type="text/css" /> <script type="text/javascript"> function FCKeditor_OnComplete( editorInstance ) { var oCombo = document.getElementById( 'cmbSkins' ) ; // Get the active skin. var sSkin = editorInstance.Config['SkinPath'] ; sSkin = sSkin.match( /[^\/]+(?=\/$)/g ) ; oCombo.value = sSkin ; oCombo.style.visibility = '' ; } function ChangeSkin( skinName ) { window.location.href = window.location.pathname + "?Skin=" + skinName ; } </script> </head> <body> <h1>FCKeditor - PHP - Sample 4</h1> This sample shows how to change the editor skin. <hr> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td> Select the skin to load: </td> <td> <select id="cmbSkins" onchange="ChangeSkin(this.value);" style="VISIBILITY: hidden"> <option value="default" selected>Default</option> <option value="office2003">Office 2003</option> <option value="silver">Silver</option> </select> </td> </tr> </table> <br> <form action="sampleposteddata.php" method="post" target="_blank"> <?php // Automatically calculates the editor base path based on the _samples directory. // This is usefull only for these samples. A real application should use something like this: // $oFCKeditor->BasePath = '/FCKeditor/' ; // '/FCKeditor/' is the default value. $sBasePath = $_SERVER['PHP_SELF'] ; $sBasePath = substr( $sBasePath, 0, strpos( $sBasePath, "_samples" ) ) ; $oFCKeditor = new FCKeditor('FCKeditor1') ; $oFCKeditor->BasePath = $sBasePath ; if ( isset($_GET['Skin']) ) $oFCKeditor->Config['SkinPath'] = $sBasePath . 'editor/skins/' . $_GET['Skin'] . '/' ; $oFCKeditor->Value = 'This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.' ; $oFCKeditor->Create() ; ?> <br> <input type="submit" value="Submit"> </form> </body> </html> --- NEW FILE: sampleposteddata.php --- <?php /* * 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/ * * File Name: sampleposteddata.php * This page lists the data posted by a form. * * Version: 2.0 RC3 * Modified: 2004-11-29 17:59:37 * * File Authors: * Frederico Caldeira Knabben (fr...@fc...) * Jim Michaels (jmi...@ya...) */ ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>FCKeditor - Samples - Posted Data</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="robots" content="noindex, nofollow"> <link href="../sample.css" rel="stylesheet" type="text/css" /> </head> <body> <h1>FCKeditor - Samples - Posted Data</h1> This page lists all data posted by the form. <hr> <table width="100%" border="1" cellspacing="0" bordercolor="#999999"> <tr style="FONT-WEIGHT: bold; COLOR: #dddddd; BACKGROUND-COLOR: #999999"> <td nowrap>Field Name </td> <td>Value</td> </tr> <?php if ( version_compare( phpversion(), '4.1.0' ) == -1 ) // prior to 4.1.0, use HTTP_POST_VARS $postArray = &$HTTP_POST_VARS ; else // 4.1.0 or later, use $_POST $postArray = &$_POST ; foreach ( $postArray as $sForm => $value ) { $postedValue = htmlspecialchars( stripslashes( $value ) ) ; ?> <tr> <td valign="top" nowrap><b><?=$sForm?></b></td> <td width="100%"><?=$postedValue?></td> </tr> <?php } ?> </table> </body> </html> --- NEW FILE: sample03.php --- <?php /* * 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/ * * File Name: sample03.php * Sample page. * * Version: 2.0 RC3 * Modified: 2005-02-10 20:34:38 * * File Authors: * Frederico Caldeira Knabben (fr...@fc...) */ include("../../fckeditor.php") ; ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>FCKeditor - Sample</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="robots" content="noindex, nofollow"> <link href="../sample.css" rel="stylesheet" type="text/css" /> <script type="text/javascript"> function FCKeditor_OnComplete( editorInstance ) { var oCombo = document.getElementById( 'cmbToolbars' ) ; oCombo.value = editorInstance.ToolbarSet.Name ; oCombo.style.visibility = '' ; } function ChangeToolbar( toolbarName ) { window.location.href = window.location.pathname + "?Toolbar=" + toolbarName ; } </script> </head> <body> <h1>FCKeditor - PHP - Sample 3</h1> This sample shows how to change the editor toolbar. <hr> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td> Select the toolbar to load: </td> <td> <select id="cmbToolbars" onchange="ChangeToolbar(this.value);" style="VISIBILITY: hidden"> <option value="Default" selected>Default</option> <option value="Basic">Basic</option> </select> </td> </tr> </table> <br> <form action="sampleposteddata.php" method="post" target="_blank"> <?php // Automatically calculates the editor base path based on the _samples directory. // This is usefull only for these samples. A real application should use something like this: // $oFCKeditor->BasePath = '/FCKeditor/' ; // '/FCKeditor/' is the default value. $sBasePath = $_SERVER['PHP_SELF'] ; $sBasePath = substr( $sBasePath, 0, strpos( $sBasePath, "_samples" ) ) ; $oFCKeditor = new FCKeditor('FCKeditor1') ; $oFCKeditor->BasePath = $sBasePath ; if ( isset($_GET['Toolbar']) ) $oFCKeditor->ToolbarSet = $_GET['Toolbar'] ; $oFCKeditor->Value = 'This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.' ; $oFCKeditor->Create() ; ?> <br> <input type="submit" value="Submit"> </form> </body> </html> |