webOS 版 Ares 中的回流、渲染内容、创建组件
我需要以编程方式访问 Ares 用于绘制 DOM 树的 chrome 文件,但缺乏有关如何访问它的文档,这非常令人沮丧。我正在构建一些应用程序,这些应用程序在处理 DOM 树的方式上需要稍微动态一些,而 Ares 没有关于如何获取 chrome 文件并将它们转换为 DOM 元素的文档。有人有什么好的参考吗?
I need programmatic access to the chrome files that Ares uses to paint the DOM tree and the lack of documentation on how to access it is very frustrating. I'm building some apps that need to be a little dynamic in how they handle the DOM tree and Ares has no documentation on how it takes the chrome files and turns them into DOM elements. Does anyone have any good references?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Ares 的文档非常稀疏,尝试从developer.palm.com 上的Palm 获取响应不会有什么坏处。
您最好的选择可能是从 Ares 下载源代码并将其导入到该项目的 Eclipse 中。否则,您可能会花费更多时间进行逆向工程而不是开发。
There is very sparse documentation for Ares, it won't hurt to try and get a response from Palm on developer.palm.com.
Your best bet may be to download the source from Ares and import into Eclipse for this project. Otherwise you may spend more time reverse-engineering rather than developing.