NULL 博文链接:https://bernoulli.iteye.com/blog/1885567
2022-01-05 10:59:52 1.44MB 源码 工具
1
Configuration. Most configuration options are inherited from Ext.Window (see ExtJs docs). The added ones are: url - the url where to post uploaded files. base_params - additional post params (default to {}). permitted_extensions - array of file extensions which are permitted to upload (default to []). reset_on_hide - whether to reset upload queue on dialog hide or not (default true). allow_close_on_upload - whether to allow hide/close dialog during upload process (default false). upload_autostart - whether to start upload automaticaly when file added or not (default false). post_var_name - uploaded data POST variable name (defaults to 'file'). Events. filetest - fires before file is added into the queue, parameters: dialog - reference to dialog filename - file name If handler returns false then file will not be queued. fileadd - fires when file is added into the queue, parameters: dialog - reference to dialog filename - file name fileremove - fires when file is removed from the queue, parameters: dialog - reference to dialog filename - file name record - file record resetqueue - fires when upload queue is resetted, parameters: dialog - reference to dialog beforefileuploadstart - fires when file as about to start uploading: dialog - reference to dialog filename - uploaded file name record - file record If handler returns false then file upload will be canceled. fileuploadstart - fires when file has started uploading: dialog - reference to dialog filename - uploaded file name record - file record uploadsuccess - fires when file is successfuly uploaded, parameters: dialog - reference to dialog filename - uploaded file name data - js-object builded from json-data returned from upload handler response. record - file record uploaderror - fires when file upload error occured, parameters: dialog - reference to dialog filename - uploaded file name data - js-object builded from json-data returned from upload handler response. record - file record uploadfailed - fires when file upload failed, parameters: dialog - reference to dialog filename - failed file name record - file record uploadcanceled - fires when file upload canceled, parameters: dialog - reference to dialog filename - failed file name record - file record uploadstart - fires when upload process starts, parameters: dialog - reference to dialog uploadstop - fires when upload process stops, parameters: dialog - reference to dialog uploadcomplete - fires when upload process complete (no files to upload left), parameters: dialog - reference to dialog Public methods Better go see the source. I18n. The class is ready for i18n, override the Ext.ux.UploadDialog.Dialog.prototype.i18n object with your language strings, or just pass i18n object in config. Server side handler. The files in the queue are posted one at a time, the file field name is 'file'. The handler should return json encoded object with following properties:
2022-01-01 09:48:38 273KB extjs file upload extend
1
使用extjs实现的jbpm工作流设计器,刚设计extjs开发的人员可以很好的借鉴,或者刚好要开发相同功能的拿过去直接改改就可以用了
2021-12-31 17:59:24 2.8MB extjs ext jbpm 工作流
1
extjs 可编辑的表格树,每个单元格自定义编辑组件,可以自适应列宽,只有源码与例子,运行实例要修改路径,不然图片不能显示,注意etree.jsp的js引入路径 支持Ext2.x以上版本 如运行不了EmailTo : codeme9@gmail.com
1
extjs 7.5 版本, sdk 开发包,测试版
2021-12-30 21:04:22 13.23MB extjs js
1
Ext.ux.UploadDialog extjs上传文件的组件,免费下载
2021-12-30 15:07:54 270KB extjs ux upload
1
ExtJS 7.5 Premium Addons,包含Pivot Grid, D3 Visualization, Calendar, Data Exporter,官方测试版
2021-12-25 17:04:18 4.91MB extjs js premium addons
1
extjs 7.4 版本, sdk 开发包,测试版
2021-12-25 17:04:17 12.07MB extjs sdk js
1
ExtJS 7.4 Premium Addons,包含Pivot Grid, D3 Visualization, Calendar, Data Exporter,官方测试版
2021-12-24 13:04:21 4.67MB extjs js
1
这是eclipse工程打包文件,包含所有源码.该系统结合struts+hibernate+spring使用四层架构设计, 采用extjs设计界面,实现用户登录及grid的搜索显示功能, 该系统没有完全开发完成, 实现了部分功能, 仅供参考者学习一些项目的设计思路和extjs的使用技巧.详情操作请参见readme.txt文件.
2021-12-08 23:11:32 12.93MB 订单 管理 extjs ssh
1