Jump to content

transparent login form


mehmet07

Recommended Posts

  • 5 weeks later...

This is how you can make the Login Form transparent:

 

1. Add this css to Server Module-> Custom css:

.frmLogin .x-window-body
{
  background-color: transparent !important;
}

2. Make the form color in design time to 'clNone'.

 

3. Form Login->ClientEvents->UniEvents->BeforeInit:

function window.beforeInit(sender, config)
{
  config.baseCls='frmLogin';  
}

It will make totally transparent with no border, only controls will appear.  ;)

 

I use Extjs 6.5 

  • Like 1
  • Upvote 1
Link to comment
Share on other sites

  • 2 months later...
  • 4 years later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...