<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Berthou.com</title>
	<atom:link href="http://www.berthou.com/us/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.berthou.com/us</link>
	<description>A french developper blog</description>
	<lastBuildDate>Mon, 29 Jul 2019 12:19:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
	<item>
		<title>Comment on Sign a PDF document by Soukaina IDRISSI</title>
		<link>http://www.berthou.com/us/2007/11/28/sign-a-pdf-document/comment-page-1/#comment-15820</link>
		<dc:creator>Soukaina IDRISSI</dc:creator>
		<pubDate>Mon, 29 Jul 2019 12:19:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.berthou.com/us/?p=18#comment-15820</guid>
		<description><![CDATA[Hi rberthou,
Thank you for this post. It&#039;s very interesting.
But in my case, im using USB token, and i sign a document in different way, by calling a &#039;C_SignUpdate&#039; function in PKCS11JS library like this: pkcs11.C_SignUpdate.

So, how can i implement your solution without using .p12 file ?

Thank you in advance for help.]]></description>
		<content:encoded><![CDATA[<p>Hi rberthou,<br />
Thank you for this post. It&#8217;s very interesting.<br />
But in my case, im using USB token, and i sign a document in different way, by calling a &#8216;C_SignUpdate&#8217; function in PKCS11JS library like this: pkcs11.C_SignUpdate.</p>
<p>So, how can i implement your solution without using .p12 file ?</p>
<p>Thank you in advance for help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dynamic forms builder with jQuery by vincent kemboi</title>
		<link>http://www.berthou.com/us/2009/09/05/dynamic-forms-builder-with-jquery/comment-page-2/#comment-338</link>
		<dc:creator>vincent kemboi</dc:creator>
		<pubDate>Thu, 19 Mar 2015 06:33:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.berthou.com/us/?p=58#comment-338</guid>
		<description><![CDATA[thanks]]></description>
		<content:encoded><![CDATA[<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windows script for a DB2 backup by Dave Jong A Lock</title>
		<link>http://www.berthou.com/us/2008/01/10/windows-script-for-a-db2-backup/comment-page-1/#comment-244</link>
		<dc:creator>Dave Jong A Lock</dc:creator>
		<pubDate>Mon, 19 May 2014 14:12:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.berthou.com/us/2008/01/10/windows-script-for-a-db2-backup/#comment-244</guid>
		<description><![CDATA[Wow!!! Great script ...

Thanks a million.]]></description>
		<content:encoded><![CDATA[<p>Wow!!! Great script &#8230;</p>
<p>Thanks a million.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dynamic forms builder with jQuery by RA</title>
		<link>http://www.berthou.com/us/2009/09/05/dynamic-forms-builder-with-jquery/comment-page-2/#comment-239</link>
		<dc:creator>RA</dc:creator>
		<pubDate>Fri, 09 May 2014 14:44:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.berthou.com/us/?p=58#comment-239</guid>
		<description><![CDATA[Very nice. If you want expand it in something large. Then please email me. I can say the monthly user visit be more than 50K.]]></description>
		<content:encoded><![CDATA[<p>Very nice. If you want expand it in something large. Then please email me. I can say the monthly user visit be more than 50K.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dynamic forms builder with jQuery by Nishant</title>
		<link>http://www.berthou.com/us/2009/09/05/dynamic-forms-builder-with-jquery/comment-page-2/#comment-238</link>
		<dc:creator>Nishant</dc:creator>
		<pubDate>Thu, 24 Apr 2014 08:11:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.berthou.com/us/?p=58#comment-238</guid>
		<description><![CDATA[Hello,

How can we add new element property like &quot;Parent Control&quot;

I added inside input_text.html however &amp; for run time i set / get that property values 

rbl_edit.js
-----------------------
    this.saveForm = function() { 
//add
    this.e_parent		 = jQuery(&quot;#parent&quot;).val();
-------------------
this.showForm = function() { 
//add
jQuery(&quot;#parent&quot;).val(this.e_parent);
--------------------------------
function loadElement( elt, ncol, nbel) {
//add
rblEltArray[ _id ].e_parent	 =   ( ( jQuery(elt).attr(&#039;parent&#039;) ) ? jQuery(elt).attr(&#039;parent&#039;) : &quot;&quot; ) ; 
---------------------------------

Now i want to store that inside HTML form how can i solve this?

like parent = &quot;good&quot; 

Please advice

Thanks
Nishant]]></description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>How can we add new element property like &#8220;Parent Control&#8221;</p>
<p>I added inside input_text.html however &amp; for run time i set / get that property values </p>
<p>rbl_edit.js<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
    this.saveForm = function() {<br />
//add<br />
    this.e_parent		 = jQuery(&#8220;#parent&#8221;).val();<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
this.showForm = function() {<br />
//add<br />
jQuery(&#8220;#parent&#8221;).val(this.e_parent);<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
function loadElement( elt, ncol, nbel) {<br />
//add<br />
rblEltArray[ _id ].e_parent	 =   ( ( jQuery(elt).attr(&#8216;parent&#8217;) ) ? jQuery(elt).attr(&#8216;parent&#8217;) : &#8220;&#8221; ) ;<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>Now i want to store that inside HTML form how can i solve this?</p>
<p>like parent = &#8220;good&#8221; </p>
<p>Please advice</p>
<p>Thanks<br />
Nishant</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dynamic forms builder with jQuery by Uyen</title>
		<link>http://www.berthou.com/us/2009/09/05/dynamic-forms-builder-with-jquery/comment-page-2/#comment-205</link>
		<dc:creator>Uyen</dc:creator>
		<pubDate>Wed, 13 Mar 2013 03:48:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.berthou.com/us/?p=58#comment-205</guid>
		<description><![CDATA[Awesome work! It worked great in Chrome and Firefox.  How can I get it to work in IE?]]></description>
		<content:encoded><![CDATA[<p>Awesome work! It worked great in Chrome and Firefox.  How can I get it to work in IE?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dynamic forms builder with jQuery by tahir</title>
		<link>http://www.berthou.com/us/2009/09/05/dynamic-forms-builder-with-jquery/comment-page-2/#comment-200</link>
		<dc:creator>tahir</dc:creator>
		<pubDate>Thu, 14 Feb 2013 10:49:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.berthou.com/us/?p=58#comment-200</guid>
		<description><![CDATA[Hi rberthou , 
first of all very thanks to share this project. my question is that one i have set a form ans save as test.html. next time i want to edit that test.html form .  i have try to load form from list of pages but getting blank area what is the issue and where i am going wrong plz help me about this.]]></description>
		<content:encoded><![CDATA[<p>Hi rberthou ,<br />
first of all very thanks to share this project. my question is that one i have set a form ans save as test.html. next time i want to edit that test.html form .  i have try to load form from list of pages but getting blank area what is the issue and where i am going wrong plz help me about this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dynamic forms builder with jQuery by Naim</title>
		<link>http://www.berthou.com/us/2009/09/05/dynamic-forms-builder-with-jquery/comment-page-1/#comment-197</link>
		<dc:creator>Naim</dc:creator>
		<pubDate>Fri, 25 Jan 2013 11:54:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.berthou.com/us/?p=58#comment-197</guid>
		<description><![CDATA[Please tell me from where i can get whole html contents
I want to store then in saperate file...]]></description>
		<content:encoded><![CDATA[<p>Please tell me from where i can get whole html contents<br />
I want to store then in saperate file&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dynamic forms builder with jQuery by Kalyan</title>
		<link>http://www.berthou.com/us/2009/09/05/dynamic-forms-builder-with-jquery/comment-page-1/#comment-196</link>
		<dc:creator>Kalyan</dc:creator>
		<pubDate>Mon, 21 Jan 2013 06:54:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.berthou.com/us/?p=58#comment-196</guid>
		<description><![CDATA[Hi,

I have same problem as @Nikhil Mahajan, how to make it work on Chrome browser?]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have same problem as @Nikhil Mahajan, how to make it work on Chrome browser?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dynamic forms builder with jQuery by rberthou</title>
		<link>http://www.berthou.com/us/2009/09/05/dynamic-forms-builder-with-jquery/comment-page-1/#comment-193</link>
		<dc:creator>rberthou</dc:creator>
		<pubDate>Fri, 11 Jan 2013 13:49:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.berthou.com/us/?p=58#comment-193</guid>
		<description><![CDATA[@Kalyan : 
I&#039;m not sure how long I took to develop this tool. I have work for a month but very irregularly. I think that day was the total spend 6 or 7 full days
I currently have no plans to rework on the project. Add enouveau control poses no particular problem except the choice of the javascript library.]]></description>
		<content:encoded><![CDATA[<p>@Kalyan :<br />
I&#8217;m not sure how long I took to develop this tool. I have work for a month but very irregularly. I think that day was the total spend 6 or 7 full days<br />
I currently have no plans to rework on the project. Add enouveau control poses no particular problem except the choice of the javascript library.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
