cancel
Showing results for 
Search instead for 
Did you mean: 

Textedit creation

Former Member
0 Kudos

Hi,

I'm trying to popup a textedit UI to enter a long text.

On pressing a button Textedit UI should come as popup and i should able to enter the text and close the window.

How to do this???

code examples are welcome.

Thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

refer to these examples:

WD_ACF_TEST_ACTIVEX_POPUP,WDR_POPUP_TO_CONFIRM,WDR_TEST_POPUP_01,WDR_TEST_POPUP_01_INTF,

WDR_TEST_POPUP_INPLUG,WDR_TEST_POPUP_TO_CONF_N,WDR_TEST_POPUP_TO_CONFIRM,WDR_TEST_POPUPS_RT

WDR_TEST_POPUPS_RT_00,WDR_TEST_POPUPS_RT_01,WDR_TEST_POPUPS_RT_02,WDR_TEST_POPUPS_RT_03

WDR_TEST_POPUPS_RT_04,WDR_TEST_POPUPS_RT_05,WDR_TEST_POPUPS2,WDR_TEST_POPUPS3

WDR_TEST_POPUPS4

Former Member
0 Kudos

hi subaram,

create a view and have a texedit ui element in it. bind it to window. in window1 when you press the button, on the on action enter, call this window.

---regards,

alex b justin

Former Member
0 Kudos

Justin,

I welcome ur answer.

Can we do it in the same view by using class CL_WD_TEXT_EDIT ?

I'm not sure.

Thankx

Former Member
0 Kudos

hi subaram.....

if you want it in the same view.....

you can intially create teh text edit, have it in invisible mode and make it visible once the button is clicked.

---regards,

alex b justin