 |
Developer Name: |
William Greenly |
 |
Company Name: |
Greenly Systems |
 |
Email Developer: |
Email Developer |
 |
Date Created: |
Thursday 29/06/2006 |
 |
Latest Version: |
1.1 |
 |
Price: |
$85 |
 |
License: |
One Copy per Server. |
 |
Encrypted: |
Yes |
 |
Average Rating: |
 |
 |
Times Rated: |
7 |

Tag Comments
|
There are no comments for this tag yet!
|
|
What Is CFAJAX Tag Library? |
|
A library of Cold Fusion custom tags allowing developers to quickly and intuitively build AJAX applications without using Javascript. |
Key features include:
-
Completely tag based and intuitive usage. No javascript necessary but extra javascript can be easily integrated.
-
XHTML compliant. Most tags take corresponding HTML attributes.
-
Recursive AJAX. No limitations on how much AJAX can be used in a page or returned to a page (AJAX tags can be used in an AJAX response).
-
<noajax> tags for browsers which don't support ajax.
-
AJAX history with back tags to be used instead of a browser back button.
-
CF session maintenance across AJAX requests.
-
Includes component behaviour for different HTML tags (form tags, anchors, div tags etc) with a huge range of tags included.
-
Works with HTML and javascript responses.
Example showing ease of use:
<cf_jx> <cf_jx_a urls="http://www.somewhere.co.zz" targets="t1" id="exp1">Click Me</a>
<cf_jx_div id="t1">HTML from above response will be put here</cf_jx_div> </cf_jx>
|
|