Search Type: Posts; User: dn2965
Search: Search took 0.03 seconds.
-
8 Oct 2012 5:24 PM
- Replies
- 1
- Views
- 392
Hi there:
I am using Ext-js 4.1.1 , I use a grid and it contains some of fields with handler which can open a window , But When I close the window by pressing the "ESC" button the console will... -
13 Sep 2012 11:07 PM
- Replies
- 1
- Views
- 221
I think this is very clear ,an example
http://www.treegrid.com/treegrid/www/#..*Tutorials*Cells*02%20-%20Combos%20and%20Checkboxes.html -
13 Sep 2012 10:50 PM
- Replies
- 1
- Views
- 221
dear all:
I want to add 2 column in my grid , both of them are xtype=combo , right now , I have 2 combo and their data come from an url , so far so good they do work very well .
My requirement... -
6 Oct 2009 7:39 AM
- Replies
- 4
- Views
- 1,035
<?xml version="1.0" encoding="UTF-8"?>
<result text="aa(0000a)" leaf="false" id2="1B011P003.jpg">
<book text="a(0071)" leaf="false" id2="1B011P1a04.jpg"/>
<book text="b(0071)"... -
6 Oct 2009 7:19 AM
- Replies
- 4
- Views
- 1,035
yes, i see .
but my question is
when after load data,treepanel 's loader>>
does it has a event to fire like afterload,doesn't it. ? -
6 Oct 2009 1:48 AM
- Replies
- 4
- Views
- 1,035
(Ext.ux.tree.XmlTreeLoader)...
Ext.dd.Tree = new Ext.tree.TreePanel({
useArrows: true,
autoScroll: false,
containerScroll: true,
autoHeight: true,//required ... -
2 Oct 2008 5:38 PM
- Replies
- 0
- Views
- 636
3Q
-
4 Sep 2008 4:59 PM
- Replies
- 10
- Views
- 2,827
it is work, thank you very much.
now i can use Ext plus jquery very well -
2 Sep 2008 9:00 AM
- Replies
- 10
- Views
- 2,827
i downloaded, ... but still doesn't work
<script type="text/javascript" src="../../adapter/jquery/jquery.js"></script>
<script type="text/javascript" src="../../source/core/Ext.js"></script>
... -
2 Sep 2008 5:55 AM
- Replies
- 10
- Views
- 2,827
1: my Ext2.2 package don't find jquery-bridge.js, so i download from http://www.oost-vlaanderen.be/cfscriptroot/ajax/ext/docs/output/jquery-bridge.jss.html
2:
<script type="text/javascript"... -
2 Sep 2008 4:40 AM
- Replies
- 10
- Views
- 2,827
i tried use ext-all-debug.js, the same error
no more error msg.. you see
http://lh4.ggpht.com/dn2965/SL00jQo9SjI/AAAAAAAAAFY/d7M7EJ8JJwY/Screenshot.gif?imgmax=720 -
2 Sep 2008 3:53 AM
- Replies
- 10
- Views
- 2,827
hi everyone... i use Ext 2.2 ,Ubuntu 8.04 (hardy) , apache2
i want to use Ext+jquery , but when i add a Ext.form.ComboBox to my borderlayour.north.bbar and when i do dropdown firebug will show an... -
19 Sep 2007 4:23 AM
Jump to post Thread: DOM query by dn2965
- Replies
- 15
- Views
- 2,427
thanks
it is work...and next time i'll search realated info more``if it still no anwser to me then post question`` -
19 Sep 2007 4:12 AM
Jump to post Thread: DOM query by dn2965
- Replies
- 15
- Views
- 2,427
sorry, i don't know how to get other value like textword
so my console always return not defined or error```bon``
only id is easy to get...
thanks -
19 Sep 2007 3:54 AM
Jump to post Thread: DOM query by dn2965
- Replies
- 15
- Views
- 2,427
M
this.id
is ok, i can get it
but i need to get the element (<p id="testid">testword</p>)'s textnode testword -
19 Sep 2007 3:24 AM
Jump to post Thread: DOM query by dn2965
- Replies
- 15
- Views
- 2,427
<script type="text/javascript" >
Ext.onReady(function(e) {
var the_src=Ext.get(document.body).query("p");
Ext.each(the_src,function(){ console.log(this.id) });
});
</script>
... -
5 Apr 2007 3:39 AM
- Replies
- 3
- Views
- 1,825
flowing is my code, could you see it , and how to ...do
my ext version is 0.33
thanks
/*
* yui-ext -
4 Apr 2007 11:59 PM
- Replies
- 3
- Views
- 1,825
help me ,how to set the grid_toolbar on the grid's upside、top
http://i127.photobucket.com/albums/p138/dn2965/other/TOP1-1.jpg
move to top
... -
5 Mar 2007 10:45 AM
Jump to post Thread: dataStore loadData and XML by dn2965
- Replies
- 36
- Views
- 10,648
http://www.yui-ext.com/forum/viewtopic.php?t=3176&postdays=0&postorder=asc&highlight=xml+grid&start=0
it is your post
is there other way to do that
for example:
var str=
<xml> -
28 Feb 2007 5:36 PM
- Replies
- 8
- Views
- 2,872
hi I am a new user of yui-ext too
i creat 3 grid , and use yui-ext0.33,i got the same question with your
multi grid how to build it?
do you have any solution for it,
i am not very smart ,... -
22 Feb 2007 5:25 AM
Jump to post Thread: Screenshots - Toolbar and Menus by dn2965
- Replies
- 25
- Views
- 14,009
i guess http://www.cssplay.co.uk is your web
if i want use the example like this http://www.cssplay.co.uk/menus/magnifier.html[url]
what should i do ,i am not commercial worker
thanks -
21 Feb 2007 12:09 AM
- Replies
- 16
- Views
- 10,485
HI
this nice bar how to build it
http://i127.photobucket.com/albums/p138/dn2965/33.jpg
i really want to know that you app how to build
like toolbar on the contentpanel
it is very nice for... -
29 Jan 2007 5:50 AM
Jump to post Thread: grid set Font format by dn2965
- Replies
- 2
- Views
- 2,229
how to set grid's text format
size OR color...
or inset a html string to cell? -
19 Jan 2007 9:13 AM
- Replies
- 4
- Views
- 2,216
but what is the HTMLElement
where do i use it
do i get data from HTMLElement too? -
19 Jan 2007 9:10 AM
- Replies
- 4
- Views
- 2,216
i am reallyreally thanks you help(two)
its a small thing but
i am very happy.i did i success
my code on botton
function myf(g,r,e){
//alert(r)
var gHtm=g.getRow(0);...
Results 1 to 25 of 32
