关于基于 Web 的每日日程事件控制工具包的任何建议
我们有一个基于 VB 的后端调度应用程序,我们希望将其网络化。一个关键功能点是显示选定日期的多人日程(可能包含多个事件)。
可以在 http://flic.kr/p/8rT4aR 中查看示例
在 VB 中,我们已经使用非网络自定义控件SchedOCX来提供此功能。
有没有关于 HTML5/SVG 工具包的建议,可以减少他们复制此控件的工作量?
如果此功能可以从 Ruby/Rails 基础设施驱动,则可获得奖励分 :-)
感谢任何/所有帮助...谢谢
We have a backend VB based scheduling app which we would like to webify. A key function point is displaying multi-person schedule (with possible multi-events) for a selected day.
A sample can be seen at http://flic.kr/p/8rT4aR
In VB we've used a non-web custom control SchedOCX to deliver this functionality.
Any recommendation for an HTML5/SVG toolkit which might reduce they effort in replicating this control?
Bonus points if this functionality can be driven from a Ruby/Rails infrastructure :-)
Any/all assistance appreciated... Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Telerik RadScheduler 是此类调度应用程序的一个选项。我已经实现了一个 POC,但没有尝试很多自定义,但有一些。
The Telerik RadScheduler is an option for such scheduling apps. I have implemented one as a POC, but did not attempt many customizations, which there are a few.
正如 websch01ar 所提到的,Telerik RadScheduler 确实是一个可以在这种情况下使用的控件。如果您担心能否访问源代码,我很高兴地说,RadScheduler 和所有其他 RadControl 的源代码可作为控制包的一部分提供。
As websch01ar has mentioned, the Telerik RadScheduler is indeed a control that can be used in this scenario. If you are concerned about having access to the source code, I'm happy to say that the source code to RadScheduler, and all other RadControls, is available as part of the control package.