Extjs 4 与 extjs 3 日历?
我使用的是 extjs 4,我尝试寻找与 extjs 4 兼容的日历 (我尝试: http://ext.ensible.com/products/calendar/ 但它是不适用于 extjs 4..) 我进行了搜索,但没有找到任何内容。
另一个解决方案是在沙箱中使用 extjs 3 日历,并在 extjs 4 上使用我的应用程序,但我不知道该怎么做。 (我的应用程序喜欢布局浏览器示例,左侧有一个树形菜单,然后单击一个我想在中心面板中打印日历的节点。 我的中央面板是一个电子名片,所以我只需更改活动项目,但我不知道如何使用 extjs 3 设置活动项目(我的日历!))
PS:它不用于商业用途,所以有些“如果可能的话,免费”
感谢您的帮助!
I'm on extjs 4 and I try to find a compatible calendar for extjs 4
(I try : http://ext.ensible.com/products/calendar/ but it's doesn't work with extjs 4..)
I searched and I didn't find anything..
Another solution would be to use extjs 3 calendar in sandbox with my app on extjs 4, but I have no idea how to do it.
( My apps likes the layout-browser example have a tree menu on the left, and onclick on one node I want to print my calendar in the center panel .
My central panel is a vcard, so I just have to change the active item, but I don't know how to set an active item with extjs 3 (my calendar !) )
Ps: it's not for a commercial use, so something "free" if it's possible
Thanks for you help !
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
可扩展版本目前在 Github 中与 Ext 4 兼容(正在进行中,但大部分工作正常)。官方的Ext日历示例将在Ext 4.1中升级。
The Extensible version is currently Ext 4 compatible in Github (in progress, but mostly working). The official Ext calendar example will be upgraded in Ext 4.1.
使用标题为“Ext JS 3 & 4 on one page”的沙箱 ext4 示例
Use the sandbox ext4 example entitled "Ext JS 3 & 4 on one page"
extensible-1.5.0-beta1 (https://github.com/bmoeskau/Extensible/downloads )适用于 Ext JS 4。我已经尝试了基本日历示例,它工作正常(除了 1 或 2 个丢失的图像)。但是,您必须将扩展目录作为 Ext JS 目录的同级目录(即这两个目录应位于一个目录中),并且将 Ext JS 目录(最初附加了版本)重命名为“extjs”。这将解决一切!
extensible-1.5.0-beta1 (https://github.com/bmoeskau/Extensible/downloads) works with Ext JS 4. I have tried the basic calendar example and it is working fine (except for 1 or 2 missing images). However, you MUST place the extension directory as a sibling of the Ext JS directory (i.e. both these should be in one directory) and also, rename the Ext JS directory (which originally has the version attached to it) to just "extjs". This will fix everything!