/** * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md. */ /** * @module image/imagealternatetext/ui/textareaview */ import View from 'ckeditor5-ui/src/view'; import Template from 'ckeditor5-ui/src/template'; /** * The TextAreaView class. * * @extends module:ui/view~View */ export default class TextAreaView extends View { /** * @inheritDoc */ constructor( locale ) { super( locale ); /** * The value of the textarea. * * @observable * @member {String} #value */ this.set( 'value' ); /** * The `id` attribute of the textarea (i.e. to pair with a `