<?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: jqGrid inside Wordpress</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-inside-wordpress</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/jqgrid-inside-wordpress/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Luigino on jqGrid inside Wordpress</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-inside-wordpress#p2774</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-inside-wordpress#p2774</guid>
        	        	<description><![CDATA[<p>Figured out!!! YAY! Had to put complete url in the variable pathtojsfiles... I mean a path like <a href="http://" rel="nofollow" target="_blank">http://</a>................./js/ then it worked! 🙂</p>
<p>thanks again! 🙂</p>
<p>Ciao,</p>
<p>Luigi</p>
]]></description>
        	        	<pubDate>Wed, 29 Oct 2008 08:45:04 +0200</pubDate>
        </item>
        <item>
        	<title>Luigino on jqGrid inside Wordpress</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-inside-wordpress#p2768</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-inside-wordpress#p2768</guid>
        	        	<description><![CDATA[<blockquote>
<p>tony said:</p>
<p>Hello,</p>
<p>Open the jquery.jqgrid.js (where the loader is) and ajust the</p>
<p>paths to javascript files. Note that when you include the loader the</p>
<p>paths need to be ajusted relative to the directory from where</p>
<p>the loader is.</p>
</blockquote>
<hr />
<p>Hello again tony,</p>
<p>I put the jquery.jqgrid.js in the js directory with all the other .js files, then I adjusted the row you said as:</p>
<p>var pathtojsfiles = ""; &#60;--- since it is in the same directory or shall I have to put the complete URL like <a href="http://localhost/toscanoviaggi/wp-content/plugins/toscanoviaggi/js/" rel="nofollow" target="_blank"><a href="http://localhost/toscanoviaggi" rel="nofollow">http://localhost/toscanoviaggi</a>.....viaggi/js/</a>?</p>
<p>then I made to load first the .js and then to call the init function with an HTML source code like as follow but it keeps returning me an error like "jQuery("#list").jqGrid is not a function", why?</p>
</p>
<p>&#60;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "<a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" target="_blank"><span id="lw_1225272546_0" class="yshortcuts"><a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" rel="nofollow" target="_blank"><a href="http://www.w3.org/TR/xhtml1/DT" rel="nofollow">http://www.w3.org/TR/xhtml1/DT</a>.....tional.dtd</a></span></a>"&#62;<br />&#60;html xmlns="<a href="http://www.w3.org/1999/xhtml" target="_blank"><span id="lw_1225272546_1" class="yshortcuts"><a href="http://www.w3.org/1999/xhtml" rel="nofollow" target="_blank">http://www.w3.org/1999/xhtml</a></span></a>"&#160; dir="ltr" lang="it-IT"&#62;<br />&#60;head&#62;<br />&#60;meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /&#62;<br />&#60;title&#62;Toscano Viaggi &#38;rsaquo; Toscano Viaggi Administration &#8212; WordPress&#60;/title&#62;<br />&#60;script type="text/javascript"&#62;<br />//&#60;![CDATA[<br />addLoadEvent = function(func) {if (typeof jQuery != "undefined") jQuery(document).ready(func); else if (typeof wpOnload!=&#39;function&#39;){wpOnload=func;} else {var oldonload=wpOnload; wpOnload=function(){oldonload();func();}}};<br />//]]&#62;<br />&#60;/script&#62;<br />&#60;style type="text/css"&#62;* html { overflow-x: hidden; }&#60;/style&#62;<br />&#60;link rel=&#39;stylesheet&#39; href=&#39;<a href="http://localhost/toscanoviaggi/wp-admin/css/global.css?ver=2.6.3%27" target="_blank"><span id="lw_1225272546_2" class="yshortcuts"><a href="http://localhost/toscanoviaggi/wp-admin/css/global.css?ver=2.6.3&#038;#39" rel="nofollow" target="_blank">http://localhost/toscanoviaggi/wp-admin/css/global.css?ver=2.6.3&#038;#39</a>;</span></a> type=&#39;text/css&#39; media=&#39;all&#39; /&#62;<br />&#60;link rel=&#39;stylesheet&#39; href=&#39;<a href="http://localhost/toscanoviaggi/wp-admin/wp-admin.css?ver=2.6.3%27" target="_blank"><span id="lw_1225272546_3" class="yshortcuts"><a href="http://localhost/toscanoviaggi/wp-admin/wp-admin.css?ver=2.6.3&#038;#39" rel="nofollow" target="_blank">http://localhost/toscanoviaggi/wp-admin/wp-admin.css?ver=2.6.3&#038;#39</a>;</span></a> type=&#39;text/css&#39; media=&#39;all&#39; /&#62;<br />&#60;link rel=&#39;stylesheet&#39; href=&#39;<a href="http://localhost/toscanoviaggi/wp-admin/css/colors-fresh.css?ver=2.6.3%27" target="_blank"><span id="lw_1225272546_4" class="yshortcuts"><a href="http://localhost/toscanoviaggi/wp-admin/css/colors-fresh.css?ver=2.6.3&#038;#39" rel="nofollow" target="_blank">http://localhost/toscanoviaggi/wp-admin/css/colors-fresh.css?ver=2.6.3&#038;#39</a>;</span></a> type=&#39;text/css&#39; media=&#39;all&#39; /&#62;<br />&#60;!--[if gte IE 6]&#62;<br />&#60;link rel=&#39;stylesheet&#39; href=&#39;<a href="http://localhost/toscanoviaggi/wp-admin/css/ie.css?ver=2.6.3%27" target="_blank"><span id="lw_1225272546_5" class="yshortcuts"><a href="http://localhost/toscanoviaggi/wp-admin/css/ie.css?ver=2.6.3&#038;#39" rel="nofollow" target="_blank">http://localhost/toscanoviaggi/wp-admin/css/ie.css?ver=2.6.3&#038;#39</a>;</span></a> type=&#39;text/css&#39; media=&#39;all&#39; /&#62;<br />&#60;![endif]--&#62;<br />&#60;link rel="stylesheet" href="<a href="http://localhost/toscanoviaggi/wp-content/plugins/toscanoviaggi/toscanoviaggi.css" target="_blank"><span id="lw_1225272546_6" class="yshortcuts"><a href="http://localhost/toscanoviaggi/wp-content/plugins/toscanoviaggi/toscanoviaggi.css" rel="nofollow" target="_blank">http://localhost/toscanoviaggi/wp-content/plugins/toscanoviaggi/toscanoviaggi.css</a></span></a>" type="text/css" /&#62;<br />&#60;script type="text/javascript" src="<a href="http://localhost/toscanoviaggi/wp-content/plugins/toscanoviaggi/toscanoviaggi.js" target="_blank"><span id="lw_1225272546_7" class="yshortcuts"><a href="http://localhost/toscanoviaggi/wp-content/plugins/toscanoviaggi/toscanoviaggi.js" rel="nofollow" target="_blank">http://localhost/toscanoviaggi/wp-content/plugins/toscanoviaggi/toscanoviaggi.js</a></span></a>"&#62;&#60;/script&#62;<br />&#60;!-- In head section we should include the style sheet for the grid --&#62; <br />&#60;link rel="stylesheet" type="text/css" media="screen" href="<a href="http://localhost/toscanoviaggi/wp-content/plugins/toscanoviaggi/themes/basic/grid.css" target="_blank"><span id="lw_1225272546_8" class="yshortcuts"><a href="http://localhost/toscanoviaggi/wp-content/plugins/toscanoviaggi/themes/basic/grid.css" rel="nofollow" target="_blank">http://localhost/toscanoviaggi/wp-content/plugins/toscanoviaggi/themes/basic/grid.css</a></span></a>" /&#62; <br />&#60;link rel="stylesheet" type="text/css" media="screen" href="<a href="http://localhost/toscanoviaggi/wp-content/plugins/toscanoviaggi/themes/jqModal.css" target="_blank"><span id="lw_1225272546_9" class="yshortcuts"><a href="http://localhost/toscanoviaggi/wp-content/plugins/toscanoviaggi/themes/jqModal.css" rel="nofollow" target="_blank">http://localhost/toscanoviaggi/wp-content/plugins/toscanoviaggi/themes/jqModal.css</a></span></a>" /&#62; <br />&#60;script type=&#39;text/javascript&#39; src=&#39;<a href="http://localhost/toscanoviaggi/wp-includes/js/jquery/jquery.js?ver=1.2.6%27" target="_blank"><span id="lw_1225272546_10" class="yshortcuts"><a href="http://localhost/toscanoviaggi/wp-includes/js/jquery/jquery.js?ver=1.2.6&#038;#39" rel="nofollow" target="_blank">http://localhost/toscanoviaggi/wp-includes/js/jquery/jquery.js?ver=1.2.6&#038;#39</a>;</span></a>&#62;&#60;/script&#62;<br />&#60;script type=&#39;text/javascript&#39; src=&#39;<a href="http://localhost/toscanoviaggi/wp-admin/js/common.js?ver=20080318%27" target="_blank"><span id="lw_1225272546_11" class="yshortcuts"><a href="http://localhost/toscanoviaggi/wp-admin/js/common.js?ver=20080318&#038;#39" rel="nofollow" target="_blank">http://localhost/toscanoviaggi/wp-admin/js/common.js?ver=20080318&#038;#39</a>;</span></a>&#62;&#60;/script&#62;<br />&#60;script type=&#39;text/javascript&#39; src=&#39;<a href="http://localhost/toscanoviaggi/wp-includes/js/jquery/jquery.color.js?ver=2.0-4561%27" target="_blank"><span id="lw_1225272546_12" class="yshortcuts"><a href="http://localhost/toscanoviaggi/wp-includes/js/jquery/jquery.color.js?ver=2.0-4561&#038;#39" rel="nofollow" target="_blank">http://localhost/toscanoviaggi/wp-includes/js/jquery/jquery.color.js?ver=2.0-4561&#038;#39</a>;</span></a>&#62;&#60;/script&#62;<br />&#60;script type=&#39;text/javascript&#39;&#62;<br />/* &#60;![CDATA[ */<br />&#160;&#160;&#160; wpGearsL10n = {<br />&#160;&#160;&#160; &#160;&#160;&#160; updateCompleted: "Aggiornamento completato.",<br />&#160;&#160;&#160; &#160;&#160;&#160; error: "Errore:"<br />&#160;&#160;&#160; }<br />/* ]]&#62; */<br />&#60;/script&#62;<br />&#60;script type=&#39;text/javascript&#39; src=&#39;<a href="http://localhost/toscanoviaggi/wp-admin/js/wp-gears.js?ver=20080721%27" target="_blank"><span id="lw_1225272546_13" class="yshortcuts"><a href="http://localhost/toscanoviaggi/wp-admin/js/wp-gears.js?ver=20080721&#038;#39" rel="nofollow" target="_blank">http://localhost/toscanoviaggi/wp-admin/js/wp-gears.js?ver=20080721&#038;#39</a>;</span></a>&#62;&#60;/script&#62;<br />&#60;script type=&#39;text/javascript&#39; src=&#39;<a href="http://localhost/toscanoviaggi/wp-content/plugins/toscanoviaggi/js/jquery.jqGrid.js?ver=2.6.3%27" target="_blank"><span id="lw_1225272546_14" class="yshortcuts"><a href="http://localhost/toscanoviaggi/wp-content/plugins/toscanoviaggi/js/jquery.jqGrid.js?ver=2.6.3&#038;#39" rel="nofollow" target="_blank">http://localhost/toscanoviaggi/wp-content/plugins/toscanoviaggi/js/jquery.jqGrid.js?ver=2.6.3&#038;#39</a>;</span></a>&#62;&#60;/script&#62;<br />&#60;script type=&#39;text/javascript&#39; src=&#39;<a href="http://localhost/toscanoviaggi/wp-content/plugins/toscanoviaggi/js/jqModal.js?ver=2.6.3%27" target="_blank"><span id="lw_1225272546_15" class="yshortcuts"><a href="http://localhost/toscanoviaggi/wp-content/plugins/toscanoviaggi/js/jqModal.js?ver=2.6.3&#038;#39" rel="nofollow" target="_blank">http://localhost/toscanoviaggi/wp-content/plugins/toscanoviaggi/js/jqModal.js?ver=2.6.3&#038;#39</a>;</span></a>&#62;&#60;/script&#62;<br />&#60;script type=&#39;text/javascript&#39; src=&#39;<a href="http://localhost/toscanoviaggi/wp-content/plugins/toscanoviaggi/js/jqDnR.js?ver=2.6.3%27" target="_blank"><span id="lw_1225272546_16" class="yshortcuts"><a href="http://localhost/toscanoviaggi/wp-content/plugins/toscanoviaggi/js/jqDnR.js?ver=2.6.3&#038;#39" rel="nofollow" target="_blank">http://localhost/toscanoviaggi/wp-content/plugins/toscanoviaggi/js/jqDnR.js?ver=2.6.3&#038;#39</a>;</span></a>&#62;&#60;/script&#62;<br />&#60;/head&#62;<br />&#60;body class="wp-admin "&#62;<br />&#60;div id="wpwrap"&#62;<br />&#60;div id="wpcontent"&#62;<br />&#60;div id="wphead"&#62;<br />&#60;h1&#62;Toscano Viaggi&#60;span id="viewsite"&#62;&#60;a href="<a href="http://localhost/toscanoviaggi/" target="_blank"><span id="lw_1225272546_17" class="yshortcuts"><a href="http://localhost/toscanoviaggi/" rel="nofollow" target="_blank">http://localhost/toscanoviaggi/</a></span></a>"&#62;Visualizza sito&#60;/a&#62;&#60;/span&#62;&#60;/h1&#62;<br />&#60;/div&#62;</p>
<p>&#160;&#160;&#160; &#60;div id="gears-info-box" class="info-box" style="display:none;"&#62;<br />&#160;&#160;&#160; &#60;img src="images/gear.png" title="Gear" alt="" class="gears-img" /&#62;<br />&#160;&#160;&#160; &#60;div id="gears-msg1"&#62;<br />&#160;&#160;&#160; &#60;h3 class="info-box-title"&#62;Velocizza WordPress&#60;/h3&#62;<br />&#160;&#160;&#160; &#60;p&#62;WordPress ora supporta Gears che aggiunge nuove funzionalit&#224; al proprio browser web.&#60;br /&#62;<br />&#160;&#160;&#160; &#60;a href="<a href="http://gears.google.com/" target="_blank"><span id="lw_1225272546_18" class="yshortcuts"><a href="http://gears.google.com/" rel="nofollow" target="_blank">http://gears.google.com/</a></span></a>" target="_blank" style="font-weight:normal;"&#62;Altre informazioni...&#60;/a&#62;&#60;/p&#62;<br />&#160;&#160;&#160; &#60;p&#62;Dopo aver installato ed abilitato Gears la <span id="lw_1225272546_19" class="yshortcuts" style="border-bottom: 1px dashed #0066cc; cursor: pointer;">maggior parte delle</span> immagini, script e file CSS di <span id="lw_1225272546_20" class="yshortcuts" style="border-bottom: 1px dashed #0066cc; cursor: pointer;">WordPress</span> verranno memorizzati localmente su questo computer, Ci&#242; velocizzer&#224; il tempo di caricamento della pagina.&#60;/p&#62;<br />&#160;&#160;&#160; &#60;p&#62;&#60;strong&#62;Non installare su un computer pubblico o condiviso.&#60;/strong&#62;&#60;/p&#62;&#160;&#160;&#160; &#60;div class="submit"&#62;&#60;button onclick="window.location = &#39;<a href="http://gears.google.com/?action=install&#38;return=http%3A%2F%2Flocalhost%2Ftoscanoviaggi%2Fwp-admin%2F%27;" target="_blank"><span id="lw_1225272546_21" class="yshortcuts"><a href="http://gears.google.com/?action=install&#038;return=http%3A%2F%2Flocalhost%2Ftoscanoviaggi%2Fwp-admin%2F&#038;#39" rel="nofollow" target="_blank">http://gears.google.com/?action=install&#038;return=http%3A%2F%2Flocalhost%2Ftoscanoviaggi%2Fwp-admin%2F&#038;#39</a>;;</span></a>" class="button"&#62;Installa ora&#60;/button&#62;<br />&#160;&#160;&#160; &#60;button class="button" style="margin-left:10px;" onclick="document.getElementById(&#39;gears-info-box&#39;).style.display=&#39;none&#39;;"&#62;Annulla&#60;/button&#62;&#60;/div&#62;<br />&#160;&#160;&#160; &#60;/div&#62;</p>
<p>&#160;&#160;&#160; &#60;div id="gears-msg2" style="display:none;"&#62;<br />&#160;&#160;&#160; &#60;h3 class="info-box-title"&#62;Stato Gears&#60;/h3&#62;<br />&#160;&#160;&#160; &#60;p&#62;Gears &#232; installato su questo computer ma non &#232; abilitato per l&#8217;utilizzo con WordPress.&#60;/p&#62; <br />&#160;&#160;&#160; &#60;p&#62;Per abilitarlo, assicurarsi che questo sito web non sia presente nella lista di siti vietati in Impostazioni Gears nel menu Strumenti del proprio browser, quindi fare clic sul pulsante sottostante.&#60;/p&#62;<br />&#160;&#160;&#160; &#60;p&#62;&#60;strong&#62;Tuttavia se questo &#232; un computer pubblico o condiviso, Gears non dovrebbe venire abilitato.&#60;/strong&#62;&#60;/p&#62;<br />&#160;&#160;&#160; &#60;div class="submit"&#62;&#60;button class="button" onclick="wpGears.getPermission();"&#62;Abilita Gears&#60;/button&#62;<br />&#160;&#160;&#160; &#60;button class="button" style="margin-left:10px;" onclick="document.getElementById(&#39;gears-info-box&#39;).style.display=&#39;none&#39;;"&#62;Annulla&#60;/button&#62;&#60;/div&#62;<br />&#160;&#160;&#160; &#60;/div&#62;</p>
<p>&#160;&#160;&#160; &#60;div id="gears-msg3" style="display:none;"&#62;<br />&#160;&#160;&#160; &#60;h3 class="info-box-title"&#62;Stato Gears&#60;/h3&#62;<br />&#160;&#160;&#160; &#60;p&#62;Gears &#232; installato e funzionante su questo computer. &#38;Egrave; possibile disabilitarlo tramite il menu Strumenti del proprio browser.&#60;/p&#62;<br />&#160;&#160;&#160; &#60;p&#62;Nel caso si verifichi un errore, provare a disabilitare Gears, quindi ricaricare la pagina e attivarlo nuovamente.&#60;/p&#62;<br />&#160;&#160;&#160; &#60;p&#62;Stato memorizzazione locale: &#60;span id="gears-wait"&#62;&#60;span style="color:#f00;"&#62;Attendere prego! Aggiornamento dei file:&#60;/span&#62; &#60;span id="gears-upd-number"&#62;&#60;/span&#62;&#60;/span&#62;&#60;/p&#62;<br />&#160;&#160;&#160; &#60;div class="submit"&#62;&#60;button class="button" onclick="document.getElementById(&#39;gears-info-box&#39;).style.display=&#39;none&#39;;"&#62;Chiudi&#60;/button&#62;&#60;/div&#62;<br />&#160;&#160;&#160; &#60;/div&#62;<br />&#160;&#160;&#160; &#60;/div&#62;</p>
<p>&#60;div id="user_info"&#62;&#60;p&#62;Salve, &#60;a href="profile.php"&#62;Toscano Viaggi&#60;/a&#62;! &#124; &#60;a href="<a href="http://localhost/toscanoviaggi/wp-login.php?action=logout" target="_blank"><span id="lw_1225272546_22" class="yshortcuts"><a href="http://localhost/toscanoviaggi/wp-login.php?action=logout" rel="nofollow" target="_blank">http://localhost/toscanoviaggi/wp-login.php?action=logout</a></span></a>" title="Logout"&#62;Logout&#60;/a&#62; &#124; &#60;a href="<a href="http://www.wordpress-it.it/wiki/" target="_blank"><span id="lw_1225272546_23" class="yshortcuts"><a href="http://www.wordpress-it.it/wiki/" rel="nofollow" target="_blank">http://www.wordpress-it.it/wiki/</a></span></a>" title="Documentazione, faq ed altro..."&#62;Aiuto&#60;/a&#62; (&#60;a href="<a href="http://codex.wordpress.org/" target="_blank"><span id="lw_1225272546_24" class="yshortcuts"><a href="http://codex.wordpress.org/" rel="nofollow" target="_blank">http://codex.wordpress.org/</a></span></a>" title="Documentazione in inglese"&#62;En&#60;/a&#62;) &#124; &#60;a href="<a href="http://forum.wordpress-it.it/" target="_blank"><span id="lw_1225272546_25" class="yshortcuts"><a href="http://forum.wordpress-it.it/" rel="nofollow" target="_blank">http://forum.wordpress-it.it/</a></span></a>" title="Forum di supporto in italiano"&#62;Forum&#60;/a&#62; (&#60;a href="<a href="http://wordpress.org/support/" target="_blank"><span id="lw_1225272546_26" class="yshortcuts"><a href="http://wordpress.org/support/" rel="nofollow" target="_blank">http://wordpress.org/support/</a></span></a>" title="Forum di supporto inglese"&#62;En&#60;/a&#62;) &#124; &#60;span id="gears-menu"&#62;&#60;a href="#" onclick="wpGears.message(1);return false;"&#62;Turbo&#60;/a&#62;&#60;/span&#62;&#60;/p&#62;&#60;/div&#62;</p>
<p>&#60;ul id="dashmenu"&#62;</p>
<p>&#160;&#160;&#160; &#60;li&#62;&#60;a href=&#39;index.php&#39;&#62;Bacheca&#60;/a&#62;&#60;/li&#62;&#60;/ul&#62;</p>
<p>&#60;ul id="adminmenu"&#62;</p>
<p>&#160;&#160;&#160; &#60;li&#62;&#60;a href=&#39;post-new.php&#39;&#62;Scrivi&#60;/a&#62;&#60;/li&#62;<br />&#160;&#160;&#160; &#60;li&#62;&#60;a href=&#39;edit.php&#39; class="current"&#62;Gestione&#60;/a&#62;&#60;/li&#62;<br />&#160;&#160;&#160; &#60;li&#62;&#60;a href=&#39;themes.php&#39;&#62;Design&#60;/a&#62;&#60;/li&#62;<br />&#160;&#160;&#160; &#60;li&#62;&#60;a href=&#39;edit-comments.php&#39;&#62;Commenti &#60;span id=&#39;awaiting-mod&#39; class=&#39;count-0&#39;&#62;&#60;span class=&#39;comment-count&#39;&#62;0&#60;/span&#62;&#60;/span&#62;&#60;/a&#62;&#60;/li&#62;&#60;/ul&#62;</p>
<p>&#60;ul id="sidemenu"&#62;</p>
<p>&#160;&#160;&#160; &#60;li&#62;&#60;a href=&#39;options-general.php&#39;&#62;Impostazioni&#60;/a&#62; &#60;/li&#62;<br />&#160;&#160;&#160; &#60;li&#62;&#60;a href=&#39;plugins.php&#39;&#62;Plugin &#60;span id=&#39;update-plugins&#39; class=&#39;count-1&#39;&#62;&#60;span class=&#39;plugin-count&#39;&#62;1&#60;/span&#62;&#60;/span&#62;&#60;/a&#62; &#60;/li&#62;<br />&#160;&#160;&#160; &#60;li&#62;&#60;a href=&#39;users.php&#39;&#62;Utenti&#60;/a&#62;&#60;/li&#62;&#60;/ul&#62;</p>
<p>&#60;ul id="submenu"&#62;</p>
<p>&#160;&#160;&#160; &#60;li&#62;&#60;a href=&#39;edit.php&#39;&#62;Articoli&#60;/a&#62;&#60;/li&#62;<br />&#160;&#160;&#160; &#60;li&#62;&#60;a href=&#39;edit-pages.php&#39;&#62;Pagine&#60;/a&#62;&#60;/li&#62;<br />&#160;&#160;&#160; &#60;li&#62;&#60;a href=&#39;link-manager.php&#39;&#62;Link&#60;/a&#62;&#60;/li&#62;<br />&#160;&#160;&#160; &#60;li&#62;&#60;a href=&#39;categories.php&#39;&#62;Categorie&#60;/a&#62;&#60;/li&#62;<br />&#160;&#160;&#160; &#60;li&#62;&#60;a href=&#39;edit-tags.php&#39;&#62;Tag&#60;/a&#62;&#60;/li&#62;<br />&#160;&#160;&#160; &#60;li&#62;&#60;a href=&#39;edit-link-categories.php&#39;&#62;Categorie link&#60;/a&#62;&#60;/li&#62;<br />&#160;&#160;&#160; &#60;li&#62;&#60;a href=&#39;upload.php&#39;&#62;Libreria media&#60;/a&#62;&#60;/li&#62;<br />&#160;&#160;&#160; &#60;li&#62;&#60;a href=&#39;import.php&#39;&#62;Importa&#60;/a&#62;&#60;/li&#62;<br />&#160;&#160;&#160; &#60;li&#62;&#60;a href=&#39;export.php&#39;&#62;Esporta&#60;/a&#62;&#60;/li&#62;<br />&#160;&#160;&#160; &#60;li&#62;&#60;a href=&#39;edit.php?page=toscanoviaggi/toscanoviaggi.php&#39; class="current"&#62;Toscano Viaggi Administration&#60;/a&#62;&#60;/li&#62;<br />&#60;/ul&#62;<br />&#60;div id="wpbody"&#62;<br />&#60;script type="text/javascript"&#62;<br />jQuery(document).ready(function(){&#160; <br />&#160; jQuery("#list").jqGrid({ <br />&#160; &#160; url:&#39;<a href="http://localhost/toscanoviaggi/wp-content/plugins/toscanoviaggi/editing.php%27" target="_blank"><span id="lw_1225272546_27" class="yshortcuts"><a href="http://localhost/toscanoviaggi/wp-content/plugins/toscanoviaggi/editing.php&#038;#39" rel="nofollow" target="_blank">http://localhost/toscanoviaggi/wp-content/plugins/toscanoviaggi/editing.php&#038;#39</a>;</span></a>, <br />&#160; &#160; datatype: &#39;xml&#39;, <br />&#160; &#160; mtype: &#39;GET&#39;, <br />&#160; &#160; colNames:[&#39;Inv No&#39;,&#39;Date&#39;, &#39;Amount&#39;,&#39;Tax&#39;,&#39;Total&#39;,&#39;Notes&#39;], <br />&#160; &#160; colModel :[&#160; <br />&#160; &#160; &#160; {name:&#39;invid&#39;, index:&#39;invid&#39;, width:55},&#160; <br />&#160; &#160; &#160; {name:&#39;invdate&#39;, index:&#39;invdate&#39;, width:90},&#160; <br />&#160; &#160; &#160; {name:&#39;amount&#39;, index:&#39;amount&#39;, width:80, align:&#39;right&#39;},&#160; <br />&#160; &#160; &#160; {name:&#39;tax&#39;, index:&#39;tax&#39;, width:80, align:&#39;right&#39;},&#160; <br />&#160; &#160; &#160; {name:&#39;total&#39;, index:&#39;total&#39;, width:80, align:&#39;right&#39;},&#160; <br />&#160; &#160; &#160; {name:&#39;note&#39;, index:&#39;note&#39;, width:150, sortable:false} ], <br />&#160; &#160; pager: jQuery(&#39;#pager&#39;), <br />&#160; &#160; rowNum:10, <br />&#160; &#160; rowList:[10,20,30], <br />&#160; &#160; sortname: &#39;id&#39;, <br />&#160; &#160; sortorder: "desc", <br />&#160; &#160; viewrecords: true, <br />&#160; &#160; imgpath: &#39;<a href="http://localhost/toscanoviaggi/wp-content/plugins/toscanoviaggi/themes/basic/images%27" target="_blank"><span id="lw_1225272546_28" class="yshortcuts"><a href="http://localhost/toscanoviaggi/wp-content/plugins/toscanoviaggi/themes/basic/images&#038;#39" rel="nofollow" target="_blank">http://localhost/toscanoviaggi/wp-content/plugins/toscanoviaggi/themes/basic/images&#038;#39</a>;</span></a>, <br />&#160; &#160; caption: &#39;My first grid&#39; <br />&#160; }).navGrid(&#39;#pagernav&#39;, <br />&#160; {}, //options <br />&#160; {height:280,reloadAfterSubmit:false}, // edit options <br />&#160; {height:280,reloadAfterSubmit:false}, // add options <br />&#160; {reloadAfterSubmit:false}, // del options <br />{} // search options <br />);&#160;&#160;&#160;<br />});&#160; <br />&#60;/script&#62; </p>
<p>&#60;div class="wrap"&#62;<br />&#160;&#160;&#160; &#160;&#160;&#160; &#60;h2&#62;Toscano Viaggi Administration&#60;/h2&#62;<br />&#160;&#160;&#160; &#160;&#160;&#160; &#60;table id="list" class="scroll"&#62;&#60;/table&#62;&#160; <br />&#160;&#160;&#160; &#160;&#160;&#160; &#60;div id="pager" class="scroll" style="text-align:center;"&#62;&#60;/div&#62;&#160;&#160;&#160; &#60;/div&#62;<br />&#60;/div&#62;&#60;/div&#62;&#60;!-- wpbody --&#62;<br />&#60;/div&#62;&#60;!-- wpcontent --&#62;<br />&#60;/div&#62;&#60;!-- wpwrap --&#62;<br />&#60;div id="footer"&#62;<br />&#60;p&#62;Grazie per aver creato questo blog utilizzando &#60;a href="<a href="http://www.wordpress.org/" target="_blank"><span id="lw_1225272546_29" class="yshortcuts"><a href="http://www.wordpress.org" rel="nofollow" target="_blank">http://www.wordpress.org</a></span></a>"&#62;WordPress&#60;/a&#62; &#124; <span id="lw_1225272546_30" class="yshortcuts">Documentazione</span> in &#60;a href="<a href="http://codex.wordpress.org/" target="_blank">http://codex.wordpress.org/</a>"&#62;inglese&#60;/a&#62; e in &#60;a href="<a href="http://www.wordpress-it.it/wiki/" target="_blank">http://www.wordpress-it.it/wiki/</a>"&#62;italiano&#60;/a&#62; &#124; &#60;a href="<a href="http://wordpress.org/support/forum/4" target="_blank"><span id="lw_1225272546_31" class="yshortcuts"><a href="http://wordpress.org/support/forum/4" rel="nofollow" target="_blank">http://wordpress.org/support/forum/4</a></span></a>"&#62;Feedback&#60;/a&#62; &#124; Versione 2.6.3&#60;/p&#62;<br />&#60;/div&#62;<br />&#60;script type="text/javascript"&#62;if(typeof wpOnload==&#39;function&#39;)wpOnload();&#60;/script&#62;<br />&#60;/body&#62;<br />&#60;/html&#62;</p>
]]></description>
        	        	<pubDate>Wed, 29 Oct 2008 04:34:00 +0200</pubDate>
        </item>
        <item>
        	<title>tony on jqGrid inside Wordpress</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-inside-wordpress#p2747</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-inside-wordpress#p2747</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Open the jquery.jqgrid.js (where the loader is) and ajust the</p>
<p>paths to javascript files. Note that when you include the loader the</p>
<p>paths need to be ajusted relative to the directory from where</p>
<p>the loader is.</p>
]]></description>
        	        	<pubDate>Wed, 29 Oct 2008 02:29:35 +0200</pubDate>
        </item>
        <item>
        	<title>Luigino on jqGrid inside Wordpress</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-inside-wordpress#p2702</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-inside-wordpress#p2702</guid>
        	        	<description><![CDATA[<p>Precisely I would say I put jqGrid inside a directory of Wordpress&#39;s plugin I&#39;m creating.... in the main .php of the plugin I put this:</p>
<p>&#60;!-- In head section we should include the style sheet for the grid --&#62; <br />&#60;link rel="stylesheet" type="text/css" media="screen" href="/wp-content/plugins/toscanoviaggi/jqGrid/themes/basic/grid.css" /&#62; <br />&#60;!-- Of course we should load the jquery library --&#62; <br />&#60;script src="&#60;?php bloginfo(&#39;wpurl&#39;); ?&#62;/wp-content/plugins/toscanoviaggi/jqGrid/jquery.js" type="text/javascript"&#62;&#60;/script&#62;<br />&#60;!-- and at end the jqGrid Java Script file --&#62; <br />&#60;script src="&#60;?php bloginfo(&#39;wpurl&#39;); ?&#62;/wp-content/plugins/toscanoviaggi/jqGrid/jquery.jqGrid.js" type="text/javascript"&#62;&#60;/script&#62;<br />&#60;script src="&#60;?php bloginfo(&#39;wpurl&#39;); ?&#62;/wp-content/plugins/toscanoviaggi/jqGrid/js/jquery.splitter.js" type="text/javascript"&#62;&#60;/script&#62;<br />&#60;script src="&#60;?php bloginfo(&#39;wpurl&#39;); ?&#62;/wp-content/plugins/toscanoviaggi/jqGrid/js/jquery.jqTree.js" type="text/javascript"&#62;&#60;/script&#62;<br />&#60;script src="&#60;?php bloginfo(&#39;wpurl&#39;); ?&#62;/wp-content/plugins/toscanoviaggi/jqGrid/js/jquery.jqDynTabs.js" type="text/javascript"&#62;&#60;/script&#62;<br />&#60;script src="&#60;?php bloginfo(&#39;wpurl&#39;); ?&#62;/wp-content/plugins/toscanoviaggi/jqGrid/js/ui.datepicker.js" type="text/javascript"&#62;&#60;/script&#62;<br />&#60;script src="&#60;?php bloginfo(&#39;wpurl&#39;); ?&#62;/wp-content/plugins/toscanoviaggi/jqGrid/js/jquery.jqGrid.js" type="text/javascript"&#62;&#60;/script&#62;<br />&#60;script src="&#60;?php bloginfo(&#39;wpurl&#39;); ?&#62;/wp-content/plugins/toscanoviaggi/jqGrid/js/styleswitch.js" type="text/javascript"&#62;&#60;/script&#62;</p>
<p>&#60;script type="text/javascript"&#62;<br />var gridimgpath = &#39;&#60;?php bloginfo(&#39;wpurl&#39;); ?&#62;/wp-content/plugins/toscanoviaggi/jqGrid/themes/basic/images&#39;;<br />jQuery(document).ready(function(){<br />&#160;&#160;&#160; jQuery("#navgrid").jqGrid({ <br />&#160;&#160;&#160; &#160;&#160;&#160; url:&#39;editing.php&#39;, <br />&#160;&#160;&#160; &#160;&#160;&#160; datatype: "xml",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; mtype: &#39;GET&#39;, &#160;&#160;&#160; &#160;&#160;&#160; <br />&#160;&#160;&#160; &#160;&#160;&#160; colNames:[&#39;Inv No&#39;,&#39;Date&#39;, &#39;Client&#39;, &#39;Amount&#39;,&#39;Tax&#39;,&#39;Total&#39;,&#39;Closed&#39;,&#39;Ship via&#39;,&#39;Notes&#39;], <br />&#160;&#160;&#160; &#160;&#160;&#160; colModel:[ <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;id&#39;,index:&#39;id&#39;, width:55,editable:false,editoptions:{readonly:true,size:10}}, <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;invdate&#39;,index:&#39;invdate&#39;, width:80,editable:true,editoptions:{size:10}}, <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;name&#39;,index:&#39;name&#39;, width:90,editable:true,editoptions:{size:25}}, <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;amount&#39;,index:&#39;amount&#39;, width:60, align:"right",editable:true,editoptions:{size:10}}, <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;tax&#39;,index:&#39;tax&#39;, width:60, align:"right",editable:true,editoptions:{size:10}}, <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;total&#39;,index:&#39;total&#39;, width:60,align:"right",editable:true,editoptions:{size:10}}, <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;closed&#39;,index:&#39;closed&#39;,width:55,align:&#39;center&#39;,editable:true,edittype:"checkbox",editoptions:{value:"Yes:No"}}, <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;ship_via&#39;,index:&#39;ship_via&#39;,width:70, editable: true,edittype:"select",editoptions:{value:"FE:FedEx;TN:TNT"}}, <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;note&#39;,index:&#39;note&#39;, width:100, sortable:false,editable: true,edittype:"textarea", editoptions:{rows:"2",cols:"20"}} <br />&#160;&#160;&#160; &#160;&#160;&#160; ], <br />&#160;&#160;&#160; &#160;&#160;&#160; pager: jQuery(&#39;#pagernav&#39;),<br />&#160;&#160;&#160; &#160;&#160;&#160; rowNum:10, <br />&#160;&#160;&#160; &#160;&#160;&#160; rowList:[10,20,30], <br />&#160;&#160;&#160; &#160;&#160;&#160; imgpath: gridimgpath, <br />&#160;&#160;&#160; &#160;&#160;&#160; sortname: &#39;id&#39;, <br />&#160;&#160;&#160; &#160;&#160;&#160; sortorder: "desc", <br />&#160;&#160;&#160; &#160;&#160;&#160; viewrecords: true, <br />&#160;&#160;&#160; &#160;&#160;&#160; caption:"Navigator Example", <br />&#160;&#160;&#160; &#160;&#160;&#160; editurl:"someurl.php", <br />&#160;&#160;&#160; });<br />&#160;&#160;&#160; //.navGrid(&#39;#pager1&#39;,{edit:true,add:true,del:true});<br />});<br />&#60;/script&#62;</p>
<p>so it should be ok, right?...</p>
]]></description>
        	        	<pubDate>Sat, 25 Oct 2008 16:54:02 +0300</pubDate>
        </item>
        <item>
        	<title>Luigino on jqGrid inside Wordpress</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-inside-wordpress#p2701</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-inside-wordpress#p2701</guid>
        	        	<description><![CDATA[<p>In fact I have this jquery.jqGrid.js which as the function jqGridInclude() settled as follow:</p>
<p>function jqGridInclude()<br />{<br />&#160;&#160;&#160; var pathtojsfiles = "../wp-content/plugins/toscanoviaggi/jqGrid/js/"; // need to be ajusted<br />&#160;&#160;&#160; // set include to false if you do not want some modules to be included<br />&#160;&#160;&#160; var combineIntoOne = false;<br />&#160;&#160;&#160; var combinedInclude = new Array();<br />&#160;&#160;&#160; var combinedIncludeURL = "../wp-content/plugins/toscanoviaggi/jqGrid/combine.php?type=javascript&#38;files=";<br />&#160;&#160;&#160; var minver = false;<br />&#160;&#160;&#160; var modules = [<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { include: false, incfile:&#39;grid.locale-en.js&#39;,minfile: &#39;min/grid.locale-en-min.js&#39;}, // jqGrid translation<br />&#160;&#160;&#160; &#160;&#160;&#160; { include: true, incfile:&#39;grid.locale-it.js&#39;,minfile: &#39;min/grid.locale-it-min.js&#39;}, // jqGrid translation<br />&#160;&#160;&#160; &#160;&#160;&#160; /* { include: true, incfile:&#39;grid.pack.js&#39;,minfile: &#39;&#39;},&#160; */ // jqGrid all packecd<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { include: true, incfile:&#39;grid.base.js&#39;,minfile: &#39;min/grid.base-min.js&#39;}, // jqGrid base<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { include: true, incfile:&#39;grid.common.js&#39;,minfile: &#39;min/grid.common-min.js&#39; }, // jqGrid common for editing<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { include: true, incfile:&#39;grid.formedit.js&#39;,minfile: &#39;min/grid.formedit-min.js&#39; }, // jqGrid Form editing<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { include: false, incfile:&#39;grid.inlinedit.js&#39;,minfile: &#39;min/grid.inlinedit-min.js&#39; }, // jqGrid inline editing<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { include: false, incfile:&#39;grid.celledit.js&#39;,minfile: &#39;min/grid.celledit-min.js&#39; }, // jqGrid cell editing<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { include: false, incfile:&#39;grid.subgrid.js&#39;,minfile: &#39;min/grid.subgrid-min.js&#39;}, //jqGrid subgrid<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { include: false, incfile:&#39;grid.treegrid.js&#39;,minfile: &#39;min/grid.treegrid-min.js&#39;}, //jqGrid treegrid<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { include: false, incfile:&#39;grid.custom.js&#39;,minfile: &#39;min/grid.custom-min.js&#39;}, //jqGrid custom <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { include: false, incfile:&#39;grid.postext.js&#39;,minfile: &#39;min/grid.postext-min.js&#39;}, //jqGrid postext<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { include: false, incfile:&#39;grid.tbltogrid.js&#39;,minfile: &#39;min/grid.tbltogrid-min.js&#39;}, //jqGrid table to grid <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { include: false, incfile:&#39;grid.setcolumns.js&#39;,minfile: &#39;min/grid.setcolumns-min.js&#39;} //jqGrid setcolumns<br />&#160;&#160;&#160; ];<br />&#160;&#160;&#160; var filename;<br />&#160;&#160;&#160; for(var i=0;i&#60;modules.length; i++)<br />&#160;&#160;&#160; {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; if(modules[i].include === true) {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160; <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160; if (minver !== true) filename = pathtojsfiles+modules[i].incfile;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160; else filename = pathtojsfiles+modules[i].minfile;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160; if (combineIntoOne !== true) {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; if(jQuery.browser.safari &#124;&#124; jQuery.browser.msie ) {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; jQuery.ajax({url:filename,dataType:&#39;script&#39;, async:false, cache: true});<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; } else {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; IncludeJavaScript(filename);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; }<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160; } else {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; combinedInclude[combinedInclude.length] = filename;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; }<br />&#160;&#160;&#160; }<br />&#160;&#160;&#160; if ((combineIntoOne === true) &#38;&#38; (combinedInclude.length&#62;0) ) {<br />&#160;&#160;&#160; &#160;&#160;&#160; var fileList = implode(",",combinedInclude);<br />&#160;&#160;&#160; &#160;&#160;&#160; IncludeJavaScript(combinedIncludeURL+fileList);<br />&#160;&#160;&#160; }<br />&#160;&#160;&#160; function implode( glue, pieces ) {<br />&#160;&#160;&#160; // <a href="http://kevin.vanzonneveld.net" rel="nofollow" target="_blank">http://kevin.vanzonneveld.net</a><br />&#160;&#160;&#160; //original by: Kevin van Zonneveld (<a href="http://kevin.vanzonneveld.net" rel="nofollow" target="_blank">http://kevin.vanzonneveld.net</a>)<br />&#160;&#160;&#160; //example 1: implode(&#39; &#39;, [&#39;Kevin&#39;, &#39;van&#39;, &#39;Zonneveld&#39;]);<br />&#160;&#160;&#160; //returns 1: &#39;Kevin van Zonneveld&#39;<br />&#160;&#160;&#160; &#160;&#160;&#160; return ( ( pieces instanceof Array ) ? pieces.join ( glue ) : pieces );<br />&#160;&#160;&#160; };<br />&#160;&#160;&#160; <br />&#160;&#160;&#160; function IncludeJavaScript(jsFile)<br />&#160;&#160;&#160; {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; var oHead = document.getElementsByTagName(&#39;head&#39;)[0];<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; var oScript = document.createElement(&#39;script&#39;);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; oScript.type = &#39;text/javascript&#39;;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; oScript.src = jsFile;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; oHead.appendChild(oScript);&#160;&#160;&#160;&#160;&#160;&#160;&#160; <br />&#160;&#160;&#160; };<br />};<br />jqGridInclude();</p>
<p>maybe it doesn&#39;t see really this function?..</p>
]]></description>
        	        	<pubDate>Sat, 25 Oct 2008 15:35:17 +0300</pubDate>
        </item>
        <item>
        	<title>tony on jqGrid inside Wordpress</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-inside-wordpress#p2686</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-inside-wordpress#p2686</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Be a sure that you load all the needed js files including base.grid.js</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sat, 25 Oct 2008 06:51:07 +0300</pubDate>
        </item>
        <item>
        	<title>Luigino on jqGrid inside Wordpress</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-inside-wordpress#p2673</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-inside-wordpress#p2673</guid>
        	        	<description><![CDATA[<p>Hello everyone....</p>
<p>I&#39;m trying to use jqGrid while implementing a new personal plugin for wordpress blog so I put the whole folder jgGrid unzipped then in the .php where there&#39;s the main plugin&#39;s page I put:</p>
<p>&#60;script src="&#60;?php bloginfo(&#39;wpurl&#39;); ?&#62;/wp-content/plugins/toscanoviaggi/jqGrid/jquery.jqGrid.js" type="text/javascript"&#62;&#60;/script&#62;<br />&#60;script src="&#60;?php bloginfo(&#39;wpurl&#39;); ?&#62;/wp-content/plugins/toscanoviaggi/jqGrid/jquery.js" type="text/javascript"&#62;&#60;/script&#62;<br />&#60;script src="&#60;?php bloginfo(&#39;wpurl&#39;); ?&#62;/wp-content/plugins/toscanoviaggi/jqGrid/js/jquery.splitter.js" type="text/javascript"&#62;&#60;/script&#62;<br />&#60;script src="&#60;?php bloginfo(&#39;wpurl&#39;); ?&#62;/wp-content/plugins/toscanoviaggi/jqGrid/js/jquery.jqTree.js" type="text/javascript"&#62;&#60;/script&#62;<br />&#60;script src="&#60;?php bloginfo(&#39;wpurl&#39;); ?&#62;/wp-content/plugins/toscanoviaggi/jqGrid/js/jquery.jqDynTabs.js" type="text/javascript"&#62;&#60;/script&#62;<br />&#60;script src="&#60;?php bloginfo(&#39;wpurl&#39;); ?&#62;/wp-content/plugins/toscanoviaggi/jqGrid/js/ui.datepicker.js" type="text/javascript"&#62;&#60;/script&#62;<br />&#60;script src="&#60;?php bloginfo(&#39;wpurl&#39;); ?&#62;/wp-content/plugins/toscanoviaggi/jqGrid/js/jquery.jqGrid.js" type="text/javascript"&#62;&#60;/script&#62;<br />&#60;script src="&#60;?php bloginfo(&#39;wpurl&#39;); ?&#62;/wp-content/plugins/toscanoviaggi/jqGrid/js/styleswitch.js" type="text/javascript"&#62;&#60;/script&#62;</p>
<p>&#60;script type="text/javascript"&#62;<br />var gridimgpath = &#39;../wp-content/plugins/toscanoviaggi/jqGrid/themes/basic/images&#39;;<br />jQuery(document).ready(function(){<br />jQuery("#navgrid").jqGrid({ <br />&#160;&#160; &#160;&#160;&#160;&#160; url:&#39;editing.php?q=1&#39;, <br />&#160;&#160; &#160;&#160;&#160; &#160;datatype: "xml", <br />&#160;&#160; &#160;&#160;&#160; &#160;colNames:[&#39;Inv No&#39;,&#39;Date&#39;, &#39;Client&#39;, &#39;Amount&#39;,&#39;Tax&#39;,&#39;Total&#39;,&#39;Closed&#39;,&#39;Ship via&#39;,&#39;Notes&#39;], <br />&#160;&#160; &#160;&#160;&#160; &#160;colModel:[ <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;id&#39;,index:&#39;id&#39;, width:55,editable:false,editoptions:{readonly:true,size:10}}, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;invdate&#39;,index:&#39;invdate&#39;, width:80,editable:true,editoptions:{size:10}}, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;name&#39;,index:&#39;name&#39;, width:90,editable:true,editoptions:{size:25}}, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;amount&#39;,index:&#39;amount&#39;, width:60, align:"right",editable:true,editoptions:{size:10}}, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;tax&#39;,index:&#39;tax&#39;, width:60, align:"right",editable:true,editoptions:{size:10}}, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;total&#39;,index:&#39;total&#39;, width:60,align:"right",editable:true,editoptions:{size:10}}, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;closed&#39;,index:&#39;closed&#39;,width:55,align:&#39;center&#39;,editable:true,edittype:"checkbox",editoptions:{value:"Yes:No"}}, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;ship_via&#39;,index:&#39;ship_via&#39;,width:70, editable: true,edittype:"select",editoptions:{value:"FE:FedEx;TN:TNT"}}, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;note&#39;,index:&#39;note&#39;, width:100, sortable:false,editable: true,edittype:"textarea", editoptions:{rows:"2",cols:"20"}} <br />&#160;&#160; &#160;&#160;&#160; &#160;], <br />&#160;&#160; &#160;&#160;&#160; &#160;rowNum:10, <br />&#160;&#160; &#160;&#160;&#160; &#160;rowList:[10,20,30], <br />&#160;&#160; &#160;&#160;&#160; &#160;imgpath: gridimgpath, <br />&#160;&#160; &#160;&#160;&#160; &#160;pager: jQuery(&#39;#pagernav&#39;), <br />&#160;&#160; &#160;&#160;&#160; &#160;sortname: &#39;id&#39;, <br />&#160;&#160; &#160;&#160;&#160; &#160;viewrecords: true, <br />&#160;&#160; &#160;&#160;&#160; &#160;sortorder: "desc", <br />&#160;&#160; &#160;&#160;&#160; &#160;caption:"Navigator Example", <br />&#160;&#160; &#160;&#160;&#160; &#160;editurl:"../wp-content/plugins/toscanoviaggi/someurl.php", <br />&#160;&#160; &#160;&#160;&#160; &#160;height:210 <br />}).navGrid(&#39;#pager1&#39;,{edit:true,add:true,del:true});<br />});<br />&#60;/script&#62;</p>
<p>but with Firebug it keeps saying an error at line:</p>
<p>if (jQuery.browser.safari &#124;&#124; jQuery.browser.msie) { &#60;----- the error is jQuery is not defined - inside jquery.jqGrid.js)</p>
<p>and another error at line:</p>
<p>height:210 &#60;----- the error is: <span class="sourceRowText">jQuery("#navgrid").jqGrid is not a function</span></p>
<p>Why? at least the code looks pretty like the ones in the jqGrid demos... do you have any suggest?</p>
<p>Thanks to all!</p>
<p>Ciao, Luigi</p>
]]></description>
        	        	<pubDate>Fri, 24 Oct 2008 17:40:07 +0300</pubDate>
        </item>
</channel>
</rss>