<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>jQuery Grid Plugin - jqGrid - Topic: Change dynamically the msg message delete</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/change-dynamically-the-msg-message-delete</link>
	<description><![CDATA[Grid plugin]]></description>
	<generator>Simple:Press Version 5.7.5.3</generator>
	<atom:link href="http://www.trirand.com/blog/?page_id=393/help/change-dynamically-the-msg-message-delete/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Philippe on Change dynamically the msg message delete</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/change-dynamically-the-msg-message-delete#p27547</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/change-dynamically-the-msg-message-delete#p27547</guid>
        	        	<description><![CDATA[<p>Hi Phil,</p>
<p>Thanks a lot. It works great.</p>
</p>
<p>Best regards.</p>
</p>
<p>Philippe</p>
]]></description>
        	        	<pubDate>Tue, 16 Oct 2012 11:25:38 +0300</pubDate>
        </item>
        <item>
        	<title>ppr on Change dynamically the msg message delete</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/change-dynamically-the-msg-message-delete#p27545</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/change-dynamically-the-msg-message-delete#p27545</guid>
        	        	<description><![CDATA[<p>Hi Philippe,</p>
<p>Yes you can do it in the beforeShowForm event.</p>
<p>This is an example I use in my "users administration module":</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit8281' value='Select Code' data-codeid='sfcode8281' /></p>
<div class='sfcode' id='sfcode8281'>beforeShowForm:function(form) {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; ret = $(&#34;#list&#34;).getRowData($(&#34;#list&#34;).jqGrid(&#39;getGridParam&#39;,&#39;selrow&#39;));<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $(&#34;td.delmsg&#34;,form).html(&#34;Souhaitez-vous supprimer l&#39;utilisateur&#60;br&#62;&#60;br&#62;&#60;b&#62;&#34;+ret.matricule+&#39;: &#39;+ret.nom+&#34; &#34;+ret.pren+&#34;&#60;/b&#62; ?&#34;);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; },</div>
</p>
<p>The confirmation delete message box will appear now on 3 lines (with user information in bold policy) like below. If the current record was John doe user:</p>
<p><input type='button' class='sfcodeselect' name='sfselectit756' value='Select Code' data-codeid='sfcode756' /></p>
<div class='sfcode' id='sfcode756'>
<p>Souhaitez-vous supprimer l&#39;utilisateur</p>
</p>
<p><strong>1234567: DOE John</strong> ?</p>
</div>
<p>Best regards</p>
<p>Phil</p></p>
]]></description>
        	        	<pubDate>Tue, 16 Oct 2012 10:47:52 +0300</pubDate>
        </item>
        <item>
        	<title>Philippe on Change dynamically the msg message delete</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/change-dynamically-the-msg-message-delete#p27305</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/change-dynamically-the-msg-message-delete#p27305</guid>
        	        	<description><![CDATA[<p>Hi all,</p>
<p>I want to change dynamically the msg message displayed when the user confirm the deletion. I want that this message contains the value of a javascript variable (window.var1). Is there a way to do this ? Maybe by modifying the msg value in beforeShowForm ?</p>
<p>Thanks for your help.</p>
<p>Philippe</p>
]]></description>
        	        	<pubDate>Wed, 12 Sep 2012 11:24:09 +0300</pubDate>
        </item>
</channel>
</rss>