Questions tagged as 'front-end'

4
answers

How to make a background cover on a separate div?

I'm making a website with side menu. 30% of the screen is the menu and the rest is the content. In the content div, I want to put a background image using the COVER method. I used the first one: link However, this method works perfectly...
asked by 28.12.2015 / 20:22
3
answers

Wrapping lines in a date attribute when displaying on the front end

Within a table I have the following structure: <td> <a href="#" data-toggle="popover" title="Dados" data-trigger="focus" data-content=" <?php echo $BlobParams[0].'<br>'; echo $BlobParams[1].'<br>'; echo $BlobParams[2]....
asked by 17.12.2018 / 14:46
1
answer

Import VueJs template from an external html file

Is there any way to import an html file into the template? Vue.component('porcentagens',{ data: function(){ return { porcentagemSangramentoMarginal: 78, porcentagemPlaca: 78, porcentagemOLeary: 78, } }, templat...
asked by 25.09.2018 / 13:26
2
answers

Problem integrating the Jquery, bootstrap and Popper.Js scripts in angle 6

I have a problem integrating the bootstrap.js, popper.js, and jquery.js scripts into my Angular project. I've already made a few attempts, but nothing has resolved so far. My scripts are being merged as follows: "styles": [ "....
asked by 01.09.2018 / 20:06
1
answer

CSS / SCSS: Generic validation element accompanying the input format

I have a problem in my stylesheet. I have a generic Input, as shown below: Iputanelementtovalidatemyform,thevalidationisOK,butI'mhavingproblemsinalignment,becauseifIincreaseordecreasethetextfield,theelementremains.Seeanexample: Thevalidation...
asked by 01.09.2018 / 21:31
1
answer

How to use Javascript with Bootstrap4?

I'm doing my front end with Bootstrap, I want to use js for events like onclick, for example. Ifyoucannotseetheimage(shortversion):<html><head><title>AgileHub-Parafernalia</title><metacharset="UTF-8"> <li...
asked by 04.07.2018 / 17:16
1
answer

Error form login (front)

I'm doing a login screen and register, but what was meant to be 2 in 1 ends up separating, the sign up form is below the login. Html <div class="login-box"> <div class="lb-header"> <a href="#" class="active" id="login-b...
asked by 01.07.2018 / 23:06
1
answer

direct page with onclick inside a form

Basically what I need is for a '' back '' button inside my form. It has to be inside for aesthetic reasons, the back button would be inline with the submit button. I made a summary code: <form action="php/***.php" method="post">...
asked by 19.04.2018 / 15:58
1
answer

Angular application does not run locally in IE?

Following the Internet Explorer v.11 error : DETAIL: In other browsers ( Chrome and Firefox ) it works (wheel / load).     
asked by 20.05.2018 / 01:27
1
answer

Vertical table template Flask

I'm a beginner in flask and in front end I have a table that returns me information from an API, but instead of it playing information in the table vertically it's going to horizontal, how do I fix it? / p> <!doctype html> <html> &l...
asked by 10.04.2018 / 20:51