PolywickStudio Posted February 4, 2016 Posted February 4, 2016 How to set color on UniLoginForm background?
Sherzod Posted February 5, 2016 Posted February 5, 2016 Hi, For now, you can try: unit Login; uses ... ServerModule, uniGUIJSUtils; procedure TUniLoginForm1.UniLoginFormCreate(Sender: TObject); begin UniSession.AddJS('document.body.style.background = "'+ uniColor2Web(ServerModule.UniServerModule.BGColor) +'"'); end; Best regards.
Recommended Posts