Search Type: Posts; User: MarkB
Search: Search took 0.06 seconds.
-
30 Oct 2009 10:58 AM
- Replies
- 406
- Views
- 143,917
Danh,
Have you tried putting SuperBoxSelect on a window and destroyed the window?
I can't destroy a tab panel with your component on it.
It breaks code in ext-base.js ...
... -
28 Oct 2009 2:11 PM
Jump to post Thread: Question about destroy() by MarkB
- Replies
- 5
- Views
- 1,411
bump
-
28 Oct 2009 12:38 PM
- Replies
- 2
- Views
- 1,597
Has this patch been applied to the 2.x branch as well?
I am removing a Tab with nested form and it works fine in FF but blows up on IE.
if(g.getBoundingClientRect){m=g.getBoundingClientRect(); -
16 Sep 2009 12:11 PM
- Replies
- 14
- Views
- 3,920
was this ever resolved? having the same problem with IE ...
-
3 Sep 2009 7:39 AM
- Replies
- 406
- Views
- 143,917
This makes me very happy ...
-
3 Sep 2009 3:17 AM
- Replies
- 406
- Views
- 143,917
Is this the new version that was mentioned a couple of posts back or is there another 'update' coming in 5-8 days?
-
14 Nov 2008 6:34 AM
- Replies
- 467
- Views
- 180,982
http://www.phpletter.com/Demo/Tinymce-Ajax-File-Manager/
This thing integrates into the TinyMCE extension pretty nicely.
You do have to make a couple of CSS modifications : just grab the font... -
13 Nov 2008 2:12 PM
- Replies
- 467
- Views
- 180,982
http://tinymce.moxiecode.com/punbb/viewtopic.php?id=844
Instead of using the expensive MCE Image Uploader I have been playing around with this free version. It has integrated fine BUT I would... -
10 Oct 2008 10:59 AM
Jump to post Thread: [2.x] Ext.ux.WindowBlind by MarkB
- Replies
- 58
- Views
- 19,239
Has anyone tried combo boxes on Animal's FormBlind?
My drop down lists are appearing behind the Blind. Is there a solution to this? I know the nasty solution would be to use a dynamic radio... -
3 Sep 2008 4:54 AM
- Replies
- 0
- Views
- 1,431
Description of the Problem:
-----------------------------
I can not get the combo boxes on my form to show their description value vs. data value. I've got a feeling the problem is in multiple... -
26 Aug 2008 4:35 PM
- Replies
- 1
- Views
- 915
I can't seem to make the Ext.Resizable wrap around a Ext.form.HtmlEditor.
var dwrapped = new Ext.Resizable(this.id, {
wrap:true,resizeChild:true,handles:'s',pinned:true... -
26 Aug 2008 8:21 AM
- Replies
- 467
- Views
- 180,982
<script type="text/javascript" src="/_cms/extjs/adapter/ext/ext-base.js"></script>
<script type="text/javascript" src="/_cms/extjs/ext-all.js"></script>
<script type="text/javascript"... -
25 Aug 2008 4:20 PM
- Replies
- 467
- Views
- 180,982
<script type="text/javascript" src="/extjs/adapter/ext/ext-base.js"></script>
<script type="text/javascript" src="/extjs/ext-all.js"></script>
<script type="text/javascript"... -
26 Mar 2008 9:31 AM
- Replies
- 88
- Views
- 50,066
Resizing the Ext window works fine. Maximizing it results in the video reseting back to start.
Looks great ... -
29 Feb 2008 3:27 PM
- Replies
- 4
- Views
- 6,571
Very nice looking. Are you going to put up the source code for it?
Also, quick question, does it support 2nd tier scrolling icons? -
11 Jul 2007 12:04 AM
Jump to post Thread: Ext.data.HttpProxy and extraParams by MarkB
- Replies
- 1
- Views
- 3,079
Hi Everyone,
I'm using the latest beta build, 1.1b and all of a sudden I am no longer having my extraParams passed to the server.
I have heard about using this Ext.Data.Connection but can't... -
30 Mar 2007 3:20 PM
- Replies
- 0
- Views
- 1,189
Ok .. Last time I bled for nearly 2 days on trying to learn it myself and tonight I don't have the luxury so here goes.
This is my XML file ... If you have suggestions for formating it... -
20 Mar 2007 4:13 PM
Jump to post Thread: How do I get at the XML Data? by MarkB
- Replies
- 24
- Views
- 11,482
{name: 'input' , mapping: '@input', type: 'string'},
{name: 'value' , mapping: '@value', type: 'string'}
They need the @ for some reason .. Anyone care to explain this? Just so I can know going... -
20 Mar 2007 3:38 PM
Jump to post Thread: How do I get at the XML Data? by MarkB
- Replies
- 24
- Views
- 11,482
Ya .. Found it ..
ds.on('load',AJAX_Loaded, this, true);
ds.load();
Documenting here for the next poor sole who might not need to suffer ..
THANKS for all the help .. So appreciate it :)... -
20 Mar 2007 3:07 PM
Jump to post Thread: How do I get at the XML Data? by MarkB
- Replies
- 24
- Views
- 11,482
I traced the code and found that my XML was in fact being downloaded and processed / parsed .. but here is the kicker ..
ds.load();
for (var i = 0; i < ds.getCount(); i++) {
var rec =... -
20 Mar 2007 2:07 PM
Jump to post Thread: How do I get at the XML Data? by MarkB
- Replies
- 24
- Views
- 11,482
I put break points at every readRecords call and none of them were executed.
It does call the yui code for fetching the XML. I'm stumped .. This issue has been beating me to death all day ..
... -
20 Mar 2007 12:49 PM
Jump to post Thread: How do I get at the XML Data? by MarkB
- Replies
- 24
- Views
- 11,482
Done .. I've traced into the different Ext objects but have not seen any error messages generated.
It does show the response of the file, just like I've posted AND a header of :
So I'm not... -
20 Mar 2007 10:41 AM
Jump to post Thread: How do I get at the XML Data? by MarkB
- Replies
- 24
- Views
- 11,482
Right now I am pulling just an XML file locoated on the server .. Start simple work to more complex. But yeah, I've added the header('Content-type: text/xml'); into my "brain" XML file handler.
... -
20 Mar 2007 10:10 AM
Jump to post Thread: How do I get at the XML Data? by MarkB
- Replies
- 24
- Views
- 11,482
This is my function that I call ...
This is the line of code that executes it.
YAHOO.util.Event.addListener(window, 'load', AJAX_Load ); //common.oswg.js
I'm stumped .. This does not... -
20 Mar 2007 9:09 AM
Jump to post Thread: How do I get at the XML Data? by MarkB
- Replies
- 24
- Views
- 11,482
Ok .. Next newbie question .. How do I use Ext.data.Record .. I found some references to it but have not been able to really understand it ..
Can you provide an example of a Do While Not.Eof /...
Results 1 to 25 of 26
