Search Type: Posts; User: psarunkumar
Search: Search took 0.02 seconds.
-
20 Jul 2009 8:52 PM
- Replies
- 11
- Views
- 2,311
HI,
i need client side paging.
after i get json response, show this data in grid in that how add paging toolbar display data 10 perpage in my grid panel? -
20 Jul 2009 8:09 AM
- Replies
- 11
- Views
- 2,311
hi,
in this store how create pagination?
how set totalproperty?
tell your suggestion -
20 Jul 2009 6:38 AM
- Replies
- 11
- Views
- 2,311
hi,
yes,
i try your code it display
Description: Task 1
Notes: -
20 Jul 2009 5:07 AM
- Replies
- 11
- Views
- 2,311
hi,
this is my store,
var mystore = new Ext.data.JsonStore({
root: 'rsp.tasks.list.taskseries',
totalProperty: '',
idProperty: 'id',
remoteSort: true, -
20 Jul 2009 12:49 AM
- Replies
- 11
- Views
- 2,311
Hi,
this is my json output,
{"rsp":{
"stat":"ok",
"tasks":{
"list":[
{"id":"xxxxxxx"}, -
20 Jul 2009 12:33 AM
- Replies
- 19
- Views
- 11,194
hi,
json output:
{"rsp":{
"stat":"ok",
"tasks":{
"list":[
{"id":"xxxxxxx"},
{"id":"xxxxxxx"},
{"id":"xxxxxxx"}, -
20 Jul 2009 12:21 AM
- Replies
- 11
- Views
- 2,311
Hi,
i try row expander example, in my code
var expander = new Ext.grid.RowExpander({
tpl : new Ext.Template(
'<p><b>Description:</b> {desc}</p><br>',
'<tpl for=".">',... -
18 May 2009 8:33 AM
- Replies
- 5
- Views
- 1,435
hi,
i try you suggestion and see the thread also.
it is not work.
i got this error in firebug
this.proxy is undefined
this.proxy.load(p, this.reader, this.loadRecords, this, options);... -
18 May 2009 7:38 AM
- Replies
- 5
- Views
- 1,435
hi,
now i use code tag.
see that my code now. -
18 May 2009 5:06 AM
- Replies
- 5
- Views
- 1,435
hi,
how add paging toolbar in simplestore.
this is my code,
var myData = [
['3m Co',71.72,0.02,0.03,'9/1 12:00am'],
['Alcoa Inc',29.01,0.42,1.47,'9/1 12:00am'],
... -
24 Apr 2009 7:48 AM
Jump to post Thread: how set width in tabpanel? by psarunkumar
- Replies
- 5
- Views
- 1,401
Hi Animal,
i try FitToParent plugin but not work tab scroll.
var tp = new Ext.TabPanel({
cls: "auto-width-tab-strip",
renderTo: "container",
items: [test1,test2],
... -
24 Apr 2009 6:21 AM
Jump to post Thread: how set width in tabpanel? by psarunkumar
- Replies
- 5
- Views
- 1,401
hi,
i attached my code below.
still now tabscroll not working.
see the code and tell your suggestion -
23 Apr 2009 10:40 PM
Jump to post Thread: how set width in tabpanel? by psarunkumar
- Replies
- 5
- Views
- 1,401
Hi,
i write code for tabpanel
//css
.auto-width-tab-strip ul.x-tab-strip {width: auto;}
tap = new Ext.TabPanel({ -
24 Feb 2009 6:35 AM
Jump to post Thread: Ext is undefined error in IE7 by psarunkumar
- Replies
- 1
- Views
- 3,369
hi,
i use extjs 2.2. my problem is empty page display in ie7 but ie6 and firefox its works fine.
in IE7 error shown Ext is undefined.
Ext.onReady(function(){
}
tell your suggestion. -
31 Jul 2008 9:22 PM
Jump to post Thread: load error by psarunkumar
- Replies
- 2
- Views
- 654
hi,
output is not come automatically i open the page, i reload the page only output in come
what is the error?
bye -
30 Jul 2008 5:01 AM
- Replies
- 1
- Views
- 583
hi,
i my code working ff, but not working in ie, i change some correction then it working ie7.
now my problem is in the output column header name not appear and in footer paging icon display in... -
29 Jul 2008 4:37 AM
- Replies
- 1
- Views
- 561
8402
8403
remove
here you see the output for ie and firefox -
29 Jul 2008 4:33 AM
- Replies
- 1
- Views
- 561
hi,
my code working ff, but not working in ie, i change some correction then it working ie7.
now my problem is in the output column header name not appear and in footer paging icon display in... -
29 Jul 2008 3:09 AM
- Replies
- 5
- Views
- 1,041
hi,
this is js only no gwt -
29 Jul 2008 12:09 AM
- Replies
- 5
- Views
- 1,041
hi,
i my code working ff, but not working in ie, i change some correction then it working ie7.
now my problem is in the output column header name not appear and in footer paging icon display in... -
20 Jul 2008 10:15 PM
Jump to post Thread: GridPanel directly to Excel. by psarunkumar
- Replies
- 286
- Views
- 250,304
/*
* Ext JS Library 2.1
* Copyright(c) 2006-2008, Ext JS, LLC.
* licensing@extjs.com
*
* http://extjs.com/license
*/
var Base64 = (function() {
// private property
var keyStr...
Results 1 to 21 of 21
