Insert a value in textarea control

  • 24 April 2018
  • 6 replies
  • 0 views

Badge +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

Userlevel 5
Badge +14

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?

Badge +4

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>

Badge +4

multiline control

Userlevel 5
Badge +14

plaintext or reach text enabled?

the code is different for these.

Badge +4

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?

Userlevel 5
Badge +14

in list field settings

214573_pastedImage_1.png

Reply