Search Type: Posts; User: arunpjohny
Search: Search took 0.02 seconds.
-
23 Jul 2011 1:23 AM
- Replies
- 0
- Views
- 377
Hi all,
It is been a long time for me to come back to EXTjs. I'm working in a application where EXTjs 2.1 is used and now my management have agreed to move to EXTjs 4.0.
I need to... -
31 Aug 2009 10:40 PM
Jump to post Thread: [2.0] Ext.ux.form.Spinner by arunpjohny
- Replies
- 133
- Views
- 78,754
Thanks for this greate extension.
I was facing some issue related to a double action in the triggerfield. ie, if I click once the value was getting decreased/increased by 2 instead of 1.
My... -
9 Jun 2009 8:04 PM
- Replies
- 5
- Views
- 1,464
Solved this by hiding the control instead of disabling it.
-
9 Jun 2009 5:26 AM
- Replies
- 5
- Views
- 1,464
I can't do it, this is a snippet I created from my original page. The page is little complex where the second form panel is dynamically loaded using a panel.load().
-
9 Jun 2009 5:24 AM
- Replies
- 5
- Views
- 1,464
It is the built in debugger in IE8
-
9 Jun 2009 3:58 AM
- Replies
- 5
- Views
- 1,464
Hi,
when I try to disable a field panel it is throwing the following error in IE
'Error: Invalid source HTML for this operation.'
This runs fine in firefox. The error comes then it tries... -
18 Nov 2008 7:44 PM
- Replies
- 3
- Views
- 2,342
Hi,
Is this a known issue/bug
I found this example in the web where the same issue exists
http://www.mutuallyassuredsurvival.com/slovianski/editor/
Is there any one who faced this problem.... -
16 Nov 2008 1:49 AM
- Replies
- 3
- Views
- 2,342
HI,
I was checking the HTML Editor given in extjs. When I checked the outputs from IE and Firefox I found some changes.
In IE Bold gives a <STRONG> tag while firefox gives a <B> tag
In IE... -
16 Oct 2008 4:02 AM
Jump to post Thread: FieldSet Render Problem in IE by arunpjohny
- Replies
- 1
- Views
- 992
If I remove the 'table' layout from Ext.test.Panel, the panel is working fine.
Can anybody help me to solve this
Thank you -
15 Oct 2008 10:48 PM
Jump to post Thread: FieldSet Render Problem in IE by arunpjohny
- Replies
- 1
- Views
- 992
Hi,
I've a problem while rendering contents of a fieldset. Initially the contents are rendered properly but if I uncheck and check the toggle checkbox, then the panel is getting expanded but the... -
9 Oct 2008 6:21 AM
- Replies
- 3
- Views
- 1,828
Thanks Condor
It is working fine now -
9 Oct 2008 6:09 AM
- Replies
- 3
- Views
- 1,828
This was not the actual page on which I'm working on. I created this as a test case.
In my actual page the tab panel comes as a child of another panel that is why I kept the tab panel inside... -
9 Oct 2008 5:23 AM
- Replies
- 3
- Views
- 1,828
Hi all,
I've a tab panel with 3 tabs. Tab 1 is set as the default active tab. By default all the fields are disabled. Then date and combo fields in Tab 2 and Tab 3 are not rendered properly.
In... -
2 Oct 2008 9:48 PM
- Replies
- 1
- Views
- 907
Hi,
I've an editor grid with some columns. If the width of grid is less than the total of column widths, when clicked on the last cell some extra space is appearing in the right side of the grid.... -
1 Oct 2008 10:46 PM
- Replies
- 3
- Views
- 1,995
Hi,
I added following styles to my css file
.x-grid-wrap-cells td.x-grid3-cell {
overflow: hidden;
}
.x-grid-wrap-cells td.x-grid3-cell div.x-grid3-cell-inner { -
1 Oct 2008 10:17 PM
- Replies
- 3
- Views
- 1,995
Thanks
-
1 Oct 2008 7:21 PM
- Replies
- 3
- Views
- 1,995
Hi,
I've an issue with my GridPanel. I've to display paragraph wise data in a cell. My data has <br /> for line breaks. These are working, but if I've a line with a large data without any line... -
3 Sep 2008 9:03 PM
- Replies
- 9
- Views
- 8,122
I think
if((this.editable !== false) && !enableKeyEvents)should be
if((this.editable !== false) && !this.enableKeyEvents) -
29 May 2008 2:09 AM
- Replies
- 1
- Views
- 2,040
Hi all,
I'm working on a form with checkbox, when I submitted the form, I found that the checkbox parameter is missing in the request parameter list when the checkbox is bot checked.
Then I... -
25 May 2008 8:41 PM
- Replies
- 2
- Views
- 2,302
Thank you evant
-
25 May 2008 8:31 PM
- Replies
- 2
- Views
- 2,302
Hi all,
Is there any way to download a file using a ajax request.
I've to download a pdf file using a servlet request. There are some validation on the servlet before sending the pdf back to... -
8 May 2008 8:16 PM
Jump to post Thread: Need advise by arunpjohny
- Replies
- 3
- Views
- 829
As you said that is the same worry that I have. If at some point they refactor the code then this will fail.
And why they mentioned these methods as private?
Thank you -
8 May 2008 8:03 PM
Jump to post Thread: Need advise by arunpjohny
- Replies
- 3
- Views
- 829
Hi all,
I'm working on a project which used ext.
To meet my requirements I have to override some Ext classes like FormLayout. When I went inside the classes I found some methods which need to... -
17 Apr 2008 2:34 AM
- Replies
- 0
- Views
- 534
Hi all,
I'm facing a problem. My design demands me to have a FormPanel within another FormPanel. Where the inside FormPanel is loaded by a Panel.load().
The problem I'm facing is When I'm... -
11 Feb 2008 7:17 PM
Jump to post Thread: Working with radio groups by arunpjohny
- Replies
- 2
- Views
- 1,185
Hi,
Thank you Cadu de Castro Alves. Sorry for the delayed reply.
But I have to set the values later. During render values will not be available for me.
In my case the UI is created by a...
Results 1 to 25 of 26
