Articles in the ‘FullAjax’ category

DAX – one of a function of FullAjax, used for request a text data, xml, json, and similar (DataAjaX).

Example using DAX:

1
2
3
dax({url:'myurl', id:'save-data', form:'myform', method:'post', cb:function(resp, cbo){
	alert(resp.text || resp.xml)
}})

Data from all field (input, textarea, select, …) of the form with id=’myform’ will be automatically collected and sent to url=myurl use post method.

id – it a internal thread id designed to separate streams of several trips to the server. At the same time, there can be multiple requests with the same id, the following query overrides the previous. Also use id allows to reuse already created in memory objects.

List of DAX options: (more…)

What is FullAjax?

February 8th, 2011

JavaScript library Fullajax = AJAX (Asynchronous JavaScript and XML) + AHAH (Asynchronous HTML and HTTP)- technology conversion websites and web applications in AJAX.

Allows to use AJAX technology to its fullest, and to quickly and easily implement AJAX for any site without knowledge of the intricacies of AJAX and programming in Javascript. It’s enough to know the basics of HTML.

One of the main features Fullajax – programming as usual and after connecting the library Fullajax get AJAX. This is achieved through special filtering mechanisms that transform normal URL to AJAX.

Basic features: (more…)

New version of the Add FullAjax plugin for Joomla! (2011.01.10).
Plugin connect FullAjax lib to Joomla. And enables easy setup of the library.

What new:

  • use FullAjax v1.0.4 build 12
  • add version for Joomla! 1.6
  • add update Breadcrumbs
  • add loading animation
  • PDF export now works
  • user component and module now works correctly (may require additional configuration)
  • automatic change class “active” for active menu item

-> Download < -

How to configure:
(more…)