只显示主题贴
Ext.QuickTips.init();
Ext.form.Field.prototype.msgTarget = 'side';
Ext.onReady(function(){
var componentView = new Ext.form.ComboBox({
store: new Ext.data.SimpleStore({
fields: ["retrunValue", "displayText"],
...
- 进入论坛 入门讨论 版
谢谢各位的回复.我试了一下.当你选下拉选第三个的时候.第二个的还会在这显示出来.而第三个的显示内容.只出来了文字
- 进入论坛 AJAX 版
问一个问题.我现在做了一个下拉.当选中一个时.下边显示几个表单控件.在下拉选别的时候.显示另外几个控件.问题是现在.显示出第一个控件后.在选第二个下拉显示时.第一个的不消失请问怎么做啊
代码如下
Ext.onReady(function(){
var hanjia = new Ext.form.FormPanel({
renderTo:"hello",
title:"容器组件",
width:1000,
plain:true,
labelWidth:100,
labelAlign:"right",
height:120,
items:[
{
...
- 进入论坛 AJAX 版







评论排行榜