function editor_plugin_image_options in Editor 6
Same name and namespace in other branches
- 5 editor.plugins.inc \editor_plugin_image_options()
Image options.
1 call to editor_plugin_image_options()
- editor_editor_plugins in ./
editor.plugins.inc - Default core and popular module supported plugins.
File
- ./
editor.plugins.inc, line 80 - Provides default plugin objects. @author Tj Holowaychuk <http://www.350designs.com/> @package Editor
Code
function editor_plugin_image_options() {
return '
<input type="text" class="uri" value="Image Path" />
<input type="text" class="alt" value="Description" />
<input type="button" class="submit" value="Go" />
';
}