Search Type: Posts; User: priyapratheep
Search: Search took 0.02 seconds.
-
20 Jan 2013 7:13 PM
- Replies
- 4
- Views
- 466
Finally I got...
I use
Ext.override(Ext.layout.FormLayout, { renderItem : function(c, position, target){ if(c && !c.rendered && c.isFormField && c.inputType != 'hidden'){ ... -
20 Jan 2013 6:39 PM
- Replies
- 4
- Views
- 466
willigogs
I already tried that , but only text area is hiding label can't
sword-it
Thanks a lot for answering but,
when I try your code I am getting error of "TypeError: Ext.create is not a... -
18 Jan 2013 1:23 AM
- Replies
- 4
- Views
- 466
Hi I want to dynamically show and hide item of Ext.FormPanel
var form = new Ext.FormPanel({
labelWidth: 200, // label settings here cascade unless overridden
bodyStyle:'padding:5px... -
9 Jan 2013 1:26 AM
Jump to post Thread: Dynamic display of legend by priyapratheep
- Replies
- 1
- Views
- 290
I wan to display legend below in my jsp page dynamically
{html: '<br><b>Legend:</b><br><font color="#9A2EFE">Deleted Rows</font><br><font color="#F781F3">Added Rows</font><br><font... -
13 Nov 2012 5:35 PM
Jump to post Thread: Ext.FormPanel title color by priyapratheep
- Replies
- 3
- Views
- 372
Thanks a lot ....
-
11 Nov 2012 8:32 PM
- Replies
- 1
- Views
- 378
Hi friends
How to make vertical scroll bars to both side(left and right) of Ext.grid.EditorGridPanel. Now my panel has vertical scroll bar on right side and a horizontal scroll bar. Now user want... -
11 Nov 2012 8:26 PM
Jump to post Thread: Ext.FormPanel title color by priyapratheep
- Replies
- 3
- Views
- 372
Hi friends
I want title of my Ext.FormPanel in red color.
var projectPurchasePanel = new Ext.FormPanel({
labelWidth: 100,
title: 'PROJECT PURCHASE',
frame:true,
... -
18 Jul 2012 2:41 AM
- Replies
- 302
- Views
- 156,934
Hi guys,
My locking grid is working fine...but I have one problem...
I used wrap
.x-grid3-cell-inner, .x-grid3-hd-inner
{ white-space: normal; }
now my grid is display like... -
17 Jul 2012 10:11 PM
- Replies
- 5
- Views
- 843
can u pls help me to sort out this? I am new to css and ExtJS
Thanks in advance -
15 Jul 2012 5:52 PM
- Replies
- 5
- Views
- 843
37183Hi dracofyre,
Thanks for reply.
I solved that problem after a long Three days searching.
viewConfig and view won't go together.That was the problems.
Now I have another... -
11 Jul 2012 1:23 AM
- Replies
- 5
- Views
- 843
Hi
I am using LockingColumnModel. I have row mismatch problem.
my code
var staffHourCm = new Ext.ux.grid.LockingColumnModel([
{id:'taskOrder' ,header:'' ,dataIndex: 'taskOrder',... -
25 Jun 2012 6:40 PM
Jump to post Thread: sum rows by groups , Grid by priyapratheep
- Replies
- 1
- Views
- 936
I am using Extjs 3.X.I want to do group summation.
I want to do like this
task1 1 5 3
task1 4 8 5
sum 5 13 8
task2 8 1 0
task2 1 5 8
sum 9 6 8 -
20 Jun 2012 8:57 PM
- Replies
- 18
- Views
- 16,841
convert: function (v, rec) { return '<b>'+rec.last_name + ' ' + rec.first_name+'</b>'
Like that I want
return ' ' +' ' +' ' +' ' +rec.screenName .It is working fine, but... -
20 Jun 2012 7:05 PM
- Replies
- 1
- Views
- 519
Hi
I am using ExtJS3
In my combo box I am displaying values like below
Head1
Sub1.1
Sub1.2
Sub 1.3
Head2
Sub2.1 -
16 May 2012 7:51 AM
Jump to post Thread: integrating Struts/Ext by priyapratheep
- Replies
- 90
- Views
- 87,642
Again thanks kallou ,
We are using Extjs3.x
I tried your link too ... fed up with this don't know what to do further -
16 May 2012 7:23 AM
Jump to post Thread: integrating Struts/Ext by priyapratheep
- Replies
- 90
- Views
- 87,642
kallou Thanks for the quick reply...
last two days i am digging in this area ..visited most of the sites related to this...
my frame work side is working fine with the html form submission. But... -
16 May 2012 7:05 AM
- Replies
- 5
- Views
- 2,954
Hi k.pavithra
Thanks for the code.I followed the above code , in my code
url:'/path/strutsaction.do',
method:'POST',
lines i am getting error of 404 /path/strutsaction.do can not fine error... -
16 May 2012 6:35 AM
Jump to post Thread: integrating Struts/Ext by priyapratheep
- Replies
- 90
- Views
- 87,642
Hi
I want to upload a file. I want to use ExtJs and struts1.I am hunting for the result for last two days. No I am running out of time. Even though I posted in this forum I failed to get the... -
14 May 2012 5:38 PM
Jump to post Thread: Struts ExtJs Actionform by priyapratheep
- Replies
- 2
- Views
- 1,092
Hi scottmartin
Thanks for the reply....
Actually I already tried that links...My problem is system can not trace the url
I am getting error
... -
14 May 2012 2:39 AM
Jump to post Thread: Struts ExtJs Actionform by priyapratheep
- Replies
- 2
- Views
- 1,092
Hi anybody help me to call struts form from extJS
var csDocPanel = new Ext.form.FormPanel({
standardSubmit: true,
frame:true,
title: 'Costing Sheet... -
13 May 2012 10:36 PM
- Replies
- 1
- Views
- 1,008
In my program I am integrating ExtJS with struts.
From JSP I am uploading a file through struts. Two days I am googling and tried many different ways. Here is my code
ExtJS
var... -
10 Apr 2012 4:06 PM
- Replies
- 1
- Views
- 538
Hi,
The below is part of my code
var cm = new Ext.grid.ColumnModel([
{id: 'screenname' ,header: "Band Name" ,dataIndex: 'screenName' ,width: 120 ,editable:false, editor: new...
Results 1 to 22 of 22
