Questions tagged as 'front-end'

0
answers

How to make a tab control navigate open by my software with JavaScript and localStorage? [closed]

My question is how to do a tab control, open from browsing my software, with JavaScript and localStorage? For various reasons that does not come to the case my web software works with the opening of new browser tabs to each functionality that th...
asked by 11.03.2016 / 21:01
1
answer

Gulp Task - Compile Stylus for CSS

After a lot of fighting, I started to page my portfolio. I used to use a few things I was learning, among them the Gulp and Stylus. For CSS construction I am using ITCSS methodology (understood as architecture). However, at the time of running t...
asked by 27.01.2016 / 22:12
1
answer

Famous error: Conversion error when setting XXX value to 'null Converter'

Good afternoon. I am with the famous error "Conversion error when setting XXX value to 'null Converter'." I have already seen several topics here and in other forums, Showcase of primefaces and I could not solve (in parts). In my application...
asked by 09.04.2017 / 20:00
1
answer

Open dropDown above div

Hello, I have a dropDown made with ui-select, which does not open over the rest of the site. Asyoucansee,itonlyopensuptothedivborder IalreadytriedtheexamplesIfoundonsites.examples:position:absolute,z-index:99999,overflow:visible,innocasedidI...
asked by 09.02.2017 / 17:56
1
answer

Disable page drag on a mobile device

I'm developing a page where we have a <input type="range" min="1" max="10" value="5"> . Whenever I have to drag this input , in case I miss the finger, I accidentally drag the entire page. She goes to and fro. Can you disabl...
asked by 25.05.2014 / 07:24
3
answers

"import" header and footer on all pages

I'm doing some html / css / javascript pages and they will all have the same header and footer, I would like to know how to do the import without repeating all the code. Server in java. But can you do it in a simplistic way?     
asked by 23.06.2017 / 22:40
2
answers

Sorting by date how long they are of type string

I'm developing an angularJS application which receives the following object from an API: pessoas = [ { nome: 'Lucas', data: '2010-Fev-04'}, { nome: 'Felipe', data: '1994-Dec-10'}, { nome: 'Ana', data: '1994-Jun-21'}, { nome: 'C...
asked by 13.07.2018 / 21:21
4
answers

How to leave a height-height fixed on the page?

What causes the page to occupy 100% of the viewport, so that it does not have a scroll bar. Whether it's a small, medium, large, tablet, or desktop phone. The height must be fixed, occupying the entire screen. No scrollbar. Do you understand...
asked by 03.12.2015 / 02:17
1
answer

How to use anchor in AngularJS?

I'm starting to work with AngularJS and I have the following situation I have a href that redirects to a div within the page itself by the div id: <a href="#teste"></a> <div id="teste"></div> But AngularJS tries to...
asked by 21.06.2018 / 22:20
2
answers

Contour image with CSS text

I'm developing a website, but without using any framework to do so; I want to emphasize that I just started in front studies, and that CSS is totally new to me. I'm trying to fix an image in a certain region of a div (this is ok) and allo...
asked by 08.05.2017 / 17:44