Posts by Catarina Silvestre • 343 points
18 posts
-
3
votes2
answers816
viewsQ: Turn vertical gallery to horizontal
I have a vertical gallery and I would like to lay it horizontal, as I do it? #gallery { padding:0; margin:0; list-style-type:none; overflow:hidden; width:320px; height:425px; border:1px solid #888;…
cssasked Catarina Silvestre 343 -
2
votes1
answer12945
viewsQ: Fixed Bar at the top
Hello I would like to put at the top of my page a bar of the color black, but I’m not able to do. Someone knows how to do it??
-
11
votes1
answer2038
viewsQ: Place text side by side
I don’t know if it’s possible, but I wonder if I can put a text divided into two columns?
-
6
votes3
answers27524
viewsQ: Place button side by side
Hello wanted to have a back button and another to go to analysis, when I go to see the site they always appear on one the bottom and the other on top. My code is: <a…
-
1
votes2
answers269
viewsQ: Text appears behind the menu
I have a menu and my page text is appearing behind the menu and I want it to appear beside. Page code is: <html> <heard> <meta charset='utf-8'> <meta…
-
3
votes2
answers74
viewsQ: Unrecognised function
Hello I have the following code: Old code: public function historicoAction() { $entity = new Intervencao(); $em = $this->getDoctrine()->getManager(); $entities =…
-
1
votes1
answer55
viewsQ: Menu control
I have a menu in a Bundle and have want to add to that menu a part that is in another menu, but I want those menus to appear both on all pages. The main menu is this: {#…
-
0
votes2
answers52
viewsA: Fetch data from Entity’s to another
No Intervencaocontrol /** * Lists all Intervencao entities. * * @Route("/", name="manutencao_intervencao") * @Method("GET") * @Template() */ public function indexAction() { $em =…
-
0
votes1
answer194
viewsQ: Implement __toString() method
I have a foresight printer and when I step in the path of foresight.new give me error. A "__toString()" method was not found on the Objects of type "Roqsys Control Manutencaobundle Entity Maquina"…
-
0
votes2
answers52
viewsQ: Fetch data from Entity’s to another
I have an Intervention Ntity, a Breakdown and a Forecast One and I wanted to go and eat the data of these Ntity and put it all together in one table. The table that joins everything will be inside…
-
1
votes2
answers98
viewsA: Comparison of dates
I leave my question here to those who have the same question as me. What happened to me was that I had the same name as my variable. /** * @Assert\True(message = "Erro! Verifique as horas. Data…
-
0
votes2
answers98
viewsQ: Comparison of dates
I want the message to appear when the user enters no date or the initial date is longer than the final date. The code I made was this: /** * @Assert\True(message = "Erro! Verifique as horas. Data…
-
0
votes1
answer41
viewsQ: Entity Repository
I have the tables: Operário(id,identidade(string)); Intervenção (data(date), hora(time), duracao(integer)); Avaria (data(date), descricao(string), impedimento(boolean)); Prevista (contagem(integer),…
-
2
votes3
answers430
viewsA: Creating a table in html
I did so: <table class="table table-striped table-hover table-condensed"> <thead> <tr> <th colspan="2"><h4>Operário</h4></th> <th…
htmlanswered Catarina Silvestre 343 -
1
votes3
answers430
viewsQ: Creating a table in html
I wonder if it is possible to build a table like this in html The table has no record yet, it is only two headers in which the first occupies more than one column.…
htmlasked Catarina Silvestre 343 -
0
votes1
answer498
viewsQ: Sort by date
Look it is possible to sort a table by date in javascript, symfony2 or jquery? I have a table with various data and records and I would like to sort the records by date.
-
0
votes0
answers70
viewsQ: Relationship between the two
Here’s the thing, I’ve got an Entity Machine and another Predicted Entity, and they’re both in the same Bundle. What I intended was that in machine 3, which has already been created, every 100…
-
1
votes1
answer81
viewsQ: Send data from one table to another
And the next thing I know, I have an Entity called the Post where there’s a record of a post and I have an Entity called the Machine. The goal is: Having a table like this where we create a machine…