Textarea.js 530 B

123456789
  1. define(
  2. "dijit/form/nls/hr/Textarea", // used by both the editor and textarea widgets to provide information to screen reader users
  3. ({
  4. iframeEditTitle: 'područje uređivanja', // primary title for editable IFRAME, for screen readers when focus is in the editing area
  5. iframeFocusTitle: 'okvir područja uređivanja' // secondary title for editable IFRAME when focus is on outer container
  6. // to let user know that focus has moved out of editing area and to the
  7. // parent element of the editing area
  8. })
  9. );