Page 1 of 1

Web Client: Change Window Title

PostPosted: Thu Oct 10, 2013 5:45 am
by ethandz
Hello all,

In Web Client:

Image

I know we can change window title in Text property, in this case. i have already left it empty.

In the image above, is there a way to have the title just say "Jobs - 1001" and get rid of whatever in the front and "Servoy Web Client" ?

Thanks!

Re: Web Client: Change Window Title

PostPosted: Thu Oct 10, 2013 9:18 am
by pradiptab
Hi

There are two parts of information shown in the title bar.

1st part : This is the Title of the application. You can set it in the properties panel of your solution in your developer. Just set the "titleText" property of the solution there.
2nd Part : Curently what you see "Servoy web client" is the second part. You can customize this in the servoy admin page.

Steps :
1. Open servoy admin.
2. Go to "servoy.branding.windowtitle: " settings in the home page. You need to put your custom text there.
3. Make sure to enable "servoy.branding: " to true.
4. Save changes and restart your application server/developer.
5. Now you can see your customized text in the title bar of the smart and web clients.

Re: Web Client: Change Window Title

PostPosted: Fri Oct 11, 2013 12:37 am
by ethandz
thank you very much.