0

enter image description hereHow can disable the user is able to expand the text box

    <p:inputTextarea title="Json English" id="jsonEditorEn" autoResize="false" scrollHeight="120" rows="15" 
style="font-size:15px" value="#{dynamicLayoutView.selectedDynamicLayout.dataEn}"> </p:inputTextarea>
yali
  • 1,038
  • 4
  • 15
  • 31

1 Answers1

1

Try this :

styleClass="unresizable"
nullPointer
  • 4,419
  • 1
  • 15
  • 27