Posts by cortereal • 73 points
6 posts
-
0
votes0
answers27
viewsQ: How to resolve IE alignment when styling a uib-accordeon?
Good staff, I’m having some difficulties when I do styling uib-accordion. Chrome/IE/Firefox results are different from IE11. How can I fix this? Here is my HTML: <uib-accordion…
-
0
votes1
answer80
viewsA: Hiding menu option according to loan type
Let’s assume that your menu page is composed of a component, controller, html and a .sass. For this case, the name vm will be the controllerAs of its component. On your controller, you should have a…
-
0
votes1
answer513
viewsQ: Access the current file path in . jrxml (Jasper Report)
Good afternoon, I am creating a report in Jasper that contains a sub-report (with Jaspersoft Studio). For this to be loaded, I have to indicate the directory of the sub-report, which is in the same…
-
0
votes0
answers48
viewsQ: ng-click is not triggered inside a <label> (Angular1)
Good afternoon, In my project, I have a component that is shared by other different components. This component is called toggle-switch-input. This component serves to filter some values from a list,…
-
5
votes2
answers697
viewsQ: Regular expression supporting at least two of the four conditions
I am writing a regular expression for password validation. I wanted to know the easiest way to get a regular expression to accept, at the very least, two of these conditions: Capital letters…
-
2
votes1
answer3482
viewsQ: Calling PHP function at the click of a button
Good! I am trying to call a PHP function at the click of a button. My solution so far: <?php $result = getResult($mysqli,"SELECT * from todos WHERE sender = '$username' AND status = '$value' AND…