Search Type: Posts; User: vee.ant
Search: Search took 0.02 seconds.
-
22 Mar 2010 10:03 PM
- Replies
- 0
- Views
- 510
hello juragan extjs :)
i have problem with my understanding,
say i have 2 page wich run continously,
after first page, wich contain 'name', 'SSN', and 'gender',
it passed to second page wich... -
14 Jan 2010 8:52 PM
- Replies
- 0
- Views
- 567
hi all,
i have new problem here,
i have a groupcheckbox and want to get the id or name of the checkbox wich is checked when i push the submit button,
here is the code
var formV = new... -
14 Jan 2010 8:47 PM
Jump to post Thread: how to get id of checked checkbox by vee.ant
- Replies
- 0
- Views
- 966
hi all,
i have new problem here,
i have a groupcheckbox and want to get the id or name of the checkbox wich is checked when i push the submit button,
here is the code
var formV = new... -
21 Oct 2009 6:52 PM
- Replies
- 2
- Views
- 1,681
sep!!
my bad, my bad,
sorry,
i didnt check the documentation before:">
the thing i wanted is embed my grid to form,
thanks carol.ext;) -
19 Oct 2009 11:22 PM
- Replies
- 2
- Views
- 1,681
does anyone have link for example using xtype grid ???
-
6 Aug 2009 9:53 PM
- Replies
- 0
- Views
- 965
hello all,
i have a problem with my checkbox
well, i have a panel and xtype checkbox with an id on it
it have many textfield too,
plus 2 button, 'Save' button and 'Reset' button
what i want... -
20 Jul 2009 7:01 PM
Jump to post Thread: about groupingStroe by vee.ant
- Replies
- 4
- Views
- 791
i've tried this :
var cols = [
new Ext.ux.grid.PagingRowNumberer(),
{ id : 'id', header: "product", width: 100, sortable: true, dataIndex: 'id'}
,{header:... -
20 Jul 2009 6:37 PM
Jump to post Thread: about groupingStroe by vee.ant
- Replies
- 4
- Views
- 791
im sorry,
i don't know how to use render:-/
can you give me little clue more? -
20 Jul 2009 6:16 PM
Jump to post Thread: about groupingStroe by vee.ant
- Replies
- 4
- Views
- 791
hehe, nice answer. thanks
-
18 Jul 2009 12:57 AM
Jump to post Thread: about groupingStroe by vee.ant
- Replies
- 4
- Views
- 791
when we use groupingStore it will set the order alphabetical
like :
-month : August (2 events)-
.......
.......
-month : July (2 events)-
.......
....... -
15 Jul 2009 1:58 AM
- Replies
- 117
- Views
- 59,596
anyone, i've try this extension, but i get some problem
i use it in a form, and in first reload the combo display the right value
then when i save it and choose again, teh value show commas before... -
14 Jul 2009 8:27 PM
Jump to post Thread: get value from combobox by vee.ant
- Replies
- 2
- Views
- 1,107
hello all,
i have a combobox wich is load the data from xml,
it loaded 2 data, 'id' and 'name'
my combobox is display 'name', but when i submit it, i want to send 'id'
how to do this??
... -
14 Jul 2009 8:04 PM
- Replies
- 8
- Views
- 1,956
same problem with me..
sorry i can't help, but i'm waiting the answer:) -
14 Jul 2009 1:16 AM
- Replies
- 2
- Views
- 1,125
wow...
thats very pretty extension..
maybe i will try to use it on my next project:)
because my problem has fixed
but thanks for your extension danh2000:) -
14 Jul 2009 12:31 AM
- Replies
- 2
- Views
- 1,125
can anyone give step by step tutorial or example link about 'multiselect comboBox'??
i have read some post and extension, but i get confused when i try to figure it out
and soe other extension i've... -
9 Jul 2009 1:29 AM
Jump to post Thread: how to add wrap to textarea?? by vee.ant
- Replies
- 5
- Views
- 1,183
ow, i never know about it
not really, but can i?
do you have some clue to do this? -
9 Jul 2009 1:00 AM
Jump to post Thread: simple question about reloading by vee.ant
- Replies
- 10
- Views
- 1,472
@condor
do you mean i should't do that??(reload after the confirm)
i think the logic is right, isn't?
do you all have any assume where is the wrong code??
jsp, server, database?? because i... -
9 Jul 2009 12:52 AM
Jump to post Thread: how to add wrap to textarea?? by vee.ant
- Replies
- 5
- Views
- 1,183
i've try the maxLength, but it just not work
i want it like this, when i entry 20 characters it wil be down and typing on new line
do you understand??
(i'm sorry if i have terrible english):"> -
8 Jul 2009 11:52 PM
Jump to post Thread: simple question about reloading by vee.ant
- Replies
- 10
- Views
- 1,472
i know what firebug, and i've installed it
but i don't know how to use it for extjs.:">
i've try 'firstGrid.store1.load()' but it still not working,
any other idea?? -
8 Jul 2009 9:48 PM
Jump to post Thread: how to add wrap to textarea?? by vee.ant
- Replies
- 5
- Views
- 1,183
what should I do, if I want my textarea wrapped every 50 characters I entry..
help me please...:) -
8 Jul 2009 6:39 PM
Jump to post Thread: simple question about reloading by vee.ant
- Replies
- 10
- Views
- 1,472
i'm sorry i just reply now,,
but 'suntsu', i dont know how to use firebug.hehe
and how to reload the grid??
i think store.load() or store.reload() is reloading the store to the grid automatically,... -
3 Jul 2009 1:05 AM
Jump to post Thread: simple question about reloading by vee.ant
- Replies
- 10
- Views
- 1,472
hmm, what "id"?
just name or the id of index??
i dont understand, maybe i have, is it make any effects?
ok, here is my code
-data- -
2 Jul 2009 8:22 PM
Jump to post Thread: simple question about reloading by vee.ant
- Replies
- 10
- Views
- 1,472
hi all,
i've truouble with my grid,
i have button that have function to delete data, but when i delete some data, the grid wont refresh
i have use reload() and load(), but it still working well
... -
26 Jun 2009 12:26 AM
Jump to post Thread: confuse about combobox by vee.ant
- Replies
- 2
- Views
- 670
yope, its fixed...
after try for an hour, its just because i didn't add mode on the combobox
so i add mode:'local'
its like
......................
} , {
xtype:'combo',
... -
26 Jun 2009 12:16 AM
Jump to post Thread: confuse about combobox by vee.ant
- Replies
- 2
- Views
- 670
i want to use combobox by xtype 'combo' on my code
but the data is not shown,
how can i fix this???
its like this
have i missing something??
Results 1 to 25 of 32
