2005 Oct 17 10:57 PM
Hi Experts,
I want to create a text area in a dynamic documents. Is there any method or any special technique available for this.
I am able to create input text fields using method add_input_element. But it diplays text box in one line only though we can enter as many data as we want. I want a input field like text exit control in SAP.
Please advice if you have any idea.
Thanks,
Ask.
Hi Experts,
I want to create a text area in a dynamic documents. Is there any method or any special technique available for this.
I am able to create input text fields using method add_input_element. But it diplays text box in one line only though we can enter as many data as we want. I want a input field like text exit control in SAP.
Please advice if you have any idea.
Thanks,
Ask.
2005 Oct 18 6:40 AM
You can use
HTML_INSERT method of CL_DD_DOCUMENT to insert the html for textbox.
the html for textarea:
<textarea rows="23" name="S1" cols="65"></textarea>
Regards
Raja
2005 Oct 18 4:47 PM
Hi Raj,
I am able to add a text area using method HTML_INSERT.
But how to capture data entered in that text area.
Thanks for your help.
Ask
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |