Update of /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/editor
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6803/phpslash-dev/public_html/scripts/fckeditor/editor
Modified Files:
fckdebug.html fckdialog.html fckeditor.html
fckeditor.original.html
Log Message:
complete fckeditor addition
Index: fckdebug.html
===================================================================
RCS file: /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/editor/fckdebug.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** fckdebug.html 28 Oct 2004 20:17:42 -0000 1.1
--- fckdebug.html 30 Oct 2004 13:53:12 -0000 1.2
***************
*** 13,17 ****
* It automatically popups if the Debug = true in the configuration file.
*
! * Version: 2.0 Beta 1
* Modified: 2004-05-31 23:07:52
*
--- 13,17 ----
* It automatically popups if the Debug = true in the configuration file.
*
! * Version: 2.0 Beta 2
* Modified: 2004-05-31 23:07:52
*
Index: fckdialog.html
===================================================================
RCS file: /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/editor/fckdialog.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** fckdialog.html 28 Oct 2004 20:17:42 -0000 1.1
--- fckdialog.html 30 Oct 2004 13:53:12 -0000 1.2
***************
*** 12,17 ****
* This page is used by all dialog box as the container.
*
! * Version: 2.0 Beta 1
! * Modified: 2004-05-31 23:07:52
*
* File Authors:
--- 12,17 ----
* This page is used by all dialog box as the container.
*
! * Version: 2.0 Beta 2
! * Modified: 2004-08-30 23:57:24
*
* File Authors:
***************
*** 56,59 ****
--- 56,64 ----
}
+ function SetScrollBar( showIt )
+ {
+ document.getElementById('frmMain').scrolling = showIt ? 'yes' : 'no' ;
+ }
+
function Ok()
{
Index: fckeditor.html
===================================================================
RCS file: /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/editor/fckeditor.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** fckeditor.html 28 Oct 2004 20:17:42 -0000 1.1
--- fckeditor.html 30 Oct 2004 13:53:12 -0000 1.2
***************
*** 12,17 ****
* Main page that holds the editor.
*
! * Version: 2.0 Beta 1
! * Modified: 2004-05-31 23:32:15
*
* File Authors:
--- 12,17 ----
* Main page that holds the editor.
*
! * Version: 2.0 Beta 2
! * Modified: 2004-08-30 23:37:01
*
* File Authors:
***************
*** 27,31 ****
<script type="text/javascript" src="js/fck_startup.js"></script>
</head>
! <body onfocus="FCK.Focus();">
<table height="100%" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
--- 27,31 ----
<script type="text/javascript" src="js/fck_startup.js"></script>
</head>
! <body onfocus="FCK.Focus();" onclick="FCK.Focus();">
<table height="100%" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
Index: fckeditor.original.html
===================================================================
RCS file: /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/editor/fckeditor.original.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** fckeditor.original.html 28 Oct 2004 20:17:42 -0000 1.1
--- fckeditor.original.html 30 Oct 2004 13:53:12 -0000 1.2
***************
*** 12,17 ****
* Main page that holds the editor.
*
! * Version: 2.0 Beta 1
! * Modified: 2004-05-31 23:32:15
*
* File Authors:
--- 12,17 ----
* Main page that holds the editor.
*
! * Version: 2.0 Beta 2
! * Modified: 2004-08-30 23:37:01
*
* File Authors:
***************
*** 42,46 ****
@Packager.RemoveLine -->
</head>
! <body onfocus="FCK.Focus();">
<table height="100%" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
--- 42,46 ----
@Packager.RemoveLine -->
</head>
! <body onfocus="FCK.Focus();" onclick="FCK.Focus();">
<table height="100%" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
|