简体   繁体   English

有没有人使用基于OO /原型的样式编写代码来实现javascript UI框架?

[英]Has anyone implemented a javascript UI framework, using an OO/prototype based style for writing code?

I'm specifically looking for a framework written using a coding style that is using a prototype based OO style (that is, an OO style that relies on cloning rather than subclassing when instantiating objects). 我专门在寻找一种使用编码风格编写的框架,该编码风格使用基于原型的 OO风格(即,在实例化对象时依赖于克隆而不是子类化的OO风格)。 Has/is anyone writing such a framework? 有没有人在写这样的框架?

使用DHTML库参考找到类似项目的源代码dynapiactivewidgets ,这是之前的当前趋势写入。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM