Added new js files for Ajax events on db_operations.php and

tbl_operations.php
This commit is contained in:
ninadsp
2010-05-28 13:06:51 +05:30
parent 6276ad45a6
commit d775f341a4
2 changed files with 36 additions and 0 deletions

15
js/db_operations.js Normal file
View File

@@ -0,0 +1,15 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* function used in server privilege pages
*
* @version $Id$
*/
/**
* Add Ajax event handlers here for db_operations.php
*
* Create table (will this also be necessary on tbl_operations.php?
* Rename Database
* Copy Database
* Change Collation
*/

21
js/tbl_operations.js Normal file
View File

@@ -0,0 +1,21 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* function used in server privilege pages
*
* @version $Id$
*/
/**
* Add all AJAX scripts for tbl_operations.php page here.
*
* Alter table order
* Move Table
* Table Options
* Copy Table
* Table Maintenance
* Check
* Repair
* Analyze
* Flush
* Optimize
*/