shiylqq 2010-06-17 17:36
浏览 242
已采纳

Extjs htmleditor 和formpanel提交表单乱码问题

        Ext.QuickTips.init();

        var form = new Ext.form.Formpanel({
                    name : 'editnews',
                    url : 'updateNews.action',
                    labelAlign : 'right',
                    labelWidth : 50,
                    width : 600,
                    title : 'form',
                    frame : true,
                    items : [{
                                xtype : 'textfield',
                                name : 'news.id',
                                hidden : true
                            }, {
                                xtype : 'textfield',
                                name : 'news.docId',
                                hidden : true
                            }, {
                                xtype : 'textfield',
                                name : 'news.creator',
                                hidden : true
                            }, {
                                xtype : 'textfield',
                                name : 'news.ctreatTime',
                                hidden : true
                            }, {
                                xtype : 'textfield',
                                fieldLabel : '标题',
                                name : 'news.docName'
                            }, {
                                layout : 'form',
                                items : [{
                                            labelAlign : 'top',
                                            items : [{
                                                        xtype : 'htmleditor',
                                                        fieldLabel : '在线编辑器',
                                                        name : 'news.docContent',
                                                        id : 'editor',
                                                        anchor : '98%'
                                                    }]
                                        }]
                            }],
                    buttons : [{
                                text : '取消'
                            }, {
                                text : '保存',
                                handler : function() {
                                    form.getForm().submit({
                                        success : function() {
                                            Ext.Msg.alert('信息', '新闻更新成功!');
                                        },
                                        failure : function() {
                                            Ext.Msg
                                                    .alert('提示',
                                                            '请求失败,请重试。');
                                        }
                                    });
                                }
                            }]
                });

        form.render("form");
  • 写回答

1条回答 默认 最新

  • zhoujuan520 2010-06-22 22:21
    关注

    这个乱码应该和extjs没有关系, 你只要统一页面以及后台的编码就可以了

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 cplex运行后参数报错是为什么
  • ¥15 之前不小心删了pycharm的文件,后面重新安装之后软件打不开了
  • ¥15 vue3获取动态宽度,刷新后动态宽度值为0
  • ¥15 升腾威讯云桌面V2.0.0摄像头问题
  • ¥15 关于Python的会计设计
  • ¥15 聚类分析 设计k-均值算法分类器,对一组二维模式向量进行分类。
  • ¥15 stm32c8t6工程,使用hal库
  • ¥15 找能接spark如图片的,可议价
  • ¥15 关于#单片机#的问题,请各位专家解答!
  • ¥15 博通raid 的写入速度很高也很低