JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-4.0_full
[ckeditor.git] / _samples / api_dialog / my_dialog.js
diff --git a/_samples/api_dialog/my_dialog.js b/_samples/api_dialog/my_dialog.js
deleted file mode 100644 (file)
index 2827a9c..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-/*\r
-Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.\r
-For licensing, see LICENSE.html or http://ckeditor.com/license\r
-*/\r
-\r
-CKEDITOR.dialog.add( 'myDialog', function( editor )\r
-{\r
-       return {\r
-               title : 'My Dialog',\r
-               minWidth : 400,\r
-               minHeight : 200,\r
-               contents : [\r
-                       {\r
-                               id : 'tab1',\r
-                               label : 'First Tab',\r
-                               title : 'First Tab',\r
-                               elements :\r
-                               [\r
-                                       {\r
-                                               id : 'input1',\r
-                                               type : 'text',\r
-                                               label : 'Input 1'\r
-                                       }\r
-                               ]\r
-                       }\r
-               ]\r
-       };\r
-} );\r