[geeklog-cvs] Geeklog-1.x/public_html/fckeditor/editor/plugins/placeholder fck_placeholder.html, 1.5, 1.6 fckplugin.js, 1.5, 1.6

Blaine Lang blaine at qs1489.pair.com
Sun May 4 20:35:30 EDT 2008


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/fckeditor/editor/plugins/placeholder
In directory qs1489.pair.com:/tmp/cvs-serv85146/editor/plugins/placeholder

Modified Files:
	fck_placeholder.html fckplugin.js 
Log Message:
Upgraded the FCKeditor to version 2.6 Final - latest release April 7/08

Index: fckplugin.js
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/fckeditor/editor/plugins/placeholder/fckplugin.js,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** fckplugin.js	9 Feb 2008 12:54:00 -0000	1.5
--- fckplugin.js	5 May 2008 00:35:26 -0000	1.6
***************
*** 1,5 ****
  /*
   * FCKeditor - The text editor for Internet - http://www.fckeditor.net
!  * Copyright (C) 2003-2007 Frederico Caldeira Knabben
   *
   * == BEGIN LICENSE ==
--- 1,5 ----
  /*
   * FCKeditor - The text editor for Internet - http://www.fckeditor.net
!  * Copyright (C) 2003-2008 Frederico Caldeira Knabben
   *
   * == BEGIN LICENSE ==
***************
*** 23,27 ****
  
  // Register the related command.
! FCKCommands.RegisterCommand( 'Placeholder', new FCKDialogCommand( 'Placeholder', FCKLang.PlaceholderDlgTitle, FCKPlugins.Items['placeholder'].Path + 'fck_placeholder.html', 340, 170 ) ) ;
  
  // Create the "Plaholder" toolbar button.
--- 23,27 ----
  
  // Register the related command.
! FCKCommands.RegisterCommand( 'Placeholder', new FCKDialogCommand( 'Placeholder', FCKLang.PlaceholderDlgTitle, FCKPlugins.Items['placeholder'].Path + 'fck_placeholder.html', 340, 160 ) ) ;
  
  // Create the "Plaholder" toolbar button.
***************
*** 185,187 ****
  
  	return node ;
! }
\ No newline at end of file
--- 185,187 ----
  
  	return node ;
! }

Index: fck_placeholder.html
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/fckeditor/editor/plugins/placeholder/fck_placeholder.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** fck_placeholder.html	9 Feb 2008 12:54:00 -0000	1.5
--- fck_placeholder.html	5 May 2008 00:35:26 -0000	1.6
***************
*** 2,6 ****
  <!--
   * FCKeditor - The text editor for Internet - http://www.fckeditor.net
!  * Copyright (C) 2003-2007 Frederico Caldeira Knabben
   *
   * == BEGIN LICENSE ==
--- 2,6 ----
  <!--
   * FCKeditor - The text editor for Internet - http://www.fckeditor.net
!  * Copyright (C) 2003-2008 Frederico Caldeira Knabben
   *
   * == BEGIN LICENSE ==
***************
*** 27,33 ****
  		<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  		<meta content="noindex, nofollow" name="robots">
  		<script language="javascript">
  
! var oEditor = window.parent.InnerDialogLoaded() ;
  var FCKLang = oEditor.FCKLang ;
  var FCKPlaceholders = oEditor.FCKPlaceholders ;
--- 27,35 ----
  		<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  		<meta content="noindex, nofollow" name="robots">
+ 		<script src="../../dialog/common/fck_dialog_common.js" type="text/javascript"></script>
  		<script language="javascript">
  
! var dialog = window.parent ;
! var oEditor = dialog.InnerDialogLoaded() ;
  var FCKLang = oEditor.FCKLang ;
  var FCKPlaceholders = oEditor.FCKPlaceholders ;
***************
*** 41,48 ****
  
  	// Show the "Ok" button.
! 	window.parent.SetOkButton( true ) ;
  }
  
! var eSelected = oEditor.FCKSelection.GetSelectedElement() ;
  
  function LoadSelected()
--- 43,53 ----
  
  	// Show the "Ok" button.
! 	dialog.SetOkButton( true ) ;
! 
! 	// Select text field on load.
! 	SelectField( 'txtName' ) ;
  }
  
! var eSelected = dialog.Selection.GetSelectedElement() ;
  
  function LoadSelected()
***************
*** 98,100 ****
  		</table>
  	</body>
! </html>
\ No newline at end of file
--- 103,105 ----
  		</table>
  	</body>
! </html>




More information about the geeklog-cvs mailing list