# tinymce-table-dropdown **Repository Path**: mirrors_claviska/tinymce-table-dropdown ## Basic Information - **Project Name**: tinymce-table-dropdown - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Table Dropdown plugin for TinyMCE 3.x ===================================== Copyright 2011 Cory LaViska for A Beautiful Site, LLC (http://abeautifulsite.net/) Licensed under the MIT license: http://opensource.org/licenses/MIT ## Overview This plugin creates a single split-button with all available table options in a dropdown. If you need to have access to all of TinyMCE's table controls but don't want to clutter your toolbar, this is the plugin you've been searching for. __Note: this plugin is for TinyMCE 3.x, not TinyMCE 4.x!__ ## Screenshot and More Info https://www.abeautifulsite.net/tinymce-table-dropdown-plugin ## Usage - Copy the `/tableDropdown/` plugin folder to `tinymce/jscripts/tiny_mce/plugins/` - Add tableDropdown to your TinyMCE init: ```js tinyMCE.init({ [...] plugins: 'paste, fullscreen, [...], table, tableDropdown', theme_advanced_buttons1: "undo, redo, [...], tableDropdown", [...] }); ``` - Enjoy your new table dropdown!