<br><br><div class="gmail_quote">On Mon, Jun 20, 2011 at 6:57 PM, Tyron Madlener <span dir="ltr"><<a href="mailto:tyronx@gmail.com">tyronx@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Ammar, when I replaced pChart I have added a method called<br>
PMA_createChart() into function.js<br>
<br>
I think we should use this method to create a chart, as it apply some<br>
default settings to the chart (which you can overwrite however). This<br>
way one can apply changes globally to all the charts.<br>
<div><div></div><div class="h5"><br></div></div></blockquote><div>Okay, I'll look into it.<br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div><div class="h5">
On Mon, Jun 20, 2011 at 3:02 PM, Tyron Madlener <<a href="mailto:tyronx@gmail.com">tyronx@gmail.com</a>> wrote:<br>
> On Fri, Jun 17, 2011 at 10:23 AM, Michal Čihař <<a href="mailto:michal@cihar.com">michal@cihar.com</a>> wrote:<br>
>> Hi<br>
>><br>
>> Dne Fri, 17 Jun 2011 10:13:07 +0200<br>
>> Tyron Madlener <<a href="mailto:tyronx@gmail.com">tyronx@gmail.com</a>> napsal(a):<br>
>><br>
>>> For the chart export to work you'll need to define the a js variable<br>
>>> in your php code like this:<br>
>>><br>
>>> <script type="text/javascript"><br>
>>> pma_token = '<?php echo $_SESSION[' PMA_token ']; ?>';<br>
>>> </script><br>
>>><br>
>>> ...or maybe we could put this into header.inc.php?<br>
>><br>
>> I think it should rather go to js/messages.php, though it's name does<br>
>> not suggest it. We anyway use it for almost all data needs to be passed<br>
>> to javascript and do not change during one session.<br>
><br>
> I would like to be able to add js vars dynamically. In the case of<br>
> server_variables.php I need to know whether the current user is a<br>
> superuser. Whereas in most other pages this information is not<br>
> required.<br>
> So instead of putting all possible vars there I'd rather prefer to<br>
> have only 4-5 variables hardcoded and others addable dynamically<br>
> through a function, lets call it PMA_AddJSVariable().<br>
> But having that in messages.php would means the browser cannot load<br>
> the file once and use the cached version after.<br>
> Also those variables might change in value, meaning the messages.php<br>
> also needs to be refreshed by the browser each time.<br>
><br>
> It might be better to have that in header.inc.php.<br>
><br>
>><br>
>> --<br>
>>        Michal Čihař | <a href="http://cihar.com" target="_blank">http://cihar.com</a> | <a href="http://blog.cihar.com" target="_blank">http://blog.cihar.com</a><br>
>><br>
>> ------------------------------------------------------------------------------<br>
>> EditLive Enterprise is the world's most technically advanced content<br>
>> authoring tool. Experience the power of Track Changes, Inline Image<br>
>> Editing and ensure content is compliant with Accessibility Checking.<br>
>> <a href="http://p.sf.net/sfu/ephox-dev2dev" target="_blank">http://p.sf.net/sfu/ephox-dev2dev</a><br>
>> _______________________________________________<br>
>> Phpmyadmin-devel mailing list<br>
>> <a href="mailto:Phpmyadmin-devel@lists.sourceforge.net">Phpmyadmin-devel@lists.sourceforge.net</a><br>
>> <a href="https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel</a><br>
>><br>
>><br>
><br>
<br>
------------------------------------------------------------------------------<br>
EditLive Enterprise is the world's most technically advanced content<br>
authoring tool. Experience the power of Track Changes, Inline Image<br>
Editing and ensure content is compliant with Accessibility Checking.<br>
<a href="http://p.sf.net/sfu/ephox-dev2dev" target="_blank">http://p.sf.net/sfu/ephox-dev2dev</a><br>
_______________________________________________<br>
Phpmyadmin-devel mailing list<br>
<a href="mailto:Phpmyadmin-devel@lists.sourceforge.net">Phpmyadmin-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel</a><br>
</div></div></blockquote></div><br>