Jump to content

Color on UniLogin background?


PolywickStudio

Recommended Posts

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.

Link to comment
Share on other sites

×
×
  • Create New...