cancel
Showing results for 
Search instead for 
Did you mean: 

Application title/header

Former Member
0 Kudos

Hi

Any of u know how do I change the application title/header?

I mean the title beeing writen in the explorer.

Thank's

Nitsan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Thnk's Saket

This helped me , but do u know how do I trnslate this ?

This title appears only if I start the application in english.

Thanks

Nitsan

Former Member
0 Kudos

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Just a side note on this topic. In NetWeaver 7.0 and 7.01, the browser title always comes from the WDA Application description and not be changed at runtime or via APIs. In 7.02 we add an API to allow you to dynamically set the browser title. It is:

wd_this->wd_get_api( )->get_component( )->get_application( )->set_window_title( l_window_title ).

Answers (1)

Answers (1)

saket_abhyankar
Active Participant
0 Kudos

Hi

The description of the application will be displayed as a title in explorer.

To change this:

1) Double click on the application and switch to change mode

2) Change the description of application to the text that you want to displayed in the explorer title

3) Save

Regards,

Saket.