• phpAjaxTags


    phpAjaxTags是模仿著名Java标签库"AjaxTags"的一个PHP标记库。简单但强大,易于使用与安装。不需要编写js代码就能实现ajax功能。

    The AJAX Tag Library is a set of JSP tags that simplify the use of Asynchronous JavaScript and XML (AJAX) technology in JavaServer Pages.

    AJAX is primarily rooted in JavaScript. However, many server-side developers do not have an extensive knowledge of client-side programming in the browser. It's much easier in some cases for J2EE developers, especially, to simply add a JSP tag to the page to gain the function desired.

    This tag library fills that need by not forcing J2EE developers to write the necessary JavaScript to implement an AJAX-capable web form. The tag library provides support for live form updates for the following use cases: autocomplete based on character input to an input field, select box population based on selections made from another field, callout or balloon popups for highlighting content, refreshing form fields, and toggling images and form field states on/off.

    The implementation is a combination of Java classes and JavaScript source files. The Java code should be OS independent as there are no client side components. However, the Java is dependent on JDK 1.5+ and requires a Servlet container to run. The JavaScript should run in at least Firefox 1.0+ and Internet Explorer 5.0+.

    点击次数   官方主页【官方主页】   下载地址【下载地址】

    网友留言/评论

    我要留言/评论

    相关开源项目

    Ajax Agent:Ajax Agent是一个非常易于使用(只需三行代码),并且非常强大的开源框架用于快速构建AJAX或RIA应用程序。支持复杂的数据类型比如:associated arrays与object。使用JSON(JavaScript Object Notation)作为数据交换格式。
    PHP文本数据库 txtSQL:TXTSQL是一种文本数据库,文件存储方式类似mysql,兼容部分sql语句.PHP需4.0以上版本才能运行。还提供一个txtSQLAdmin工具来管理数据库。
    Pear:HTML_AJAX:Pear:HTML_AJAX是一个相当成熟的Ajax框架, 使用JSON进行数据传输。內建丰富的例子,包括留言板、登录、grab…等等。
    PHP-Ext:PHP-Ext是一个封装Ext JS Javascript控件的开源项目。它提供一套标准、强大的PHP4和PHP5 API来开发胖客户端程序。此外PHP-Ext还拥有一个Javascript helper工具用于简化Javascript的使用和代码生成。
    phpmsajax:一组PHP文件用来支持在PHP Web应用程序中使用Microsoft AJAX Library。
    aSSL:aSSL:SSL for Ajax。这个开源项目可用于那些需要SSL支持的Ajax应用中。
    RSPA:RSPA是一个基于组件事件驱动的ajax框架适用于PHP4与PHP5。使用这个框架可以从客户端控制事件调用服务器端PHP class函数。也可以在服服务器端直接操作客户端对象。
    XAJAX:xajax通过Javascript直接调用PHP函数。它使用Javascript stub来调用PHP脚本中的函数,对象方法,和类方法。服务器端响应由于xajax响应对象创建,该对象提供非常多的命令比如:给一个HTML元素赋值,显示一个警告对话框等。还支持自定义脚本输出。所有特定浏览器代码(如使用XMLHttpRequest)都是抽象的,并且发送各种数据类型到服务器端都非常容易实现。xajax提供多种配置选项目以便易于与现存web应用或框架相集成。它的Javascript核心简洁明了,而且可以通过覆盖来支持更多的高级Javascript功能。
    jQPie:支持XML,HTML和JSON handler
    AJASON:AJASON是一个基于PHP5的AJAX开发包。它具有以下特点: 1.PHP5与JavaScript代码完全采用面向对象开发。 2.从JavaScript异步调用PHP函数与对象方法。 3.能够在服务器与客户端之间交换复杂的数据类型像arrays与object (更确切地说是对象属性)。 4.使用JavaScript回调函数来处理服务端响应。 5.能够在客户端处理服务端的AJASON错误。