eelias Posted December 21, 2013 Posted December 21, 2013 Hi All! I am using a ServerModule.Title that is the name of my application. That is fine. However my application is customizable and then I need to change that according the customer need. The application start with the fixed title, and then need to change that. I have tried to: Application.Title := AValue; UniServerModule.Title := AValue; From the MainModule And it is not changing. What should be done? Thank you !!! Quote
Sherzod Posted December 21, 2013 Posted December 21, 2013 Hi eelias. Use document.title try uses ... UniGUIApplication ... UniSession.AddJS('document.title = "test";'); Sincerely. 1 Quote
eelias Posted December 29, 2013 Author Posted December 29, 2013 Worked perfectly! Thank you again ! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.