image_title

This option allows you to enable the image title input field in the image dialog.

Default value: false

Example: Using image_title

tinymce.init({
 selector: 'textarea', // change this value according to your HTML
 plugins: 'image',
 toolbar: 'image',
 image_title: true
});

Comments

Leave a Comment

All fields are required. Your email address will not be published.