Skip to main content
Nintex Community Menu Bar

Insert a value in textarea control

  • April 24, 2018
  • 6 replies
  • 19 views

Forum|alt.badge.img+4

I have used teaxtarea control with the js var: "filesList".

I have connected it to a field, and it converted from "textarea" in the DOM to a lot of "<p>".

When manipulating it:

NWF$('#' + filesList).text("string");

It's not varied. When changing it to being not connected to a field - it becomes a textarea and I can change it.

How can I maniplulate this field?

6 replies

Forum|alt.badge.img+14
  • Scholar
  • April 24, 2018

I have used teaxtarea control

there is no such nintex control...

do you mean multiine text box control? or reach text control? or label? or...?

can you post some screenshot of your configuration and problem you experience to make it clearer?


Forum|alt.badge.img+4
  • Author
  • April 24, 2018

multiine text box

<http://www.assuta.co.il/>

<http://www.assuta.co.il/> <https://www.facebook.com/AssutaHospitals> <https://www.youtube.com/user/AssutaHospital>

<http://docadvisor.co.il>


Forum|alt.badge.img+4
  • Author
  • April 24, 2018

multiline control


Forum|alt.badge.img+14
  • Scholar
  • April 25, 2018

plaintext or reach text enabled?

the code is different for these.


Forum|alt.badge.img+4
  • Author
  • April 25, 2018

multiine text box control, that connected to a field.

Therefore, it's behavior is like a "rich text" enabled.

How can I disable rich text fromĀ multiine text box control - when it connected,

OR How may I manipulate this control value from the code when it is rich text?


Forum|alt.badge.img+14
  • Scholar
  • April 25, 2018

in list field settings

214573_pastedImage_1.png