that looks great !!
this layout can be used in portal ? i meant take the place of portal's column layout, thx !
Type: Posts; User: xiexueze
that looks great !!
this layout can be used in portal ? i meant take the place of portal's column layout, thx !
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:
...
hi Jacky1234
I have download it again, the file can be extracted,and works fine, can you try again?
thanks
thanks for demongloom's image and css code
it works well in firefox,but in IE the png image render little ugly.
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...
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:
...
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){...
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...
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...
it is my fault,the uiProvider name is Ext.tree.TreeCheckNodeUI ,not Ext.ux.TreeCheckNodeUI
but I change to Ext.ux.TreeCheckNodeUI just now
it is my fault,the uiProvider name is Ext.tree.TreeCheckNodeUI ,not Ext.ux.TreeCheckNodeUI
but I change to Ext.ux.TreeCheckNodeUI just now
yes it works
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',...
thanks ! it works now !
thanks for response, I try the hideMode: 'offsets',but it don't work
the issue just happan in IE
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...
my getNodes.jsp code is like this:
<%@ page language="java" contentType="text/html; charset=GB2312" %>
<%
String id = request.getParameter("node");
String listNode = "[";
...
thanks for rkldude
It's my fault,the uiProvider should be Ext.tree.TreeCheckNodeUI
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...
here are the pictures of the two examples ;)
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...
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"...
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
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...