1,01.zipToolbar - Custom status messages and tooltips用户状态信息与工具提示(3KB)2,02.zipRemove system menu from floating toolbar从浮动工具条中去除系统菜单(2KB)3,03.zipRemove close button from fl oating toolbar 从浮动工具条中去掉关闭按钮(2KB)4,customizable1.zipCustomizable toolbar可自定义的工
excel中没有日期控件的解决方法 缺少microsoft date and time picker control 6.0(sp4) 拷贝Mscomct2.ocx文件到C:\WINDOWS\system32目录下 如果该目录下有此文件则直接替换 如果该目录下没有此文件,则把文件放入目录下后,点击“运行”,输入regsvr32 Mscomct2.ocx命令注册该控件,注册后可正常使用。
修改extjs控件,支持只选择年月,或者只选择年。 只要设置format:“Y-m”,"Y"即可。 xtype:'monthfield' 因为extjs的bug(3月30如果选择2月将自动变成3月)。所以需要修改monthField中safeParse方法: else if ("Y-m"==format) { // set time to 12 noon, then clear the time var parsedDate = Date.parseDate(value + '-01 ' +