Hi Marc,<br><br><div class="gmail_quote">On Sun, Jun 19, 2011 at 4:30 AM, Marc Delisle <span dir="ltr"><<a href="mailto:marc@infomarc.info">marc@infomarc.info</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Le 2011-06-18 13:24, Thilanka Kaushalya a écrit :<br>
<div class="im">> Hi Marc,<br>
><br>
> I pushed my first set of changes to the repo on ajaxify the<br>
> table->multi_row->change option, please check that. For that I have used<br>
> some existing events in sql.js file.<br>
><br>
> When I submit the "*#insetForm*" I used<br>
> "*$("#pageselector").trigger('change');*" for reload the<br>
> "#*resultsForm*"  table because since this is related to multiple rows<br>
> and there are many actions in "*#insertForm*" such as "*Save*" and "*add<br>
> as a new row*", it is better to update the table.<br>
><br>
> And there are few issues with this.<br>
><br>
</div>>    1. I used "*PMA_ajaxShowMessage(PMA_messages['strNoRowSelected']);*"<br>
<div class="im">>       to show a message when user not selected a row and click on<br>
>       change. Is this okay or should I change it.<br>
<br>
</div>Thilanka,<br>
this is fine but please use the already existing 'No rows selected'<br>
message, it's better to reuse messages to avoid too much work for our<br>
translators.<br>
<br></blockquote><div> </div><div>Okay. I changed it to "<b>$js_messages['strNoRowSelected'] = __('No rows selected');</b>" </div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
>    2. When a row get changed I used following actions to reload the<br>
<div class="im">>       "#*resultsForm*"<br>
><br>
>         $("#pageselector").trigger('change');<br>
>         $("#result_query").remove();<br>
>         $("#sqlqueryresults").prepend(data.sql_query);<br>
><br>
>             But since last two actions runs in the middle of first<br>
> trigger I cannot remove the *result_query * with the updated row message<br>
> after the table get reloaded. I cannot find why this happens. Please can<br>
> you help me on this.<br>
<br>
</div>I'm not sure I understand your question. In my test, the original<br>
result_query div has been removed (it contained a SELECT) then with the<br>
.prepend() it reappears with the UPDATE queries. The only problem I see<br>
is an empty div with class notice at the beginning of the result_query div.<br>
<br>
Maybe I did not test the same way you did.<br>
<br></blockquote><div><br></div><div>Yes. I fixed it with by removing the .notice and replace it with success message. </div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

> Thank you.<br>
><br>
> Regards,<br>
> Thilanka.<br>
><br>
<br>
Also, the first time the "Change table" panel is displayed, I see many<br>
notices of undefined variable submit_mult at the bottom of the panel.<br>
<div><div></div><div class="h5"><br></div></div></blockquote><div><br></div><div>I fixed it. </div><div><br></div><div>I pushed my code to the repo and please check that out. I'll update you soon on "<b>ajaxify Expot</b>" task. Thank you. </div>
<div><br></div><div>Regards,</div><div>Thilanka. </div><div><br></div><div><br></div></div>-- <br><div><span style="border-collapse:collapse;font-family:arial, sans-serif;font-size:13px"><div style="text-align:left">L G Thilanka Kaushalya     <br>
Computer Science & Engineering,    <br><div style="color:rgb(80, 0, 80)">University of Moratuwa,<br>Sri Lanka<span></span><br>                          <br></div></div>Connect with me at,<br>      Gmail        : <a href="mailto:lgtkaushalya@gmail.com" style="color:rgb(0, 0, 204)" target="_blank">lgtkaushalya@gmail.com</a><br>
      Twitter       : @thilanka_k<br>      Facebook  : Thilanka Kaushalya<br>      Yahoo       : <a href="mailto:lgtkaushalya@yahoo.com" style="color:rgb(0, 0, 204)" target="_blank">lgtkaushalya@yahoo.com</a></span></div>
<div>      Blog          : <a href="http://coders-view.blogspot.com/" target="_blank">http://coders-view.blogspot.com/</a></div><br><br>