- 浏览: 26325 次
- 性别:
- 来自: 湖南
-
最新评论
文章列表
extjs 实现保存信息到后台
- 博客分类:
- ExtJs
onSave:function(){
var userName = Ext.getCmp('Fd_userName').getValue();
var userRealName = Ext.getCmp('Fd_userRealName').getValue();
var userIDCard = Ext.getCmp('Fd_userIDCard').getValue();
...
combobox 实现下拉列表
- 博客分类:
- ExtJs
tbar : [
{
xtype:'tbtext',text:'选择部门:',width:60
},{
xtype:'combo',
id:'type',
name : 'type',
width:80,
editable: false,
displayField: 'value',
valueField: "value",
mode ...
装了个win7系统 头痛了 我的数据库怎么就导不进去了 打开日志是这样子提示的
2012-02-23 19:03:12.661: [ OCRRAW][1612]proprinit: Could not open raw device
2012-02-23 19:03:12.661: [ default][1612]a_init:7!: Backend init unsuccessful : [33]
2012-02-23 19:03:12.662: [ CSSCLNT][1612]clsssinit: error(33 ) in OCR initialization
2012 ...