<?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 on: Dynamically Instantiate and destroy Lightning Components &#8211; Modal dialog component	</title>
	<atom:link href="https://www.jitendrazaa.com/blog/salesforce/dynamically-instantiate-and-destroy-lightning-components-modal-dialog-component/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.jitendrazaa.com/blog/salesforce/dynamically-instantiate-and-destroy-lightning-components-modal-dialog-component/</link>
	<description>AI, Salesforce, ServiceNow &#38; Enterprise Tech Guides</description>
	<lastBuildDate>Wed, 06 Feb 2019 11:00:17 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Sai Karthik		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/dynamically-instantiate-and-destroy-lightning-components-modal-dialog-component/#comment-5026</link>

		<dc:creator><![CDATA[Sai Karthik]]></dc:creator>
		<pubDate>Wed, 06 Feb 2019 11:00:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=5364#comment-5026</guid>

					<description><![CDATA[When trying to destroy, my parent component is also getting destroyed. Not sure where I am going wrong.]]></description>
			<content:encoded><![CDATA[<p>When trying to destroy, my parent component is also getting destroyed. Not sure where I am going wrong.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: readrajatmahajan		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/dynamically-instantiate-and-destroy-lightning-components-modal-dialog-component/#comment-4717</link>

		<dc:creator><![CDATA[readrajatmahajan]]></dc:creator>
		<pubDate>Thu, 13 Sep 2018 16:29:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=5364#comment-4717</guid>

					<description><![CDATA[Hi Jitendra, wanted to know how would you pass attributes from child component to parent component?]]></description>
			<content:encoded><![CDATA[<p>Hi Jitendra, wanted to know how would you pass attributes from child component to parent component?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ramana Reddy		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/dynamically-instantiate-and-destroy-lightning-components-modal-dialog-component/#comment-4262</link>

		<dc:creator><![CDATA[Ramana Reddy]]></dc:creator>
		<pubDate>Tue, 20 Mar 2018 12:43:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=5364#comment-4262</guid>

					<description><![CDATA[Hii Jitendra ,

is it possible Sobject lisview record deatils  open in modal dailog ?]]></description>
			<content:encoded><![CDATA[<p>Hii Jitendra ,</p>
<p>is it possible Sobject lisview record deatils  open in modal dailog ?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: sp1312		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/dynamically-instantiate-and-destroy-lightning-components-modal-dialog-component/#comment-3857</link>

		<dc:creator><![CDATA[sp1312]]></dc:creator>
		<pubDate>Wed, 22 Nov 2017 13:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=5364#comment-3857</guid>

					<description><![CDATA[Hi Jitendra,
I have been following your blog from long time and its very useful.
I have one lightning page where I have filter row similar to what we have in Workflow rules where you can add condition like field &quot;Name&quot; operator(=,!=,  etc) and based on the selected field the value field should render. Suppose if the field which I choose for filter is picklist type then value field should appear as picklist(picklist values I will fetch I just need the component type). 
I would be very thankful if you can help me little bit. Let me know if you need any clarification or help from my side.]]></description>
			<content:encoded><![CDATA[<p>Hi Jitendra,<br />
I have been following your blog from long time and its very useful.<br />
I have one lightning page where I have filter row similar to what we have in Workflow rules where you can add condition like field &#8220;Name&#8221; operator(=,!=,  etc) and based on the selected field the value field should render. Suppose if the field which I choose for filter is picklist type then value field should appear as picklist(picklist values I will fetch I just need the component type).<br />
I would be very thankful if you can help me little bit. Let me know if you need any clarification or help from my side.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mayan		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/dynamically-instantiate-and-destroy-lightning-components-modal-dialog-component/#comment-3835</link>

		<dc:creator><![CDATA[Mayan]]></dc:creator>
		<pubDate>Mon, 30 Oct 2017 13:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=5364#comment-3835</guid>

					<description><![CDATA[Hi Jitendra,
I have developed a Modal in Visualforce page using SLDS. Now Whenever I click outside the Modal area, it doesn&#039;t go away or we can say it doesn&#039;t hide. It should be close or hide by clicking outside the box(Modal). Cross(X) Button and Close button both are working fine. Issue is coming outside area of box only. 

Please do help or reply your email ID so that I can send you my code with ScreenShots.
Thanks]]></description>
			<content:encoded><![CDATA[<p>Hi Jitendra,<br />
I have developed a Modal in Visualforce page using SLDS. Now Whenever I click outside the Modal area, it doesn&#8217;t go away or we can say it doesn&#8217;t hide. It should be close or hide by clicking outside the box(Modal). Cross(X) Button and Close button both are working fine. Issue is coming outside area of box only. </p>
<p>Please do help or reply your email ID so that I can send you my code with ScreenShots.<br />
Thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jitendra Zaa		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/dynamically-instantiate-and-destroy-lightning-components-modal-dialog-component/#comment-3582</link>

		<dc:creator><![CDATA[Jitendra Zaa]]></dc:creator>
		<pubDate>Fri, 17 Mar 2017 16:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=5364#comment-3582</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.jitendrazaa.com/blog/salesforce/dynamically-instantiate-and-destroy-lightning-components-modal-dialog-component/#comment-3581&quot;&gt;RC&lt;/a&gt;.

its here]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.jitendrazaa.com/blog/salesforce/dynamically-instantiate-and-destroy-lightning-components-modal-dialog-component/#comment-3581">RC</a>.</p>
<p>its here</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: RC		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/dynamically-instantiate-and-destroy-lightning-components-modal-dialog-component/#comment-3581</link>

		<dc:creator><![CDATA[RC]]></dc:creator>
		<pubDate>Fri, 17 Mar 2017 15:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=5364#comment-3581</guid>

					<description><![CDATA[Where did this blog post go?]]></description>
			<content:encoded><![CDATA[<p>Where did this blog post go?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jason Beatty		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/dynamically-instantiate-and-destroy-lightning-components-modal-dialog-component/#comment-3144</link>

		<dc:creator><![CDATA[Jason Beatty]]></dc:creator>
		<pubDate>Tue, 17 May 2016 01:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=5364#comment-3144</guid>

					<description><![CDATA[How can you pass in a function to handle the onclicks?  I want to add a &quot;Save&quot; button to the modal and pass in a function to the modalDialog to run when Save is clicked.  Any help will be appreciated!

Thanks!]]></description>
			<content:encoded><![CDATA[<p>How can you pass in a function to handle the onclicks?  I want to add a &#8220;Save&#8221; button to the modal and pass in a function to the modalDialog to run when Save is clicked.  Any help will be appreciated!</p>
<p>Thanks!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jitendra Zaa		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/dynamically-instantiate-and-destroy-lightning-components-modal-dialog-component/#comment-3065</link>

		<dc:creator><![CDATA[Jitendra Zaa]]></dc:creator>
		<pubDate>Tue, 15 Mar 2016 17:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=5364#comment-3065</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.jitendrazaa.com/blog/salesforce/dynamically-instantiate-and-destroy-lightning-components-modal-dialog-component/#comment-3064&quot;&gt;Sagar Patel&lt;/a&gt;.

I don&#039;t see any problem adding onclick function dynamically. You can do lots of stuff from javascript and also invoke server side controller. If you can provide non-working code then I may be able to help you out here.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.jitendrazaa.com/blog/salesforce/dynamically-instantiate-and-destroy-lightning-components-modal-dialog-component/#comment-3064">Sagar Patel</a>.</p>
<p>I don&#8217;t see any problem adding onclick function dynamically. You can do lots of stuff from javascript and also invoke server side controller. If you can provide non-working code then I may be able to help you out here.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sagar Patel		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/dynamically-instantiate-and-destroy-lightning-components-modal-dialog-component/#comment-3064</link>

		<dc:creator><![CDATA[Sagar Patel]]></dc:creator>
		<pubDate>Tue, 15 Mar 2016 16:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=5364#comment-3064</guid>

					<description><![CDATA[Is there any way to add onclick function dynamical? or say What is the replacement for apex:actionfunction in lightning ?

For example,

abc.cmp

Call init handler ...



abc.js

init()

other code ...

abchelper.js

get data from SFDC server 

for(response obj: lstResponse){

$(&#039;id=myTask&#039;).html( &#039; test test&#039;);

// In above line i want to call may component function 

}

If i compare my scenario with visual force page then it would work like as apex:Actionfunction ....]]></description>
			<content:encoded><![CDATA[<p>Is there any way to add onclick function dynamical? or say What is the replacement for apex:actionfunction in lightning ?</p>
<p>For example,</p>
<p>abc.cmp</p>
<p>Call init handler &#8230;</p>
<p>abc.js</p>
<p>init()</p>
<p>other code &#8230;</p>
<p>abchelper.js</p>
<p>get data from SFDC server </p>
<p>for(response obj: lstResponse){</p>
<p>$(&#8216;id=myTask&#8217;).html( &#8216; test test&#8217;);</p>
<p>// In above line i want to call may component function </p>
<p>}</p>
<p>If i compare my scenario with visual force page then it would work like as apex:Actionfunction &#8230;.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Minified using Disk

Served from: www.jitendrazaa.com @ 2026-04-24 14:29:27 by W3 Total Cache
-->