Jump to content

Recommended Posts

Posted

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

Posted
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;
}

 

Posted
22 minutes ago, M.Ammar said:

Thank you for reply, I have tested this before tabPanel.beforeInit , only works with classic theme

Hi,

Ok, I will check.

Posted

Hi

I found  a way to remove them it is not practical, but maybe it will help you find a good solution ,

I set margin to the UniTapSheet to

0 -2 -2 -2

and these lines not appear anymore. 

Posted
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
Posted
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
  • 11 months later...
Posted
2 hours ago, emin said:

pagecontrolbordertest.rar 5.91 MB · 2 downloads

Hello,

Try

1. UniPageControl -> LayoutConfig -> Cls = .noborderpanel

2. CustomCSS:

.noborderpanel.x-tabpanel-child {
    border: none !important;
}

 

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...