Search Type: Posts; User: ranjeet
Search: Search took 0.01 seconds.
-
5 Mar 2010 3:22 AM
Jump to post Thread: HTMLEditor issues in IE by ranjeet
- Replies
- 0
- Views
- 420
Hi,
I have used HTMLEditor in my application and i am facing a few issues in IE6/IE7.It does not allow number selection and bullet selection for selected text and also issues in "Align Text... -
7 Dec 2009 2:22 AM
Jump to post Thread: LiveGrid Buffering problem by ranjeet
- Replies
- 0
- Views
- 481
Hi,
I wanted to use Ext.ux.grid.livegrid in my application, but facing a problem in it. By default it fetched fresh data when scroll bar is moved up or down. I want in my application that once we... -
6 Nov 2009 9:31 PM
- Replies
- 1
- Views
- 855
Hi all,
I am using EditorGridPanel in my application. User can add/delete or modify a row there.
I want to force the store of the grid to accept only unique values for a certain field or... -
8 May 2009 4:46 AM
- Replies
- 9
- Views
- 1,735
My code looks like this :
function getModelImage(productType, modelId) {
Ext.Ajax.request({
url: 'getModelImage.do',
success: function(response) {
... -
8 May 2009 4:33 AM
- Replies
- 9
- Views
- 1,735
In
Ext.getCmp('my-image').dom.src = 'new-image.gif';
i can't use an image file name as src , i would rather need to use byte stream sent by server. -
8 May 2009 3:52 AM
- Replies
- 9
- Views
- 1,735
Hi all,
I m facing a problem with showing image coming from server dynamically.
I am using Ext.form.Label to show images.
I want that image to change when i click a button. The image will come... -
25 Mar 2009 10:09 PM
- Replies
- 0
- Views
- 584
Hi,
Is it possible to make the first column of a grid a column header ?
I want a row header as well as a column header.
Thanks in advance. -
18 Mar 2009 9:11 PM
- Replies
- 2
- Views
- 826
thanks a lot
-
18 Mar 2009 3:16 AM
- Replies
- 2
- Views
- 826
Hi,
I have encountered problem in changing the background color of a disabled textfield in ext js. Pls help. -
8 Mar 2009 10:27 PM
Jump to post Thread: Ext.air support by ranjeet
- Replies
- 0
- Views
- 1,284
Hi,
I want to use Clipboard.js to do some copy/paste work in my project. For this i also included air package. When i run it, it gives me an error msg:
air is undefined... -
7 Mar 2009 3:31 AM
Jump to post Thread: Ext.air support by ranjeet
- Replies
- 2
- Views
- 2,215
Hi,
I want to use Clipboard.js to do some copy/paste work in my project. For this i also included air package. When i run it, it gives me an error msg:
air is undefined... -
4 Mar 2009 12:29 AM
- Replies
- 1
- Views
- 595
Hi,
I m facing a strange problem with NumberField. When i enter a relatively big value(say 999999999999999999999) , it automatically converts that value to a smaller one. I don't want this... -
28 Jan 2009 11:48 PM
- Replies
- 0
- Views
- 707
Hi,
I want to initialize my extjs formPanel with the values in spring form bean. How can i do this ?
Thanks -
11 Nov 2008 9:50 PM
Jump to post Thread: Problem with grid paging by ranjeet
- Replies
- 0
- Views
- 574
Hi,
I am using MemoryProxy to load local data into the grid. i wrote the following event handler, so that grid data should change when navigation buttons are clicked.
gridStore.on({
... -
11 Nov 2008 3:55 AM
Jump to post Thread: Grid data is not changed by ranjeet
- Replies
- 0
- Views
- 469
Hi,
I m using MemoryProxy to load local data into the grid, but when i click on next page, last page, previous page, first page buttons on the paging bar , data in the grid doesn't change.
what... -
10 Nov 2008 11:06 PM
- Replies
- 8
- Views
- 1,577
Hi,
My Grid Headers are not showing in Internet Explorer 6. They are showing in IE7 , FireFox and Google Crome . Is there any issue with IE6 ? or is there some mistake by me ? -
6 Nov 2008 2:09 AM
- Replies
- 2
- Views
- 727
i have tried these properties:
typeAhead: false,
triggerAction: 'all',
lazyRender: true
but i think the problem is with panel. when the panel is not set collapsed at
start then the combo... -
6 Nov 2008 1:51 AM
- Replies
- 2
- Views
- 727
Hi,
I am creating a combo box with the following code :
var PartTypeStore = [['base', 'Base', 'Base'], ['memory', 'Memory','Memory'], ['software', 'Software','Software']];
// Create code... -
4 Nov 2008 1:26 AM
Jump to post Thread: Problem in rendering grid by ranjeet
- Replies
- 0
- Views
- 479
hi,
i am facing a strange problem in rendering grid in IE. when i expand the grid it crosses the panel's boundary even if there is a scroll bar attached.
what might be the problem ?
here is the... -
4 Nov 2008 1:22 AM
Jump to post Thread: Problem in rendering combo by ranjeet
- Replies
- 0
- Views
- 447
Hi,
I am creating a combo box with the following code :
var PartTypeStore = [['base', 'Base', 'Base'], ['memory', 'Memory','Memory'], ['software', 'Software','Software']];
// Create code... -
1 Nov 2008 3:29 AM
- Replies
- 6
- Views
- 1,472
sorry, it was fieldset
-
1 Nov 2008 12:40 AM
- Replies
- 6
- Views
- 1,472
hi, i am facing a strange problem in collapsed frameset and panels. when these components are set collapsed at start, their childs are not displayed properly. their layout gets distorted. and when...
-
30 Oct 2008 4:50 AM
Jump to post Thread: json data store load params ??? by ranjeet
- Replies
- 2
- Views
- 1,488
what are the different json data store load params ? (e.g. start, limit etc.)
i want a complete list of them. i have searched a lot but cann't find. -
25 Oct 2008 1:51 AM
Jump to post Thread: Problem re-rendering Panel by ranjeet
- Replies
- 3
- Views
- 992
the panel has the layout 'border', it is possible to add grid panel with this layout ?
-
25 Oct 2008 1:49 AM
Jump to post Thread: Problem reading json by ranjeet
- Replies
- 2
- Views
- 780
it is working with HttpProxy !
thanks a lot
Results 1 to 25 of 38
