<?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: Generate HTML jqGrid using perl..</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/generate-html-jqgrid-using-perl</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/generate-html-jqgrid-using-perl/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>LaMalice on Generate HTML jqGrid using perl..</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/generate-html-jqgrid-using-perl#p1245</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/generate-html-jqgrid-using-perl#p1245</guid>
        	        	<description><![CDATA[<p>A big thanks Tony!! It work with grid.base.js!</p>
<p>BUT...&#160; I have lost a lot the nice functionnalities of jquery.jqGrid.js ;-(!</p>
<p>I suppose that grid.base.js was a previous version?</p>
<p>Do you know what is the problem to use jquery.jqGrid.js in a perl script (cgi-bin) and why it does&#39;nt have any problem in an HTML file?</p>
<p>Anyway, again... thanks a lot!</p></p>
]]></description>
        	        	<pubDate>Thu, 24 Jul 2008 08:11:16 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Generate HTML jqGrid using perl..</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/generate-html-jqgrid-using-perl#p1236</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/generate-html-jqgrid-using-perl#p1236</guid>
        	        	<description><![CDATA[<p>If you have downloaded the package, there is a directory js in wich this</p>
<p>file is present. I think that this is a path problem. I generate such</p>
<p>pages&#160;in PHP with success and there is no problem.</p>
<p>Please when you generate the script check the paths</p>
</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 24 Jul 2008 02:25:02 +0300</pubDate>
        </item>
        <item>
        	<title>LaMalice on Generate HTML jqGrid using perl..</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/generate-html-jqgrid-using-perl#p1231</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/generate-html-jqgrid-using-perl#p1231</guid>
        	        	<description><![CDATA[<p>Hi Tony!</p>
<p>I don&#39;t have the file &#39;&#39;grid.base.js&#39;&#39;. Where can I get it?</p>
<p>Also, the HTML page using the same code work fine with jquery.jqGrid.js</p>
<p>file. Is that possible that it is not possible to call PHP query using a perl</p>
<p>script? That should be wrong because it is js who is calling the php query, not perl. Am I right?</p>
<p>Thanks!</p>
]]></description>
        	        	<pubDate>Wed, 23 Jul 2008 13:35:54 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Generate HTML jqGrid using perl..</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/generate-html-jqgrid-using-perl#p1212</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/generate-html-jqgrid-using-perl#p1212</guid>
        	        	<description><![CDATA[<p>Also could you please replace</p>
<p>&#60;script src=&#8221;myRoot/js/jquery.jqGrid.js&#8221; type=&#8221;text/javascript&#8221;&#62;&#60;/script&#62;</p>
<p>with</p>
<p>&#60;script src=&#8221;myRoot/js/grid.base.js&#8221; type=&#8221;text/javascript&#8221;&#62;&#60;/script&#62;</p>
<p>and test</p>
<p>Thank you</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 23 Jul 2008 07:06:29 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Generate HTML jqGrid using perl..</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/generate-html-jqgrid-using-perl#p1210</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/generate-html-jqgrid-using-perl#p1210</guid>
        	        	<description><![CDATA[<p>Is this only in IE?</p>
]]></description>
        	        	<pubDate>Wed, 23 Jul 2008 06:14:53 +0300</pubDate>
        </item>
        <item>
        	<title>LaMalice on Generate HTML jqGrid using perl..</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/generate-html-jqgrid-using-perl#p1200</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/generate-html-jqgrid-using-perl#p1200</guid>
        	        	<description><![CDATA[<p>Hi!</p>
<p>I have a problem where I would like to find the solution. I wrote a simple perl script to generate HTML code to show a grid as shown in the instructions but I get and error&#160; &#39;Object does&#39;nt support this property or method&#39;.</p>
<p>But when I am saving the generate code to an HTML file at the root an excecute the file. It work find!</p>
<p>Can someone help me on this problem? Thanks!</p>
<p>Here is my PERL code</p>
<p>#!/usr/local/bin/perl</p>
<p>print qq~<br />&#60;html&#62;<br />&#60;title&#62;test&#60;/title&#62;<br />&#60;head&#62;<br />&#60;link rel="stylesheet" type="text/css" media="screen" href="myRoot/js/themes/sand/grid.css" /&#62;<br />&#60;link rel="stylesheet" type="text/css" media="screen" href="myRoot/js/themes/jqModal.css" /&#62;<br />&#60;script src="myRoot/js/jquery.js" type="text/javascript"&#62;&#60;/script&#62;<br />&#60;script src="myRoot/js/jquery.jqGrid.js" type="text/javascript"&#62;&#60;/script&#62;<br />&#60;script src="myRoot/js/js/jquery.jqModal.js" type="text/javascript"&#62;&#60;/script&#62;<br />&#60;script src="myRoot/js/js/jquery.jqDnR.js" type="text/javascript"&#62;&#60;/script&#62;</p>
<p>&#60;script type="text/javascript"&#62;<br />jQuery(document).ready(function()<br />&#160;&#160;&#160; {<br />&#160;&#160;&#160; jQuery("#list").jqGrid(<br />&#160;&#160;&#160; &#160;&#160;&#160; {<br />&#160;&#160;&#160; &#160;&#160;&#160; url:&#39;myRoot/js/queryScript.php&#39;,<br />&#160;&#160;&#160; &#160;&#160;&#160; datatype: &#39;xml&#39;, <br />&#160;&#160;&#160; &#160;&#160;&#160; mtype: &#39;GET&#39;, <br />&#160;&#160;&#160; &#160;&#160;&#160; colNames:[&#39;&#39;,&#39;&#39;,&#39;Date&#39;,&#39;Titre&#39;,&#39;Rabais&#39;,&#39;&#39;], <br />&#160;&#160;&#160; &#160;&#160;&#160; colModel :[ <br />&#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;icon&#39;, index:&#39;icon&#39;, width:50,resizable:false}, <br />&#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;jour&#39;, index:&#39;jour&#39;, width:60,resizable:false, sortable:true},<br />&#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;date&#39;, index:&#39;date&#39;, width:100,resizable:false, sortable:false},<br />&#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;titre&#39;, index:&#39;titre&#39;, width:250, align:&#39;left&#39;,resizable:false},<br />&#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;rabais&#39;, index:&#39;rabais&#39;, width:100, align:&#39;left&#39;,resizable:false},<br />&#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;dum&#39;, index:&#39;dum&#39;, width:10, align:&#39;left&#39;,resizable:false}<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;], <br />&#160;&#160;&#160; &#160;&#160;&#160; pager: jQuery(&#39;#pager&#39;), <br />&#160;&#160;&#160; &#160;&#160;&#160; rowNum:10, <br />&#160;&#160;&#160; &#160;&#160;&#160; rowList:[20,30], <br />&#160;&#160;&#160; &#160;&#160;&#160; viewrecords: true, <br />&#160;&#160;&#160; &#160;&#160;&#160; imgpath: &#39;myRoot/js/themes/sand/images&#39;, <br />&#160;&#160;&#160; &#160;&#160;&#160; height : &#39;310&#39;, <br />&#160;&#160;&#160; &#160;&#160;&#160; width:545,<br />&#160;&#160;&#160; &#160;&#160;&#160; hiddengrid: true,<br />&#160;&#160;&#160; &#160;&#160;&#160; caption: &#39;test&#39; }); <br />&#160;&#160;&#160; &#160;&#160;&#160; <br />&#160;&#160;&#160; &#160;&#160;&#160; });<br />&#160;&#160;&#160; <br />&#160;&#160;&#160; <br />&#160;&#160;&#160; &#60;/script&#62;<br />&#60;/head&#62;<br />&#60;body&#62;&#160;&#160;&#160; <br />&#160;&#160;&#160; &#60;tr&#62;&#60;TD VALIGN="TOP" width=100%&#62;<br />&#160;&#160;&#160; <br />&#160;&#160;&#160; &#60;table cellpadding=8 cellspacing=0&#62;<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#60;tr&#62;<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#60;td width=400&#62;&#38;nbsp;&#60;/td&#62;<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#60;td&#62;<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#60;table id="list" class="scroll" style=""&#62;&#60;/table&#62;<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#60;div id="pager" class="scroll" style="text-align:center;"&#62;&#60;/div&#62;<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#60;/td&#62;<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#60;/tr&#62;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; <br />&#160;&#160;&#160; &#160;&#160;&#160; &#60;/table&#62;</p>
<p>&#60;/body&#62;&#60;/html&#62;</p>
<p>~;</p></p>
]]></description>
        	        	<pubDate>Tue, 22 Jul 2008 23:56:37 +0300</pubDate>
        </item>
</channel>
</rss>