svn: /web/doc-editor/trunk/ index.php

[email protected] (Yannick Torres)
Newsgroups php.doc.web
Message-ID <[email protected]>
yannick                                  Sat, 19 Dec 2009 09:58:07 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=292322

Log:
Migration ExtJs 3.0

Changed paths:
    U   web/doc-editor/trunk/index.php

Modified: web/doc-editor/trunk/index.php
===================================================================
--- web/doc-editor/trunk/index.php	2009-12-19 09:47:27 UTC (rev 292321)
+++ web/doc-editor/trunk/index.php	2009-12-19 09:58:07 UTC (rev 292322)
@@ -32,17 +32,26 @@
 echo cssLoadTemplate('js/extjs/resources/css/ext-all.css', 'extTheme');
 echo cssLoadTemplate('themes/empty.css', 'appTheme');
 echo cssLoadTemplate('themes/style.css');
+
 // Ext.ux Css files
 echo cssLoadTemplate('js/ux/GridSummary/Ext.ux.grid.GridSummary.css');
+echo cssLoadTemplate('js/ux/extjsPowered/RowEditor.css');
+echo cssLoadTemplate('js/ux/extjsPowered/StatusBar.css');
+
 // ExtJs Javascript core files
 echo jsCallTemplate('document.getElementById("loading-msg").innerHTML = "Loading Core API...";');
 echo jsLoadTemplate('js/extjs/adapter/ext/ext-base.js');
 echo jsCallTemplate('document.getElementById("loading-msg").innerHTML = "Loading UI Components...";');
 echo jsLoadTemplate('js/extjs/ext-all.js');
+
 // Ext.ux Javascript files
 echo jsCallTemplate('document.getElementById("loading-msg").innerHTML = "Initializing...";');
 echo jsLoadTemplate('js/ux/GridSummary/Ext.ux.grid.GridSummary.js');
-echo jsLoadTemplate('js/ux/miframe1_2/miframe.js');
+
+echo jsLoadTemplate('js/ux/extjsPowered/RowEditor.js');
+echo jsLoadTemplate('js/ux/extjsPowered/StatusBar.js');
+echo jsLoadTemplate('js/ux/extjsPowered/TabCloseMenu.js');
+
 echo jsLoadTemplate('js/ux/md5/md5.js');
 echo jsLoadTemplate('js/ux/codemirror/js/codemirror.js');
 echo jsLoadTemplate('js/ux/Ext.ux.CodeMirror.js');
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.