Search Type: Posts; User: rmorrissey
Search: Search took 0.01 seconds.
-
30 May 2007 5:14 AM
- Replies
- 4
- Views
- 1,657
Just a note, I had to update the code that Animal provided very slightly in order to allow for ampersands within the data. As follows:
Ext.override(Ext.data.Record, {
asXml :... -
30 May 2007 2:23 AM
- Replies
- 4
- Views
- 1,657
Brilliant, thanks! Just what I needed.
Animal's post can be found here:
http://extjs.com/forum/showthread.php?t=6529&highlight=asXml
I think this would be really handy to have integrated... -
29 May 2007 7:51 AM
- Replies
- 4
- Views
- 1,657
Hey Guys,
I'm about to implement an EditableGrid for a project I'm working on. I have most of the code working now, and am about to send the results of edited cells to the server for... -
19 Apr 2007 6:41 AM
- Replies
- 1
- Views
- 1,086
Solved it.
using handler rather than checkHandler did the trick :-|
Old:
new Ext.menu.CheckItem({
text: 'Fourth Choice',
depth: 4, -
19 Apr 2007 4:31 AM
- Replies
- 1
- Views
- 1,086
Hey Guys,
I've been totally stumped by some radio options. They exist in a menu, and seem to be firing twice when clicked. I'll summarise the code...
Within my toolbar I have the... -
13 Apr 2007 3:30 AM
- Replies
- 1
- Views
- 1,139
I had an almost idenical problem yesterday.
I haven't run your code, although I think if you take the following part of your code:
innerLayout.add('west', new Ext.ContentPanel('inner1',... -
2 Apr 2007 5:55 AM
Jump to post Thread: Ext.Element by rmorrissey
- Replies
- 3
- Views
- 1,056
Thanks guys, exactly what I was after! :)
Thanks again.
Rob -
2 Apr 2007 3:00 AM
Jump to post Thread: Ext.Element by rmorrissey
- Replies
- 3
- Views
- 1,056
Hey Guys,
The Ext based application that I'm currently working on has grown to the stage where I need to start building elements dynamically. From what I can tell, Ext.Element is what I want...
Results 1 to 8 of 8
