how can I make the login form transparent?

Posted 我的学习笔记

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了how can I make the login form transparent?相关的知识,希望对你有一定的参考价值。

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 

以上是关于how can I make the login form transparent?的主要内容,如果未能解决你的问题,请参考以下文章

Inno Script - How to make “I Accept the Agreement” radio button on EULA page selected by Default(代码片

How can I manually create a authentication cookie instead of the default method?

CodeForces 687C The Values You Can Make

When can I get the "java.net.SocketException: Permission denied:connect" message? And how

Git does not apply deleted files when merging an old branch into the master. How can I tell Git to a

第四百三十七天 how can I 坚持