GIGJ.COM
welcome to my space
X
Search:  
Welcome to:gigj.com
NAVIGATION: Home >>

Some component couldnot show in tabPanel

Published by: smith 2009-01-07
My question is my zswjForm couldnot show correctly,the commponent which layout is 'column' could not show,if the tabPanel contains a item,it will show correctly,anybody can show me where the problem is ?

var ajxxForm = new Ext.FormPanel({
region : 'west',
split : true,
collapsible : true,

autoScroll : true,
labelAlign : 'right',
labelWidth : 77,
width : 460,
border : false,
frame : true,
items : [{
xtype : 'textfield',
fieldLabel : 'casename',
name : 'ajName',
id : "ajName",
allowBlank : false,
blankText : 'casename is not allowed blank,
anchor : '95%'
}, {
layout : 'column',
border : false,
labelSeparator : ':',
items : [{
columnWidth : .5,
layout : 'form',
border : false,
items : [{
xtype : "textfield",
fieldLabel : 'dsRen',
name : 'dsRen',
id : "dsRen",
anchor : "93%",
allowBlank : false,
blankText : 'not allow to be blank'
}]
}, {
columnWidth : .5,
layout : 'form',
border : false,
items : [{
xtype : 'combo',
store : new Ext.data.SimpleStore({
fields : ["retrunValue", "displayText"],
Free audioslave guitar tabs Download - audioslave guitar tabs ::
Free for noncommercial use. Hide show. Download TabPanel by Cool Focus . Instant Delivery | And so much more we could not fit on this description
http://script.wareseeker.com/free-audioslave-guitar-tabs/
HOME
data : [['db', 'db'], ['dc', 'dc']]
}),
valueField : "retrunValue",
displayField : "displayText",
mode : 'local',
forceSelection : true,
hiddenName : 'jici',
[#CRM-3145] Provide migration assistance? - CiviCRM Issue Tracker::
It just seems this would be sooo user-friendly that people couldn't help but love CiviCRM Totally ridiculous or does this have some potential? Show »
http://issues.civicrm.org/jira/browse/CRM-3145?focusedCommentId=22716&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel
HOME
[#UP-386] Errors possible with IGroupMember.getContainingGroups ::
This error shows up when you use the sample portal db from data.xml along with getContainingGroups() on a component service that could not contain a
http://www.ja-sig.org/issues/browse/UP-386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
HOME
editable : false,
triggerAction : 'all',
allowBlank : false,
fieldLabel : 'HandleType',
name : 'HANDLE_TYPE',
anchor : '91%'
}]
}]
}, {
xtype : 'textfield',
fieldLabel : 'address',
name : 'address',
allowBlank : true,
maxLength : 50,
allowBlank : false,
blankText : 'no allow to be blank',
anchor : '95%'
}, {
layout : 'column',
border : false,
labelSeparator : ':'
items : [{
columnWidth : .5,
layout : 'form',
border : false,
items : [{
xtype : 'combo',
store : new Ext.data.SimpleStore({
fields : ["retrunValue", "displayText"],
data : [[1, 'bb'], [2, 'aa']]
}),
valueField : "retrunValue",
displayField : "displayText",
mode : 'local',
forceSelection : true,
editable : false,
triggerAction : 'all',
allowBlank : true,
fieldLabel : 'ajxx',
name : 'ajType',
anchor : '96%'
}]
}, {
columnWidth : .5,
layout : 'form',
border : false,
items : [{
xtype : 'combo',
store : new Ext.data.SimpleStore({
fields : ["retrunValue", "displayText"],
data : [[1, 'cc'], [2, 'dd']]
}),
valueField : "retrunValue",
displayField : "displayText",
mode : 'local',
forceSelection : true,
hiddenName : 'jici',
editable : false,
triggerAction : 'all',
allowBlank : false,
fieldLabel : 'ajn',
name : 'leader',
anchor : '91%'
}]
}]
}, {
xtype : 'textarea',
height : 200,
fieldLabel : 'ajcontent',
name : 'ajContent',
allowBlank : true,
maxLength : 500,
allowBlank : true,
anchor : '95%'
}]
});
var zswjForm = new Ext.FormPanel({
region : 'west',
split : true,
collapsible : true,
autoScroll : true,
labelAlign : 'right',
labelWidth : 77,
width :460,
border : false,
frame : true,
items : [{
xtype : 'textfield',
fieldLabel : 'unit',
name : 'CBUNITS',
id : "CBUNITS",
allowBlank : true,
anchor : '95%'
}, {
layout : 'column',
border : false,
labelSeparator : ':'
items : [{
columnWidth : .5,
layout : 'form',
border : false,
items : [{
xtype : "textfield",
fieldLabel : 'handler,
name : 'HANDLER',
id : "HANDLER",
anchor : "93%"
}]
}, {
columnWidth : .5,
layout : 'form',
border : false,
items : [{
xtype : "textfield",
fieldLabel : 'telephone',
name : 'TELEPHONE',
id : "TELEPHONE",
anchor : "93%"
}]
}]
}, {
xtype : 'fieldset',
title : 'ajsp',
collapsible : true,
autoHeight : true,
width : 460,
items : [{
layout : 'column',
border : false,
labelSeparator : ':',
items : [{
columnWidth : .5,
layout : 'form',
border : false,
items : [{
style : 'margin-top:5px',
xtype : 'radio',
fieldLabel : 'agree',
boxLabel : 'agree',
name : 'APP_STATUS',
checked : true,
inputValue : '1',
anchor : '90%'
}]
}, {
columnWidth : .5,
layout : 'form',
labelWidth : 0,
labelSeparator : '',
hideLabels : true,
border : false,
items : [{
style : 'margin-top:5px',
xtype : 'radio',
fieldLabel : '',
boxLabel : 'not agree',
name : 'APP_STATUS',
inputValue : '2',
width : 200
}]
}]
}, {
layout : 'column',
border : false,
labelSeparator : '£º',
items : [{
columnWidth : .5,
layout : 'form',
border : false,
items : [{
xtype : 'combo',
store : new Ext.data.SimpleStore({
fields : ["retrunValue", "displayText"],
data : [[1, 'XX'], [2, 'XXXX']]
}),
valueField : "retrunValue",
displayField : "displayText",
mode : 'local',
forceSelection : true,
hiddenName : 'spName',
editable : false,
triggerAction : 'all',
allowBlank : true,

fieldLabel : 'ÉóÅúÈË',
name : 'spName',
anchor : '98%'
}]
},{
columnWidth:.5,
layout: 'form',
border:false,
items: [{
xtype:'datefield',
fieldLabel: 'sptime',
name: 'APP_TIME',
allowBlank:true,
format: 'Y-m-d',
anchor:'90%'
}]
}]
}, {
xtype : 'textarea',
fieldLabel : 'idea',
name : 'APP_IDEA',
allowBlank : true,
maxLength : 500,
anchor : '98%'
}]
}]
});

function upload() {
var uploadPanel = new Ext.ux.UploadPanel({
title : 'Upload files',
xtype : 'uploadpanel',
buttonsAt : 'tbar',
id : 'uppanel',
url : 'http://localhost:8080/fileupload/upload.do',
path : 'root',
maxFileSize : 1048576,
enableProgress : false
});
var uploadTabPanel = new Ext.TabPanel({
activeTab : 0,
border : false,
frame : true,
items : [uploadPanel]
});
var uploadWin = new Ext.Window({
width : 175,
// minWidth:165,
id : 'winid',
height : 220,
// minHeight:200,
layout : 'fit',
border : false,
closable : true,
// closeAction: 'hide',
title : 'upload',
iconCls : 'window_icon',
items : [uploadPanel]
});
uploadWin.show();
}

var attachmentPanel = new Ext.Panel({
region : 'center',
tbar : [{
text : 'upload',
handler : upload
}, {
text : "edit"
}],
items : [new Ext.Panel({
border : true,
height : 400
})]
});
var wordPanel = new Ext.Panel({
border : false
});
var zswjtabPanel = new Ext.TabPanel({
region : 'center',
border : false,
activeTab : 0,
autoScroll : true,
items : [{
title : 'zswjpanel',
id : 'zswjpanel',
items : [wordPanel]
}, {
title : 'zswjfj,
id : 'zswjfj'//,
// items : [attachmentPanel]
}]
});
var tabPanel = new Ext.TabPanel({
border : false,
activeTab : 0,
autoScroll : true,
items : [{
title : 'ajxx',
layout : 'border',
id : 'zswjajjbxx',
items : [ajxxForm, attachmentPanel]
},{
title : 'zswj',
layout : 'border',
id : 'dbzswj',
items : [zswjForm, zswjtabPanel]
}]
});


Nortel Unveils Vision, Strategy for Israeli High-Performance Net
Busy Friday Leads to Strong Close for Net Stocks
PRINT Add to favorites
  • how do you know if you have long legs or a long torso
  • which one of these chararcters best reminds you of one of our presidential candidates
  • since joe the plumber asked an obvious question that obama used to embarrass himself joe must be destroyed
  • i 039 ve narrowed in down to a few baby names your opinion please
  • for the fans of er who watched tonight 039 s episode
  • spanish latin italian and french songs
  • eating pancakes everyday
  • stretch marks and gay men
  • but i have not given a payment in 6 years
  • where can i find a 32ddd bra that is normal
  • is using weights while walking safe and what are the benefits
  • i really want to lose weight any tips help
  • should i up the weight on my deadlift to 340 345 or keep it the same
  • what are some apartments in the arlington alexandria or falls church area that are safe and affordable
  •  
  • which name combo do you like for a girl
  • what did you think about the debate
  • a question for smacking spanking parents
  • i have problems i need a girls opinion
  • how do i lose some belly fat in 3 weeks
  • how do i loose weight
  • how do the q 039 s fit into the lgbt community
  • please rate these names
  • what does the word bre mean in serbian
  • is it ok for me to take calcium pills
  • what happened to the gold of all the destroyed great temples of the world
  • can you attach a garter belt to thigh highs with lace at the top
  • bad news for parents who vaccine
  • #If you have any other info about this subject , Please add it free.#
    Your name:
    E-mail:
    Telphone:

    Your comments:


    If you have any other info about Some component couldnot show in tabPanel , Please add it free.
     Homepage | Add to favorites | Contact us | Exchange links | LOGIN | Site map | 
    Copyright© 2008 gigj.com        Site made:CFZ