tinymce-table-dropdown
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Creates a single split-button control with all table options in a dropdown. Uses native TinyMCE icons and languages so it will always match your locale and interface. Requires TinyMCE's table plugin.
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!

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。