How to make multiline text area readonly in code?
- Anton Vityaz
- Posts: 7
- Joined: Mon Jun 22, 2015
Standart way to fd.field('Description').readonly(true) does not work.
How to make this multiline text area readonly in code?
How to make this multiline text area readonly in code?
Please use the following code:
Code: Select all
fd.field('InternalName').control()._el().find('div.ms-rtestate-write').attr('contenteditable', 'false');
-
- Information
-
Who is online
Users browsing this forum: No registered users and 22 guests