<?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: Editoptions itÂ´s possible to add a textbox and a link image??</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/editoptions-its-possible-to-add-a-textbox-and-a-link-image</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/editoptions-its-possible-to-add-a-textbox-and-a-link-image/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Editoptions itÂ´s possible to add a textbox and a link image??</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/editoptions-its-possible-to-add-a-textbox-and-a-link-image#p12775</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/editoptions-its-possible-to-add-a-textbox-and-a-link-image#p12775</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>You can use the newly option custom element.</p>
<p>More you can find here:</p>
<p><a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:common_rules&#038;s=custom&#038;s=elem#edittype" rel="nofollow" target="_blank"><a href="http://www.trirand.com/jqgridw" rel="nofollow">http://www.trirand.com/jqgridw</a>.....m#edittype</a></p>
</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sat, 05 Dec 2009 15:49:29 +0200</pubDate>
        </item>
        <item>
        	<title>edgar9000 on Editoptions itÂ´s possible to add a textbox and a link image??</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/editoptions-its-possible-to-add-a-textbox-and-a-link-image#p12752</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/editoptions-its-possible-to-add-a-textbox-and-a-link-image#p12752</guid>
        	        	<description><![CDATA[<p>Hi,</p>
</p>
<p>I&#39;ve seen the documentation about the datainit event but I&#39;m not sure about how I can add the image with the onclick event at the side of my textbox, I&#39;ve tried adding the html code to show the image using the functions .html() and .append() of jquery but it didn&#39;t worked, please can you show me how I&#160; have to do to accomplish what I want to do.</p>
</p>
<p>Thanks in advance ...</p>
]]></description>
        	        	<pubDate>Fri, 04 Dec 2009 18:36:44 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Editoptions itÂ´s possible to add a textbox and a link image??</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/editoptions-its-possible-to-add-a-textbox-and-a-link-image#p9102</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/editoptions-its-possible-to-add-a-textbox-and-a-link-image#p9102</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Use dataInit event (see docs) to adda image and a click event to this image.</p>
<p>Best Regards</p>
<p>Tony</p></p>
]]></description>
        	        	<pubDate>Mon, 31 Aug 2009 05:38:45 +0300</pubDate>
        </item>
        <item>
        	<title>edgar9000 on Editoptions itÂ´s possible to add a textbox and a link image??</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/editoptions-its-possible-to-add-a-textbox-and-a-link-image#p9002</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/editoptions-its-possible-to-add-a-textbox-and-a-link-image#p9002</guid>
        	        	<description><![CDATA[<p>I&#39;m using the jqgrid with editform but I want to add a textbox and a link image in the same option, it&#180;s possible??</p>
<p>I mean when I&#39;m editing the selected row I want to display a textbox to write the value and a image that when I click on this, display a popup menu that let me choose some default values for this box.</p>
</p>
<p>colModel: [<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;Id&#39;, index: &#39;Id&#39;, width: 60,hidden:true, align: &#39;left&#39;, editable:false },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;Concepto&#39;, index: &#39;Concepto&#39;, width: 50, align: &#39;left&#39;, editable:true, edittype: "select"},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;Descripcion&#39;, index: &#39;Descripcion&#39;, width: 90, align: &#39;left&#39;, editable:true, editoptions:{size:10}, editrules: { required: true }},&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#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;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;Cant&#39;, index: &#39;Cant&#39;, width: 10, align: &#39;right&#39;, editable:true, editoptions:{size:10}, editrules: { required: true, minValue: 0, number: true } },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;Vlr_unit&#39;, index: &#39;Vlr_unit&#39;, width: 18, align: &#39;right&#39;, editable:true, editoptions:{size:10, <strong>image+onclick event </strong>}, editrules: { required: true, minValue: 0, number: true&#160; } },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;Vlr_parc&#39;, index: &#39;Vlr_parc&#39;, width: 20, align: &#39;right&#39;, editable:false, editoptions:{size:10} },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; ],</p>
<p>I have resalted the piece of code that I&#39;m interested in. Any help will be very appreciate</p>
</p>
<p>Thanks in advance...</p>
]]></description>
        	        	<pubDate>Thu, 27 Aug 2009 16:59:45 +0300</pubDate>
        </item>
</channel>
</rss>