Posts by Regina Lúcia Torres Chaves • 29 points
6 posts
-
-1
votes2
answers606
viewsA: How to decrease google letters
For vertical text: hAxis: { title: "", slantedText: true, /* Enable slantedText for horizontal axis */ slantedTextAngle: 90 /* Define slant Angle */ }…
-
1
votes1
answer532
viewsQ: focus on input loaded via ajax
0 vote against favorite I have a page where I am refreshing with ajax only on div content. It is configured like this: div1: I load 2 selects where the user will choose these 2 data (class and…
-
0
votes1
answer181
viewsQ: jquery’s maskMoney function does not work in div loaded via ajax
I have a page I’m refreshing with ajax only in the div conteúdo. It is configured like this: div1: I load 2 selects where the user will choose these 2 data (class and bimonthly) div 2: I load the…
-
1
votes1
answer461
viewsQ: php shows no error messages
Good morning. At the beginning of my php page I put: ini_set("display_errors",1); ini_set("display_startup_errors",1); error_reporting(E_ALL); ini_set("log_errors_max_len",2048); After these…
-
0
votes1
answer820
viewsQ: Change chart size of google Harts at print time with @media print
I put a chart mounted with Google Charts on my page and to print it I want to reduce its size, for a matter of printing layout. The div that receives the chart is: <div id="GraficoNotas"…
-
0
votes1
answer78
viewsQ: access a page via https loses session variables?
Good afternoon. I have an application running on the internet and would like some pages to be run by https and not http. I’m testing like this: I enter the application in an http page. This http…