Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Text Editor on modulepool Screen

Former Member
0 Likes
588

Hi ,

I have created a text editor on the module pool screen,

i used custom container for this.

Now i dont want to have harizontal and vertical scroll bars, and cut copy and other buttons of the text editor and the bottm lines where no of lines are showed..

Please advise me..

Thanks

Kiran

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
465

Hi,

use method GET_TOOLBAR_MODE to hide toolbar. scroll bar is automatic so we can't hide that.

L.Velu

2 REPLIES 2
Read only

Former Member
0 Likes
466

Hi,

use method GET_TOOLBAR_MODE to hide toolbar. scroll bar is automatic so we can't hide that.

L.Velu

Read only

Former Member
0 Likes
465

Hi

use follwoing method

SET_STATUSBAR_MODE - to hide status bar

SET_TOOLBAR_MODE - To hide toolbar