Questions tagged as 'tabs'

2
answers

Open a certain tab by clicking the navbar link

I have a navbar that has several links to the same page that has 3 tabs. I need to click on a navbar item it opens the page with the specific tab selected. Itriedtodothis(butitdidnotwork): $("#menu").click(function(){ $("#dados-capa")....
asked by 31.10.2017 / 17:37
3
answers

Unwanted scroll effect

I'm using the materialize tab , the switch works normally, but whenever I click on a tab it moves the page to the top , I do not know why, I think it has to do with the smooth scrolling effect, but I'm not sure <!--Import materialize.c...
asked by 06.05.2018 / 03:50
2
answers

How do I change the color of the iontabs?

I would change the color of the ion tab, I could change the color of the icons and the text, but the tab itself can not modify, I am very beginner in IONIC 3. I will show the code until then. > home-delivery.html <ion-tabs selectedIndex="...
asked by 07.01.2018 / 21:32
1
answer

Add indicator on Materialize CSS tabs

Good morning, I have the following requirement, I have a project where they existed  many tabs made with materialize css, but in small screen devices the tabs are hidden to the right of the screen, being necessary to delizar  the finger envel...
asked by 26.08.2018 / 18:07
1
answer

Swap tabs ngb-tabset with button click

I have two tabs and need to change tabs by clicking a button. I usually work with routes, but in this case I need to change only the tab on the same webpage. I have the following Tabs, TAB 1 and TAB 2. Considering that I am in TAB 1, what wou...
asked by 24.11.2017 / 17:14
1
answer

Remove bottom row from jquery tab

I'm trying to remove the bottom line from a tab, but I still can not get it I followed this tutorial and nothing. When placing my code, the line cuts the text <html lang="en"> <head> <meta charset="utf-8">...
asked by 25.05.2017 / 18:13
2
answers

IONIC - tabs are gone

I have a problem, my tags are gone. They just do not show up tabs.ts import { Component } from '@angular/core'; import { HomePage } from '../home/home'; import { SobrePage } from '../sobre/sobre'; @Component({ templateUrl: 'tabs.html' })...
asked by 27.04.2018 / 02:33
0
answers

Tabs JQuery versus Bootstrap opening page php

I'm working with JQuery TABs, after adding the proper scripts links and starting the tab, the use to open PHP page in the tabs is very simple <div id="tabs"> <ul class="nav nav-tabs"> <li><a data-to...
asked by 19.04.2018 / 04:23
0
answers

Change the parameter of a route

I have an ionic application where I use tabs with two different pages and I have to pass parameters to them. <ion-tabs #myTabs color="credisis" *ngIf="pagador"> <ion-tab tabIcon="person" tabTitle="Pagador eletrônico" [root]="p...
asked by 12.04.2018 / 15:21
1
answer

Create tab using images in button

I need to create a TAB block for my site in wordpress, there are several plugins that help in this, but I do not discover any that I can use images on the button. Usually they are icones, but my client created some images, that complicated and m...
asked by 23.02.2017 / 21:24