javascript - How To Disable A CSS Text Area -


I have the following lessons from the program that I am working on.

  & lt; Div etype = "TEXTAREA" style = "width: 923px; condition: full; left: 1px; top: 192px;" Class = "dragable UI-dragable" id = "element_857257" & gt; & Lt; Label & gt; Sign in & lt; / Labels & gt; & Lt; Textarea variable = "log" class = "form-control" style = "white-space: aboper; margin-left: 0px; margin-right: -6px; width: 923px; margin-top: 0px; margin - bottom: 0px; height: 364px; "placeholder =" log "& gt; & Lt; / Textarea & gt; & Lt; / Div & gt;  

I'm trying to disable this text area and read it alone. I have no experience with CSS, so I'm not sure that this is also possible?

similar

   

In your example, just add disabled property to the textarea tag


Comments

Popular posts from this blog

Editing Python Class in Shell and SQLAlchemy -

import - Python ImportError: No module named wmi -

uislider - In a MATLAB GUI, how does one implement a continuously varying slider from a GUIDE created .m file? -