M.Ammar Posted March 1, 2020 Posted March 1, 2020 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 Quote
Sherzod Posted March 1, 2020 Posted March 1, 2020 Hi, We will check. If you have a simple testcase please attach. Quote
M.Ammar Posted March 1, 2020 Author Posted March 1, 2020 17 minutes ago, Sherzod said: Hi, We will check. If you have a simple testcase please attach. Hi Thank you for reply this sample I used from one of the above posts. regards PageControlBorder.rar Quote
Sherzod Posted March 1, 2020 Posted March 1, 2020 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; } Quote
M.Ammar Posted March 2, 2020 Author Posted March 2, 2020 Hi Thank you for reply, I have tested this before tabPanel.beforeInit , only works with classic theme PageControlBorder_2.rar Quote
Sherzod Posted March 2, 2020 Posted March 2, 2020 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. Quote
M.Ammar Posted March 2, 2020 Author Posted March 2, 2020 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. Quote
Sherzod Posted March 2, 2020 Posted March 2, 2020 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 1 Quote
M.Ammar Posted March 2, 2020 Author Posted March 2, 2020 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 1 Quote
emin Posted February 22, 2021 Posted February 22, 2021 I need to hide or remove borders. I've tried all the suggestions above. Unfortunately borders still exist I use win 10 theme. pagecontrolbordertest.rar Quote
Sherzod Posted February 22, 2021 Posted February 22, 2021 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; } Quote
emin Posted February 22, 2021 Posted February 22, 2021 It works well when there is only a pagecontrol on form. However if I add another components it doesn't work. I added a new test case. Could you please check it. new_pagecontrolbordertest.rar Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.