ASP.NET AJAX GUI 工具包
有人用过 Coolite 工具包吗?
如何在 Coolite 窗口中添加 Coolite 子控件?
当然是在 ASP.NET(C#) 中!!!
Anybody worked with Coolite toolkit?
How to add a Coolite child control in a Coolite window?
In ASP.NET(C#) of course!!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您将控件放在
元素中。这是带有折叠面板的窗口示例,第一个面板中有一个颜色选择器。
这是结果的屏幕截图:
带有子控件的 Coolite 窗口 http ://ryanscook.com/Files/CoolliteChildControl-screen1.jpg
You put the controls in the
<Body>
element. Here is an example of a window with an accordion panel and in the first panel there is a color picker.Here is a screen shot of the result:
Coolite Window with Child Controls http://ryanscook.com/Files/CoolliteChildControl-screen1.jpg