Search Type: Posts; User: EXTOmega
Search: Search took 0.03 seconds.
-
11 Oct 2010 11:00 AM
- Replies
- 1
- Views
- 828
I have a toolbar that I'm adding to my pages as follows:
var pageTray = new Ext.Toolbar({
renderTo: Ext.getBody(),
width: "50%",
items: [
{
xtype: "tbtext", -
8 Oct 2010 4:51 AM
- Replies
- 1
- Views
- 438
I have a server side framework that I'd like to use to "initialize" some ext-js based components I've created. I was wondering if anyone had any suggestions as to how I might go about doing this as...
-
1 Oct 2010 9:56 AM
Jump to post Thread: TreePanel accept header by EXTOmega
- Replies
- 6
- Views
- 904
How or where exactly would I put this code?
Also, bear in mind the example I gave you was for a FormPanel as an example. I want to add an HTTP accept-header to a TreePanel's async request. -
1 Oct 2010 9:48 AM
Jump to post Thread: TreePanel accept header by EXTOmega
- Replies
- 6
- Views
- 904
myForm.getForm().load({
method: "GET",
url: "MyURL",
success : function() {
pageEditor.el.unmask();
},
// Specify... -
1 Oct 2010 4:52 AM
Jump to post Thread: TreePanel accept header by EXTOmega
- Replies
- 6
- Views
- 904
Hmm. I'm a bit confused.
Other components allow me to specify headers as an object. Is there any way I can do this without extending the class? Maybe just by decorating it or overriding some... -
30 Sep 2010 9:53 PM
Jump to post Thread: TreePanel accept header by EXTOmega
- Replies
- 6
- Views
- 904
Is there any way to specify headers (specifically, the accept header) with a treepanel?
I do not wish to override the headers used globally with EXT, just the ones specifically for an instance of... -
23 Sep 2010 7:07 PM
Jump to post Thread: Resources and dependencies by EXTOmega
- Replies
- 2
- Views
- 544
Well, I'm developing a suite of tools and would prefer not to have to include them all... I may be able to manage this from my framework, but was simply interested in seeing if I could have a list...
-
23 Sep 2010 10:44 AM
Jump to post Thread: Resources and dependencies by EXTOmega
- Replies
- 2
- Views
- 544
Does ext/sencha offer a tool similar to Mootools' assets? I'd like to be able to include resources only when they are needed, but not load them twice if they are already loaded...
-
17 Sep 2010 11:17 AM
Jump to post Thread: Sencha (ext 3.0) book? by EXTOmega
- Replies
- 1
- Views
- 937
Have any books been published covering the latest 3.0 versions of Sencha?
I'm interested in getting to know all the best practices and figuring out the dos and don'ts, but reading a book might...
Results 1 to 9 of 9
