This option is used to customize the title attribute on the {productname} iframe element. For example:
<iframe title="Rich Text Area. Press ALT-0 for help."></iframe>The title attribute is read by screen-readers to help users identify the editor. This option only applies to {productname} classic (iframe) mode and has no effect on inline editors.
Type: String
Default value: 'Rich Text Area. Press ALT-0 for help.'
tinymce.init({
selector: 'textarea', // change this value according to your HTML
iframe_aria_text: 'Text Editor'
});|
Note
|
The
|