![]() |
Sergey Kornilov admin 12/27/2018 |
It is correct that you cannot see WHERE tabs in Page Designer. Do you need to change style/background of the tab itself or something else? |
T
|
taumic author 12/27/2018 |
Hello Sergey, |
![]() |
HJB 12/27/2018 |
http://asprunner.com/forums/topic/25112-additional-where-tabs-retrieve-active-tab-id/ |
![]() |
Sergey Kornilov admin 12/27/2018 |
This code should go to Javascript OnLoad event of the List page in question: $("ul[class='nav nav-tabs bsgrid_tabs']").find("a").css("background", "#f8f8f8");
$("li[class=active]").find("a").css("background", "#e0e0e0"); |
T
|
taumic author 12/28/2018 |
Many thanks to "Walk2fly" (deleteTab()) and our ADMIN (Javascript). With their help it was easy to implement. Why didn't I stumble over "deleteTab()" myself? - Sorry.
|