Ajax工具包 DynarchLIB

码农软件 · 软件分类 · AJAX框架/RIA · 2019-03-28 13:57:23

软件介绍

DynarchLIB 是一个 AJAX 工具包,只在开发高质量的Web交互应用程序。提供一个智能的对象和事件体系、一组丰富的UI组件、浏览器和服务器间的通讯机制等功能。DynarchLIB 是一个小型快速的Ajax工具包。

示例代码:

var dlg = new DlDialog({ title: "Foo" });
var cont = new DlContainer({ parent: dlg });
cont.getElement().style.padding = "20px";
var btn = new DlButton({ parent: cont, label: "Close" });
btn.addEventListener("onClick", function() {
    dlg.destroy();
});
dlg.centerOnParent();

本文地址:https://www.codercto.com/soft/d/2339.html

Effective Modern C++

Effective Modern C++

Scott Meyers / O'Reilly Media / 2014-12 / USD 49.99

Learn how to program expertly with C++ with this practical book from Scott Meyers, one of the world's foremost authorities on this systems programming language. Scott Meyers takes some of the most dif......一起来看看 《Effective Modern C++》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

SHA 加密
SHA 加密

SHA 加密工具

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具