Search Type: Posts; User: xiexueze
Search: Search took 0.02 seconds.
-
18 Jan 2010 5:46 PM
Jump to post Thread: [3.0] Ext.layout.HBoxFitSplit by xiexueze
- Replies
- 23
- Views
- 11,411
that looks great !!
this layout can be used in portal ? i meant take the place of portal's column layout, thx ! -
18 Jan 2010 5:34 PM
- Replies
- 79
- Views
- 25,566
That is cool !! thanks for sharing !!
I encounter some problems when i put tabpanel into portal ,the tabpane's DD come into collision with the portal's. I change the code like this:
... -
27 Jul 2009 8:50 PM
- Replies
- 17
- Views
- 9,850
hi Jacky1234
I have download it again, the file can be extracted,and works fine, can you try again?
thanks -
23 Jun 2009 6:38 PM
Jump to post Thread: Toolbar button style by xiexueze
- Replies
- 28
- Views
- 43,879
thanks for demongloom's image and css code
it works well in firefox,but in IE the png image render little ugly. -
23 Jun 2009 2:07 AM
- Replies
- 17
- Views
- 9,850
that's great!
thanks for binod dokania !!
I found just modify the autoCreate like this:
autoCreate: {style:(Ext.isIE ? 'position:absolute':'')}
but when the tree's rootVisible is false,the... -
10 May 2009 9:29 PM
- Replies
- 17
- Views
- 9,850
HI binod dokania:
thanks for report.
this is odd! It is working fine in my IE6.
could you post your code on here?
or you can try to increase the 100 corresponding in the code:
... -
28 Apr 2009 7:01 PM
- Replies
- 28
- Views
- 13,588
yes, cause I think the user would might ignore the paging toolbar when hide the toolbar.
but if you want ,you can just change the method onMouseOver like this:
onMouseOver : function(node){... -
27 Apr 2009 11:09 PM
- Replies
- 28
- Views
- 13,588
I am so sorry to forget about this thread .
yes I have rewrote and uploaded the PagingTreeLoader(2009-4-28) to fix some bugs,and had tested in IE6/firefox3/chrome1/safari4, support ext2.x ,of... -
27 Apr 2009 10:46 PM
- Replies
- 17
- Views
- 9,850
HI,I rewrite the Ext.ux.tree.PagingTreeLoader to support the ext3.0 rc1
this PagingTreeLoader has been tested in IE6/firefox3/chrome1/safari4
PagingTreeLoader suports client paging and server... -
17 Nov 2008 1:00 AM
Jump to post Thread: [2.x]Ext.ux.TreeCheckNodeUI by xiexueze
- Replies
- 24
- Views
- 10,661
it is my fault,the uiProvider name is Ext.tree.TreeCheckNodeUI ,not Ext.ux.TreeCheckNodeUI
but I change to Ext.ux.TreeCheckNodeUI just now -
17 Nov 2008 12:57 AM
Jump to post Thread: [2.x]Ext.ux.TreeCheckNodeUI by xiexueze
- Replies
- 24
- Views
- 10,661
it is my fault,the uiProvider name is Ext.tree.TreeCheckNodeUI ,not Ext.ux.TreeCheckNodeUI
but I change to Ext.ux.TreeCheckNodeUI just now -
17 Nov 2008 12:54 AM
Jump to post Thread: [2.x]Ext.ux.TreeCheckNodeUI by xiexueze
- Replies
- 24
- Views
- 10,661
yes it works
-
24 Aug 2008 9:47 PM
- Replies
- 28
- Views
- 13,588
Ext.ux.tree.PagingTreeLoader class extends Ext.tree.TreeLoader class
suport client paging and server paging
1.client paging uages:
var tree = new Ext.tree.TreePanel({
applyTo:'tree-ct',... -
22 Jul 2008 5:14 PM
- Replies
- 4
- Views
- 1,143
thanks ! it works now !
-
22 Jul 2008 6:21 AM
- Replies
- 4
- Views
- 1,143
thanks for response, I try the hideMode: 'offsets',but it don't work
the issue just happan in IE -
22 Jul 2008 6:08 AM
- Replies
- 4
- Views
- 1,143
a Window contains a TabPanel
TabPanel contains tow tabs
first tab contains a borderLayout(center and south)
sencond tab is a simple Panel
1.open the Window , the first tab auto show,and the... -
29 Feb 2008 8:38 AM
Jump to post Thread: [2.x]Ext.ux.TreeCheckNodeUI by xiexueze
- Replies
- 24
- Views
- 10,661
my getNodes.jsp code is like this:
<%@ page language="java" contentType="text/html; charset=GB2312" %>
<%
String id = request.getParameter("node");
String listNode = "[";
... -
29 Feb 2008 8:10 AM
Jump to post Thread: [2.x]Ext.ux.TreeCheckNodeUI by xiexueze
- Replies
- 24
- Views
- 10,661
thanks for rkldude
It's my fault,the uiProvider should be Ext.tree.TreeCheckNodeUI -
23 Feb 2008 4:24 AM
Jump to post Thread: [2.x]Ext.ux.TreeCheckNodeUI by xiexueze
- Replies
- 24
- Views
- 10,661
here is the demo code and a picture
when I checked the "node1_0_0" , then it will auto checked it's parentNodes("folder1","node1_0","node1_0_0"),and load it's... -
23 Feb 2008 3:57 AM
Jump to post Thread: [2.x] ComboBox Tree by xiexueze
- Replies
- 30
- Views
- 33,180
here are the pictures of the two examples ;)
-
23 Feb 2008 12:22 AM
Jump to post Thread: [2.x] ComboBox Tree by xiexueze
- Replies
- 30
- Views
- 33,180
Hi all:
here I have two examples about the comboBox, the first with a tree, the second with a panel, exactly with what you want
First example:
var comboxWithTree = new... -
22 Feb 2008 11:36 PM
Jump to post Thread: [2.x]Ext.ux.TreeCheckNodeUI by xiexueze
- Replies
- 24
- Views
- 10,661
Hi all :
the Ext.ux.TreeCheckNodeUI extends Ext.tree.TreeNodeUI class
Some extends features available:
single check model (allow only one treeNode checked)
usage: checkModel: "single"... -
17 Feb 2008 6:38 AM
- Replies
- 4
- Views
- 1,378
Hi:
when the tree's attribute animate is true,and with the checkbox,then when change the checkbox value, collapse parent node ,and expand again, will see the checkbox become to original value -
12 Sep 2007 5:19 PM
Jump to post Thread: about the form submit. help !! by xiexueze
- Replies
- 2
- Views
- 943
Hi guys:
I commit a problem when use the Ext.form.Form
I want to open a new window when submit the Form , and the Form's page don't change , the Form is submitted to a servlet , I try to use the...
Results 1 to 24 of 24
