Questions tagged as 'materialize'

1
answer

Collapsible option of Materialize does not work correctly

I'm using the Materialize Framework to display a list. This list can be expanded, but only works after reloading the browser several times with CTRL + F5. When I load directly into HTML, it works, but when I load the list into JavaSc...
asked by 11.03.2018 / 16:54
1
answer

Dashboard with this information

I want to create a simple dashboard. exactly like that! inthe(ORDERS)fieldwouldbetheordercountforthecurrentdayorbydate.inthefield(REVENUE)wouldbethevalueofsalesonthecurrentdayorbydate.inthefield(AVERAGETICKET)wouldbeanaverageofthevaluesofthereq...
asked by 26.02.2018 / 19:03
1
answer

Using Side NavBar Materialize CSS

Good evening, I am creating a crud and using materialize on the front, as I am a beginner I have a small problem, how do I link to the side sessions? type, when you click on products have to appear on the side in the blank part of a lis...
asked by 17.02.2018 / 22:38
1
answer

Navbar resposivo not working error on line 47 (Materialize)

<!DOCTYPE html> <html lang="pt-br"> <head> <meta charset="utf-8"> <title>Viphost</title> <link rel="stylesheet" type="text/css" href="css/materialize.min.css"> <link rel="stylesheet" t...
asked by 08.02.2018 / 22:55
0
answers

CSS not loading right, but I give F5 and loads normally - Angular 5 with Material

Hello, I am creating a system with Angular 5 along with the Material (CSS), but I have the following problem in my project: When logo on the system, CSS is badly loaded (image below). ButwhenIgiveF5,thescreencorrectsaccordingtomyCSS:...
asked by 10.01.2018 / 16:38
0
answers

Dropdown materialize out of html border

Hello everyone, I have the following js code. (function($) { $(function() { $('.dropdown-button').dropdown({ inDuration: 200, outDuration: 215, hover: false, // Ativa o hover belowOrigin: true, // Mostra o dropdown abaixo do botão...
asked by 12.01.2018 / 20:37
0
answers

CSS takes to load in window resize

It's a beginner question yet, I'm using the materialize framework and I'm having a problem that when I slow down or increase the window some elements take a long time for the css to load, or sometimes I need to refresh the page to load the css o...
asked by 24.12.2017 / 21:51
1
answer

Create only one and not several modals

Well, I have a registration system and in the part of updating the user data it generates a modal, but the page is getting heavy because there are many records and each record has a modal, how do I create only one and popular the same according...
asked by 25.11.2017 / 20:20
2
answers

Blank spacing does not leave the html document

Well, I've looked for several solutions like: *,html{ margin: 0; padding: 0;} / body, html{ margin: 0; padding: 0;} , but none solved the blank spacing solution on the page, follow the code Follow the html: <!DOCTYPE html&...
asked by 21.11.2017 / 14:36
0
answers

select does not appear with Materialize

The select tag does not appear if I import the contents of the other page, only if I put it directly into the index. Here is the code: index.php <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <...
asked by 10.11.2017 / 20:39