Search Type: Posts; User: afei
Search: Search took 0.04 seconds.
-
26 Oct 2008 6:51 PM
Jump to post Thread: JsonStore on Xtemplate by afei
- Replies
- 2
- Views
- 1,475
[code]
var record = grid.getSelectionModel().getSelected();
var app_id = record.get("APP_ID");
loadFormData(app_id);
var tpl = new Ext.XTemplate(
'<table><tr><tpl... -
15 Oct 2008 7:08 PM
- Replies
- 2
- Views
- 2,839
extjs 2.1
windows xp
when i seted fileUpload to be true in my formpanel ,then i submited the form,in my action,I got the value of remark by request.getParameter("remark ") ,but i got a null... -
12 Oct 2008 5:48 PM
- Replies
- 0
- Views
- 789
I met a strange problem when i useed fileUpload property of FormPanel.
Because i needed to upload a file,so i seted fileUpload to be true,but when i submited the form,my action class got the remark... -
23 Sep 2008 6:09 PM
- Replies
- 19
- Views
- 15,575
how to add multi file by FileUploadField just like gmail.
it seems the FileUploadField just can add a file -
23 Sep 2008 6:05 PM
- Replies
- 1
- Views
- 1,210
how to add Multiple file by FileUploadField just like Gmail?
-
4 Sep 2008 1:04 AM
- Replies
- 1
- Views
- 772
how to add a function that adding a attachement as gmail in Ext?
i am using struts 1.2 , hibernate 3.1 and extjs 2.1 -
1 Sep 2008 7:14 PM
- Replies
- 0
- Views
- 625
My problem is that using autoLoad to load officeControl.html ,officePanel just showes the message which is 'could not load the ActiveX control',if officePanel is used html to load the...
-
27 Aug 2008 5:56 PM
Jump to post Thread: how to print panel by afei
- Replies
- 1
- Views
- 855
A viewport contains a left panel and a right panel ,and the right panel contains a picture,how to print the picture of the right panel?
-
26 Aug 2008 11:11 PM
- Replies
- 1,016
- Views
- 303,021
mainLayout.js
var Tree = Ext.tree;
var root = new Tree.AsyncTreeNode({
text : paraMenuName,
draggable : false,
expanded : true,
id : 'root',
bodyStyle : 'width:100%', -
22 Aug 2008 8:45 AM
- Replies
- 1,016
- Views
- 303,021
when i opened the window with the IE6.0, a error dialog is showed,when i clicked ok button,the ie window is closed,but when the firefox is ok.
-
19 Aug 2008 11:48 PM
- Replies
- 1,016
- Views
- 303,021
I have tryed as what you say,but it still didnot work,beside,iframepanel have problem with extjs 2.2,did you meet this problem?
-
18 Aug 2008 8:27 PM
Jump to post Thread: how to dynamic to build a form by afei
- Replies
- 1
- Views
- 827
how to dynamic to build a form from xml data or others?
I have a combo, i want to build defferent form from xml data.if i selected defferent items from combo and defferent xml data will be loaded. -
18 Aug 2008 7:01 PM
- Replies
- 3
- Views
- 960
thanks!
-
15 Aug 2008 11:40 PM
- Replies
- 3
- Views
- 960
function upload(url) {
var uploadPanel = new Ext.ux.UploadPanel({
xtype : 'uploadpanel',
buttonsAt : 'tbar',
id : 'uppanel',
url : url,
path : 'root',
maxFileSize :... -
14 Aug 2008 9:19 PM
Jump to post Thread: A question about Grid by afei
- Replies
- 4
- Views
- 926
thanks ,but how to fiddle with the css rule for the header text directly?
beside rewrite the grid css is not suit for me
i just want a special column change the style. -
14 Aug 2008 8:49 PM
Jump to post Thread: A question about Grid by afei
- Replies
- 4
- Views
- 926
How to set the position of the header of a grid to center,but the column content to left.
if i set header to center ,then the content also to be center.
var cm = new Ext.grid.ColumnModel([
... -
14 Aug 2008 12:44 AM
- Replies
- 1,016
- Views
- 303,021
ux.ManagedIframe/Panel has some problem with ext 2.2 in IE 6.0,the window in ie could not open,but the firefox is ok,anybody met this prblem?
-
13 Aug 2008 10:48 PM
Jump to post Thread: how to set a default value to combo? by afei
- Replies
- 2
- Views
- 775
my formpanel contains a combo , now i want the combo was selected the first index ,how should i do?
my code:
var ywform = new Ext.form.FormPanel({
renderTo : 'seachGrid',
... -
13 Aug 2008 12:21 AM
- Replies
- 2
- Views
- 862
Condor,if the root contains a node that contains a childnode, then the childnode cannot expend auto,i donot why?
-
12 Aug 2008 7:16 PM
- Replies
- 2
- Views
- 862
How to make the AsyncTreeNode expand all the node?i called root.expandChildNodes(true);,but it didnot work.
var Tree = Ext.tree;
var root = new Tree.AsyncTreeNode({
text : paraMenuName,... -
12 Aug 2008 6:30 PM
- Replies
- 1,016
- Views
- 303,021
how to hide the scrollbar of ManagedIframePanel ,I set the autoScroll : false,but it didnot work.
my code:
var tab = new Ext.TabPanel({
region : 'center',
xtype: 'tabpanel',
... -
12 Aug 2008 6:16 PM
- Replies
- 6
- Views
- 876
mystix,thank you very much ,you are my hero.
-
12 Aug 2008 5:43 PM
- Replies
- 6
- Views
- 876
I do as mystix , but the var ntkoobj is still null, it could not promise that officeContral.jsp has been loaded. any good idea?
loadend:
function loadend(){
if (null == ntkoobj) {
... -
11 Aug 2008 8:30 PM
- Replies
- 6
- Views
- 876
But how to promise the the loadend method will get the officePanel ?
maybe officePanel will not be inited,while the loadend method has excuted. -
11 Aug 2008 7:32 PM
- Replies
- 6
- Views
- 876
if i want to excute the loadend method after the newbwcpPort is inited,because the loadend method need to call officePanel. what should i do? thanks
my code:
[code]
Ext.onReady(function() {
...
Results 1 to 25 of 50
