You are here

function editor_plugin_mailto_options in Editor 6

Same name and namespace in other branches
  1. 5 editor.plugins.inc \editor_plugin_mailto_options()

Mailto options.

1 call to editor_plugin_mailto_options()
editor_editor_plugins in ./editor.plugins.inc
Default core and popular module supported plugins.

File

./editor.plugins.inc, line 70
Provides default plugin objects. @author Tj Holowaychuk <http://www.350designs.com/> @package Editor

Code

function editor_plugin_mailto_options() {
  return '
      <input type="text" class="email" value="Email" />
      <input type="button" class="submit" value="Go" />
    ';
}