Jump to content

Remove All Borders from TUniPageControl and its UniTabSheet


M.Ammar

Recommended Posts

Hi All

I know it is a repeated Post, I have found 2 posts regarding this issue but non of them worked for me, or only works on the classic theme 

I Use uni_emerald and uni_sencha themes and non of the solutions worked with it

I have tried this 

and this 

Removing the boarders or set boarders colour to white is a solution for me

Best Regards

Link to comment
Share on other sites

3 hours ago, M.Ammar said:

PageControlBorder.rar

Hi,

Thanks for the testcase.

OK. Try function tabPanel.beforeInit, not beforeInit.

function tabPanel.beforeInit(sender, config)
{
    sender.border = false;
}

 

Link to comment
Share on other sites

1 hour ago, M.Ammar said:

I have tested this before tabPanel.beforeInit , only works with classic theme

Also try with these changes.

1. CustomCSS:

.noborderpanel .x-panel-body-default {
    border-style: none;
}

2. UniPageControl.LayoutConfig.Cls = noborderpanel

  • Like 1
Link to comment
Share on other sites

1 hour ago, Sherzod said:

Also try with these changes.

1. CustomCSS:


.noborderpanel .x-panel-body-default {
    border-style: none;
}

2. UniPageControl.LayoutConfig.Cls = noborderpanel

thanks you this works perfect

 

  • Like 1
Link to comment
Share on other sites

  • 11 months later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...