Search Type: Posts; User: brad5
Search: Search took 0.02 seconds.
-
21 Aug 2010 9:23 AM
Jump to post Thread: Sorting in a GroupingStore by brad5
- Replies
- 2
- Views
- 1,010
Hi,
I am not using remoteSort.
I figured out a way to prefix sort key to the groupField and remove it using getColumnModel().setRenderer.
Thanks! -
20 Aug 2010 10:32 AM
Jump to post Thread: Sorting in a GroupingStore by brad5
- Replies
- 2
- Views
- 1,010
We are using ExtJS 2.0.2
I am using grouping store to group by a key.
There is a sortinfo field and i want to use it to sort the groups by the grouping key but it seems it is used to sort the... -
17 Aug 2010 4:30 PM
- Replies
- 1
- Views
- 730
Hello,
I am using ExtJS 2.0.2
I am using a GroupingView and it renders fine on data load.
The issue is when i update one of the rows in the middle and change the groupField value.
Lets... -
4 Aug 2010 3:21 PM
Jump to post Thread: full time UI Designer needed in Ca by brad5
- Replies
- 0
- Views
- 450
Looking for full time UI Designer for Networking Company in Sunnyvale, Ca
Skillset:
Web Design
CSS/Layouts/Browser differences
Core JavaScript -
16 Jul 2009 6:27 PM
Jump to post Thread: Display raw xml in window or panel by brad5
- Replies
- 4
- Views
- 1,682
I like to emphasize some text in the xml inside the pre tag.
Anyone know why em tag inside div in Panel is not working?
it works in straight html.
Thanks -
16 Jul 2009 1:56 PM
Jump to post Thread: Display raw xml in window or panel by brad5
- Replies
- 4
- Views
- 1,682
That did not work.
The problem is really of html and not extjs
doing this on php side solved the issue.
return htmlentities($returnXML);
Thanks -
16 Jul 2009 12:38 PM
Jump to post Thread: Display raw xml in window or panel by brad5
- Replies
- 4
- Views
- 1,682
BTW textarea works nice but i want to do styling to the xml which is why i need to use div
var panel = new Ext.Panel({
id:'panel',
... -
16 Jul 2009 12:15 PM
Jump to post Thread: Display raw xml in window or panel by brad5
- Replies
- 4
- Views
- 1,682
Hello,
I want to display raw xml in a Panel or window. The xml text content is getting displayed
but the xml elements are missing in the panel view.
here is the code for panel
... -
16 Jun 2009 9:49 AM
Jump to post Thread: Radio isDirty by brad5
- Replies
- 3
- Views
- 940
is there a way to see cvs or svn log to see changes with time?
Thanks -
16 Jun 2009 9:33 AM
Jump to post Thread: Radio isDirty by brad5
- Replies
- 3
- Views
- 940
I have a form that i used in Add or Edit Mode.
In Edit mode, i load the record from grid into the form using loadRecord and isDirty() works fine for all components.
In Add mode, since i am not... -
14 Jun 2009 5:13 PM
Jump to post Thread: Go to selected row in a grid by brad5
- Replies
- 2
- Views
- 982
Not sure if this will work. There is focusRow fn in GridView.
-
14 Jun 2009 5:09 PM
- Replies
- 0
- Views
- 507
Is the position fn supported in mapping attribute?
var recordDef = Ext.data.Record.create([
...
{name: "src-ip", mapping: "information[position()=1]/source-address", sortable:true}
...... -
2 Jun 2009 11:10 PM
- Replies
- 0
- Views
- 542
I have a pagingtoolbar (part of grid)
The store is defined as follows
I have a form with input fields and submit button. On submit i call ajaxCall with start=0 and limit=50 to get the rows... -
20 Apr 2009 1:53 PM
- Replies
- 3
- Views
- 899
http://extjs.com/forum/showthread.php?t=62274
combo listWidth not matching combo width in tabPanel is known issue. I had used hideMode: offsets solution to solve it. -
20 Apr 2009 12:30 PM
- Replies
- 3
- Views
- 899
The problem lies with defaults:{ hideMode: "offsets"} in TabPanel property
if i remove hideMode from TabPanel property the alignment of Panel div aligns properly inside TabPanel. But then comboBox... -
20 Apr 2009 12:03 PM
- Replies
- 7
- Views
- 2,953
have you tried putting all items in a fieldset and disabling it instead?
-
20 Apr 2009 11:31 AM
Jump to post Thread: [Solved]XmlReader and Nested Xml by brad5
- Replies
- 5
- Views
- 1,298
Not sure if slash makes a difference. i always use forward slash and it works with nested xml.
mapping: 'LS/LeadStatus' -
20 Apr 2009 10:46 AM
- Replies
- 3
- Views
- 899
Extjs Version: 2.0.2
IE7: Panel in a tabpanel flowing out of tabPanel container.
This works fine in IE6 and Firefox2/3.
var panelA = new Ext.Panel({
autoWidth:true,...
Results 1 to 18 of 18
