-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
有没有Vue或者React版本的?这种写法 二开的话根本看不懂啊 #13
Comments
不考虑任何前端框架。这个仓库使用的是WebComponents,任何前端框架都可以集成它。 40秒入门:
实际的html是:
另外数据绑定可以使用Binding,如 { textContent: new Binding(source, "property") },多国语言使用 { textContent: localize("document.new") },现在你应该已经知道怎么进行ui开发,我相信没有比这更简单的了。 |
有没有我修改数据 然后页面自动刷新得?例如class上面有个字段是msg = hello h1({textContent: this.msg, onclick: () => { this.msg = haha }}) |
好像new Binding只能绑定input吗? |
数据响应都是通过 Binding 实现,可对任何 html 元素的任何可编辑属性进行绑定,但本项目只使用到了 textContent,没测试其他属性是否有问题。 |
请问一下 有没有chili-core的官方文档,发我一下,谢谢呀 |
文档等1.0发布以后再写吧,现在变动太大。 |
目测WPF + RibbonUI老玩家,转前端了依然觉得WPF的响应式设计可圈可点 EDIT: |
这都能看出来? |
XYZ这个类,桌子气息很重啊,哈哈哈哈哈 |
No description provided.
The text was updated successfully, but these errors were encountered: