Added new js files for Ajax events on db_operations.php and
tbl_operations.php
This commit is contained in:
15
js/db_operations.js
Normal file
15
js/db_operations.js
Normal 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
21
js/tbl_operations.js
Normal 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
|
||||||
|
*/
|
Reference in New Issue
Block a user