Search Type: Posts; User: ritesh.kapse
Search: Search took 0.03 seconds.
-
16 Jul 2009 9:26 PM
- Replies
- 5
- Views
- 1,381
http://extjs.com/forum/showthread.php?p=229663
http://extjs.com/forum/showthread.php?t=47426 -
6 Jul 2009 4:38 AM
- Replies
- 4
- Views
- 1,372
Xpath is a good technique to use with Selenium.
We've used it in our project and it worked fine for us.
You can check my blog for more information on Selenium IDE and ExtJS issues. -
24 Apr 2009 4:19 AM
Jump to post Thread: Editor Grid & Filters by ritesh.kapse
- Replies
- 2
- Views
- 681
again... what it that dataInex for ?
-
16 Apr 2009 1:33 AM
- Replies
- 3
- Views
- 2,305
Hi,
Sorry for posting this here. I have just started using Ext 3.0 and working on its Chart feature.
I am using http://extjs.com/deploy/ext-3.0-rc1/docs/ for its documentation. But this seems... -
24 Mar 2009 2:51 AM
- Replies
- 1
- Views
- 772
Hi all,
I am having a strange situation hear. ExtJS throws loadexception randomly with the following response and error object.
response : {"tId":48,"status":0,"statusText":"communication... -
23 Mar 2009 11:37 PM
- Replies
- 6
- Views
- 3,454
Was anybody able to fix this ?
Grid Strore threw loadexception with following option :-
response : {"tId":48,"status":0,"statusText":"communication failure"}
e: null
This happened while... -
17 Mar 2009 5:52 AM
- Replies
- 8
- Views
- 1,162
Well, what is that dataInex ?
-
5 Mar 2009 4:18 AM
- Replies
- 1
- Views
- 1,010
/*
* Override for window to provide capability to set custom z index to mask if
* the window configured to be model. We need to give maskZIndex>9003(default) as a
* config option
*/... -
4 Mar 2009 4:41 AM
- Replies
- 1
- Views
- 1,010
Hi all, I am having a problem with z-index of window. I am trying to create a window group with zseed set, but its not working in FF.
topwingrp = new Ext.WindowGroup();
... -
3 Mar 2009 11:14 PM
Jump to post Thread: Window Group by ritesh.kapse
- Replies
- 145
- Views
- 45,924
thanks israel :)
-
19 Feb 2009 7:09 AM
- Replies
- 4
- Views
- 2,626
I intended the code now.
Someone, Please help me. -
19 Feb 2009 2:26 AM
- Replies
- 4
- Views
- 2,626
Hi,
I have 3 issues as follows :
<1>
When i am adding or deleting Employee, I am passing parameters in Ext.Ajax.request({}) call to url:index.jsp.
its passing all parameters... -
30 Jan 2009 2:01 AM
- Replies
- 3
- Views
- 2,813
Hi all,
I am creating a test suite in selenium. I have got a grid which takes some random time to load its data. How can I determine, if the grid has finished loading data?
I am currently using... -
23 Dec 2008 5:55 AM
- Replies
- 7
- Views
- 1,101
$ ? :)
deepti... its a plugin... I am not sure ext support teem will provide help on this...
you should try this... it will be good for further customization...
all the best ! -
23 Dec 2008 4:43 AM
- Replies
- 7
- Views
- 1,101
you will need to modify...init and onMouseDown functions...
try karo ;) -
23 Dec 2008 3:47 AM
- Replies
- 7
- Views
- 1,101
try this code in RowExpander.js ....
expandRow: function(row){
if (typeof row == 'number') {
row = this.grid.view.getRow(row);
}
.
. -
23 Dec 2008 12:55 AM
Jump to post Thread: RowExpander by ritesh.kapse
- Replies
- 2
- Views
- 1,009
put your code inside
... -
23 Dec 2008 12:51 AM
- Replies
- 7
- Views
- 1,101
dipti... try refreshing the grid's view...
-
22 Dec 2008 8:42 PM
- Replies
- 6
- Views
- 2,817
Not sure about other programing languages but I found following tools for Java to achieve same :-
Jawr
Website: https://jawr.dev.java.net
JavaScript Optimizer JSO
Website:... -
16 Dec 2008 3:11 AM
- Replies
- 6
- Views
- 2,817
JSMin
GZip
Concatenated JS, CSS files into single one
Use client side caching i.e. set EXPIRE header to all static content
Use server side caching for dynamic pages
Use CDN ifpossible
Use... -
15 Dec 2008 1:38 AM
Jump to post Thread: Can I gzip json response ? by ritesh.kapse
- Replies
- 2
- Views
- 2,035
I used gzip for html, jsp, js and css files. Can I do the same with json ?
-
3 Dec 2008 4:18 AM
- Replies
- 5
- Views
- 1,842
thanks for the help condor....
Currently i am not worrying about the end space character/s. So the code :-
stripCharsRe:/(^\s+$)/g,
done the trick. -
3 Dec 2008 3:42 AM
- Replies
- 5
- Views
- 1,842
Its difficult for the user to type in as it keep on croping the last space while the user is typing...
-
3 Dec 2008 2:27 AM
- Replies
- 5
- Views
- 1,842
Hi,
I am having a textfield in the form panel with required config set to true. The form gets submitted if I enter black space, however it shows proper validation message if I don't enter anything... -
24 Nov 2008 11:40 PM
- Replies
- 1
- Views
- 628
Hi all,
I have a simple question .
I am having a login page with only two ext components one for textfield and other for button.
Once a user get validated it open a new html page with other...
Results 1 to 25 of 119
