Search Type: Posts; User: alanwilliamson
Search: Search took 0.02 seconds.
-
9 Feb 2008 12:32 PM
- Replies
- 2
- Views
- 2,044
Thank you Doug, appreciate that.
-
7 Feb 2008 2:01 PM
- Replies
- 2
- Views
- 2,044
i am trying to convert a 1.1 project over to 2.0 and i have to confess it is not going at all well. i am finding it very confusing on how things are laid out.
The accordion control is not... -
25 Oct 2007 2:39 PM
- Replies
- 909
- Views
- 338,572
... and that was the missing piece! You are a genius!
Did i miss that in the documentation anywhere?
Working beautifully. Now i can sleep at night -
25 Oct 2007 7:35 AM
- Replies
- 909
- Views
- 338,572
Man this library has come on so much i love it!
One question/problem I have.
I have accordion in a standard "complex" layout arrangement. Its in the EAST panel. Everything is cool on the... -
24 Oct 2007 8:44 AM
Jump to post Thread: A DnD enabled Ext.View by alanwilliamson
- Replies
- 132
- Views
- 69,069
Animal this is indeed a thing of beauty.
I have hit into a wee problem; i am dragging between two DDView and when i drop i get:
r has no properties
[Break on this error] var dup =... -
24 Oct 2007 7:34 AM
- Replies
- 10
- Views
- 3,033
Thanks aconran for your suggestion -- a textarea trick is one i have used elsewhere, but never thought of it here.
Unfortunately it made no difference. Although if it helps, if i look at Template... -
24 Oct 2007 5:32 AM
- Replies
- 1
- Views
- 1,357
The original thread is here with all the simple code to reproduce:
http://extjs.com/forum/showthread.php?p=77464
If this is a case of me not using the "new" DataView correctly then please... -
24 Oct 2007 5:28 AM
- Replies
- 10
- Views
- 3,033
Definitely a bug -- i included the View.js from the source/legacy directory and replaced this line and the whole thing burst into life.
I shall report this thread in the Bugs forum
var... -
24 Oct 2007 2:31 AM
- Replies
- 10
- Views
- 3,033
I think maybe this is a bug in Ext2.0 as oppose to something i am doing wrong.
If I add two records, then only one blank template is rendered. If i inspect the object in Firebug, i see two... -
24 Oct 2007 12:53 AM
- Replies
- 10
- Views
- 3,033
I am moving from 1.1 to 2.0 and sadly the path isn't going smoothly. Code no longer works due to the removal of the "View" object from the Ext family.
Here is the new updated code, but it no... -
16 Aug 2007 5:03 PM
- Replies
- 1
- Views
- 649
Don't ya just love it when you answer your own question.
i have an extra CSS style in there: position: relative.
CSS --- gotta watch for that one! -
16 Aug 2007 5:02 PM
- Replies
- 1
- Views
- 649
Been developing in FireFox and Opera, and everything going very well.
I have a <div> tag that holds a list of images that is filled in dynamically.
This <div> tag has a fixed height, and... -
10 Aug 2007 3:26 AM
- Replies
- 2
- Views
- 788
aaah sometimes the most obvious is indeed the answer!
I thought there was some other way of applying the generic object to the rich object.
thanks -
10 Aug 2007 3:04 AM
- Replies
- 2
- Views
- 788
Okay, i am sure i am missing something really dumb here.
The whole remote JSON procedure i am very comfortable with. You effectively have a colleciton of data that is represented as a single... -
8 Aug 2007 6:36 AM
- Replies
- 5
- Views
- 5,639
TinyMCE is better than FCKEditor in the sense it doesn't have the annoying <br> / <p> problem when it comes to new lines.
HOWEVER -- it is a complete bit*h to get to work with ExtJS without a lot... -
30 May 2007 1:44 AM
- Replies
- 909
- Views
- 338,572
I am confused. Isn't Ext2.0 using your Accordion Saki?
Has Jack gone and ignored your efforts and implemented his own? -
25 May 2007 7:54 AM
- Replies
- 909
- Views
- 338,572
I would second the motion for a maxHeight property.
I have tried setting the body to a custom CSS with a max-height and overflow set, but i am getting some funky results when the infopanel is... -
25 May 2007 5:36 AM
- Replies
- 6
- Views
- 1,400
Thanks Animal its getting clearer!
So "myObj" can be used as a scope reference inside the inner functions to make sure i am referencing the right level?
I take it then, it can be used... -
25 May 2007 2:01 AM
- Replies
- 6
- Views
- 1,400
Okay thank you for the replies.
So in my example here, myObj, that isn't an instance is it? Surely thats just a place holder, or object type? In much the same way as defining a class in java.
... -
24 May 2007 9:19 AM
- Replies
- 6
- Views
- 1,400
I am getting into a right old mess here. When i think i have JS sussed, i find myself locked out of field members etc. I am long term OO programmer and java developer, but i cannot yet figure out...
-
23 May 2007 6:25 AM
- Replies
- 909
- Views
- 338,572
In my sample page -- the problem is that your demo page, you have turned on the ability for all your info panels to be draggable. If you turn this off, so they can't be moved, then you should see it...
-
23 May 2007 6:15 AM
- Replies
- 909
- Views
- 338,572
I have more information here.
Say I have:
acc.add(new Ext.InfoPanel('panel-1', {trigger:'title',collapsed:true, draggable:false}));
Then if it simply move the panel a little bit, (very... -
23 May 2007 5:21 AM
- Replies
- 909
- Views
- 338,572
Jsakalos, this is a beautiful piece of code and works beautifully. You are a credit and inspiration to the power open source brings to a project.
I have been playing with it and it is very solid.... -
3 May 2007 3:38 AM
Jump to post Thread: Date Picker by alanwilliamson
- Replies
- 11
- Views
- 6,531
Okay now my next problem is closing/cancelling the DatePicker; how can i do this cleanly?
The user has to click a date to close it down, otherwise it stays up forever!
Thoughts? -
3 May 2007 3:27 AM
Jump to post Thread: Date Picker by alanwilliamson
- Replies
- 11
- Views
- 6,531
Here is what i hacked together for this:
<div id="datepicker" style="z-index: 9999; position:absolute;"></div>
// calls this function logic:
var divTag = Ext.get('datepicker');
var...
Results 1 to 25 of 61
