[pLog-svn] r6825 - plog/branches/lifetype-1.2/js/tinymce/plugins/insertresource

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Sat Feb 21 16:06:00 EST 2009


Author: jondaley
Date: 2009-02-21 16:05:59 -0500 (Sat, 21 Feb 2009)
New Revision: 6825

Removed:
   plog/branches/lifetype-1.2/js/tinymce/plugins/insertresource/popup.htm
   plog/branches/lifetype-1.2/js/tinymce/plugins/insertresource/readme.txt
Log:
tinymce default files, aren't used

Deleted: plog/branches/lifetype-1.2/js/tinymce/plugins/insertresource/popup.htm
===================================================================
--- plog/branches/lifetype-1.2/js/tinymce/plugins/insertresource/popup.htm	2009-02-21 21:02:53 UTC (rev 6824)
+++ plog/branches/lifetype-1.2/js/tinymce/plugins/insertresource/popup.htm	2009-02-21 21:05:59 UTC (rev 6825)
@@ -1,31 +0,0 @@
-<html>
-<head>
-<title>{$lang_template_title}</title>
-<script language="javascript" type="text/javascript" src="../../tiny_mce_popup.js"></script>
-<script language="javascript" type="text/javascript">
-<!--
-	function init() {
-		alert("Got a window argument from plugin: " + tinyMCE.getWindowArg('some_custom_arg'));
-	}
-
-	function insertSomething() {
-		// Execute the mceTemplate command without UI this time
-		tinyMCE.execInstanceCommand(tinyMCE.getWindowArg('editor_id'), 'mceTemplate');
-
-		// Close the dialog
-		tinyMCE.closeDialog();
-	}
-//-->
-</script>
-</head>
-<body onload="init();"> 
-	<h3>{$lang_template_title}</h3>
-
-	<form onsubmit="insert();return false;">
-		<!-- Just a simple insert button -->
-		<input type="button" name="insert" value="{$lang_insert}" onclick="insertSomething();" id="insert" />
-	</form>
-
-	<br />
-</body> 
-</html> 

Deleted: plog/branches/lifetype-1.2/js/tinymce/plugins/insertresource/readme.txt
===================================================================
--- plog/branches/lifetype-1.2/js/tinymce/plugins/insertresource/readme.txt	2009-02-21 21:02:53 UTC (rev 6824)
+++ plog/branches/lifetype-1.2/js/tinymce/plugins/insertresource/readme.txt	2009-02-21 21:05:59 UTC (rev 6825)
@@ -1 +0,0 @@
-This is a template/tutorial plugin that where created to help you in the development of own plugins for TinyMCE.
\ No newline at end of file



More information about the pLog-svn mailing list