From a0109c4933e0bfb5ed9dbcf94f932991ca689542 Mon Sep 17 00:00:00 2001 From: svncommit Date: Thu, 14 Sep 2006 03:49:28 +0000 Subject: Initial TinyMCE editor support (still need to work on spellcheck and skins) --- program/js/tiny_mce/plugins/table/images/buttons.gif | Bin 0 -> 1356 bytes program/js/tiny_mce/plugins/table/images/table.gif | Bin 0 -> 287 bytes .../tiny_mce/plugins/table/images/table_cell_props.gif | Bin 0 -> 189 bytes .../js/tiny_mce/plugins/table/images/table_delete.gif | Bin 0 -> 372 bytes .../tiny_mce/plugins/table/images/table_delete_col.gif | Bin 0 -> 163 bytes .../tiny_mce/plugins/table/images/table_delete_row.gif | Bin 0 -> 171 bytes .../plugins/table/images/table_insert_col_after.gif | Bin 0 -> 165 bytes .../plugins/table/images/table_insert_col_before.gif | Bin 0 -> 165 bytes .../plugins/table/images/table_insert_row_after.gif | Bin 0 -> 163 bytes .../plugins/table/images/table_insert_row_before.gif | Bin 0 -> 159 bytes .../tiny_mce/plugins/table/images/table_merge_cells.gif | Bin 0 -> 198 bytes .../js/tiny_mce/plugins/table/images/table_row_props.gif | Bin 0 -> 187 bytes .../tiny_mce/plugins/table/images/table_split_cells.gif | Bin 0 -> 210 bytes 13 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 program/js/tiny_mce/plugins/table/images/buttons.gif create mode 100644 program/js/tiny_mce/plugins/table/images/table.gif create mode 100644 program/js/tiny_mce/plugins/table/images/table_cell_props.gif create mode 100644 program/js/tiny_mce/plugins/table/images/table_delete.gif create mode 100644 program/js/tiny_mce/plugins/table/images/table_delete_col.gif create mode 100644 program/js/tiny_mce/plugins/table/images/table_delete_row.gif create mode 100644 program/js/tiny_mce/plugins/table/images/table_insert_col_after.gif create mode 100644 program/js/tiny_mce/plugins/table/images/table_insert_col_before.gif create mode 100644 program/js/tiny_mce/plugins/table/images/table_insert_row_after.gif create mode 100644 program/js/tiny_mce/plugins/table/images/table_insert_row_before.gif create mode 100644 program/js/tiny_mce/plugins/table/images/table_merge_cells.gif create mode 100644 program/js/tiny_mce/plugins/table/images/table_row_props.gif create mode 100644 program/js/tiny_mce/plugins/table/images/table_split_cells.gif (limited to 'program/js/tiny_mce/plugins/table/images') diff --git a/program/js/tiny_mce/plugins/table/images/buttons.gif b/program/js/tiny_mce/plugins/table/images/buttons.gif new file mode 100644 index 000000000..bfc1568be Binary files /dev/null and b/program/js/tiny_mce/plugins/table/images/buttons.gif differ diff --git a/program/js/tiny_mce/plugins/table/images/table.gif b/program/js/tiny_mce/plugins/table/images/table.gif new file mode 100644 index 000000000..2911830c3 Binary files /dev/null and b/program/js/tiny_mce/plugins/table/images/table.gif differ diff --git a/program/js/tiny_mce/plugins/table/images/table_cell_props.gif b/program/js/tiny_mce/plugins/table/images/table_cell_props.gif new file mode 100644 index 000000000..bee7ed652 Binary files /dev/null and b/program/js/tiny_mce/plugins/table/images/table_cell_props.gif differ diff --git a/program/js/tiny_mce/plugins/table/images/table_delete.gif b/program/js/tiny_mce/plugins/table/images/table_delete.gif new file mode 100644 index 000000000..2a00e6ad6 Binary files /dev/null and b/program/js/tiny_mce/plugins/table/images/table_delete.gif differ diff --git a/program/js/tiny_mce/plugins/table/images/table_delete_col.gif b/program/js/tiny_mce/plugins/table/images/table_delete_col.gif new file mode 100644 index 000000000..91f53af02 Binary files /dev/null and b/program/js/tiny_mce/plugins/table/images/table_delete_col.gif differ diff --git a/program/js/tiny_mce/plugins/table/images/table_delete_row.gif b/program/js/tiny_mce/plugins/table/images/table_delete_row.gif new file mode 100644 index 000000000..7025733fe Binary files /dev/null and b/program/js/tiny_mce/plugins/table/images/table_delete_row.gif differ diff --git a/program/js/tiny_mce/plugins/table/images/table_insert_col_after.gif b/program/js/tiny_mce/plugins/table/images/table_insert_col_after.gif new file mode 100644 index 000000000..85058080c Binary files /dev/null and b/program/js/tiny_mce/plugins/table/images/table_insert_col_after.gif differ diff --git a/program/js/tiny_mce/plugins/table/images/table_insert_col_before.gif b/program/js/tiny_mce/plugins/table/images/table_insert_col_before.gif new file mode 100644 index 000000000..b669d4fa6 Binary files /dev/null and b/program/js/tiny_mce/plugins/table/images/table_insert_col_before.gif differ diff --git a/program/js/tiny_mce/plugins/table/images/table_insert_row_after.gif b/program/js/tiny_mce/plugins/table/images/table_insert_row_after.gif new file mode 100644 index 000000000..b9c144661 Binary files /dev/null and b/program/js/tiny_mce/plugins/table/images/table_insert_row_after.gif differ diff --git a/program/js/tiny_mce/plugins/table/images/table_insert_row_before.gif b/program/js/tiny_mce/plugins/table/images/table_insert_row_before.gif new file mode 100644 index 000000000..157d37365 Binary files /dev/null and b/program/js/tiny_mce/plugins/table/images/table_insert_row_before.gif differ diff --git a/program/js/tiny_mce/plugins/table/images/table_merge_cells.gif b/program/js/tiny_mce/plugins/table/images/table_merge_cells.gif new file mode 100644 index 000000000..6834e611e Binary files /dev/null and b/program/js/tiny_mce/plugins/table/images/table_merge_cells.gif differ diff --git a/program/js/tiny_mce/plugins/table/images/table_row_props.gif b/program/js/tiny_mce/plugins/table/images/table_row_props.gif new file mode 100644 index 000000000..e5c7cc37a Binary files /dev/null and b/program/js/tiny_mce/plugins/table/images/table_row_props.gif differ diff --git a/program/js/tiny_mce/plugins/table/images/table_split_cells.gif b/program/js/tiny_mce/plugins/table/images/table_split_cells.gif new file mode 100644 index 000000000..8ccb1b5f8 Binary files /dev/null and b/program/js/tiny_mce/plugins/table/images/table_split_cells.gif differ -- cgit v1.2.3