<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — I want to understand how ajax is working here]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=8953</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=8953&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in I want to understand how ajax is working here.]]></description>
		<lastBuildDate>Fri, 28 Aug 2020 07:23:20 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: I want to understand how ajax is working here]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38184#p38184</link>
			<description><![CDATA[<p>The files you will need to refer are:<br /></p><div class="codebox"><pre><code>includes/ajax.inc
includes/JsHttpRequest.php
js/JsHttpRequest.js</code></pre></div><p>The functions <strong>in_ajax()</strong> and <strong>absolute_url($url)</strong> are <span class="bbu">outside</span> of the extended class.</p><p>The various ajax trigger commands executed are for:<br /></p><div class="codebox"><pre><code>rd =&gt; redirect
pu =&gt; popup
js =&gt; javascript
as =&gt; assign
up =&gt; update
di =&gt; disable target / enable target
fc =&gt; focus</code></pre></div><p>There difference between the disable and enable methods for the &quot;n=&#039;di&#039;&quot; command attribute is the boolean value of the argument $sData.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Fri, 28 Aug 2020 07:23:20 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38184#p38184</guid>
		</item>
		<item>
			<title><![CDATA[Re: I want to understand how ajax is working here]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38177#p38177</link>
			<description><![CDATA[<p>Hi apmuthu,</p><p>I read this wiki, I did not get it clearly.</p><p>I want to know when you say for example $Ajax-&gt;activate(&#039;price&#039;);</p><p>then how it know the code that should be executed to get the content in the price field?</p>]]></description>
			<author><![CDATA[null@example.com (trainer2008)]]></author>
			<pubDate>Thu, 27 Aug 2020 18:53:46 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38177#p38177</guid>
		</item>
		<item>
			<title><![CDATA[Re: I want to understand how ajax is working here]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38154#p38154</link>
			<description><![CDATA[<p>https://frontaccounting.com/fawiki/index.php?n=Devel.AjaxInFA</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Tue, 25 Aug 2020 16:31:55 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38154#p38154</guid>
		</item>
		<item>
			<title><![CDATA[I want to understand how ajax is working here]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38141#p38141</link>
			<description><![CDATA[<p>Hi,<br />I have a hard time looking for how to use ajax in FA,</p><p>I read about $Ajax-&gt;activate() but I have doubts using it,</p><p>let us make a simple example so that it can be clear how it works.</p><p>say I started div with id mydiv, after that i have a function (named as myfunction) that I want it to fill the div with a some text data based on an input field value when I click a submit button.</p><p>What I need to understand how to link the submit button to execute the myfunction function by ajax to fill the mydiv div?</p><p>hope you understand my question.</p>]]></description>
			<author><![CDATA[null@example.com (trainer2008)]]></author>
			<pubDate>Mon, 24 Aug 2020 18:54:31 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38141#p38141</guid>
		</item>
	</channel>
</rss>
