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

Add functionality to text editor

former_member375795
Participant
0 Likes
809

Dear All,

Please tell me how to give functionality of Bold letter in Text Editor . I all ready design Text editor now they need Bold letter functionality like Word Pad to make any string Bold in the Text Editor at run time so they need button to make the string bold .

How to full this requirement.

1 ACCEPTED SOLUTION
Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
769

Hi Alok

You can highlight the area as an example you can check program SAPTEXTEDIT_TEST_1 for more details

You can enter row number from and to and choose highlight in button it will highlight it

Nabheet

4 REPLIES 4
Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
770

Hi Alok

You can highlight the area as an example you can check program SAPTEXTEDIT_TEST_1 for more details

You can enter row number from and to and choose highlight in button it will highlight it

Nabheet

Read only

0 Likes
769

I check it but there is no functionality like that .

Read only

0 Likes
769

Their is for highlighting the area check the screen shot

Read only

0 Likes
769

ok this is helpful for me ..