From d775f341a4791c108dab4839d094b4f654d97f32 Mon Sep 17 00:00:00 2001 From: ninadsp Date: Fri, 28 May 2010 13:06:51 +0530 Subject: [PATCH] Added new js files for Ajax events on db_operations.php and tbl_operations.php --- js/db_operations.js | 15 +++++++++++++++ js/tbl_operations.js | 21 +++++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 js/db_operations.js create mode 100644 js/tbl_operations.js diff --git a/js/db_operations.js b/js/db_operations.js new file mode 100644 index 000000000..c6967fa41 --- /dev/null +++ b/js/db_operations.js @@ -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 + */ \ No newline at end of file diff --git a/js/tbl_operations.js b/js/tbl_operations.js new file mode 100644 index 000000000..e8331e679 --- /dev/null +++ b/js/tbl_operations.js @@ -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 + */ \ No newline at end of file