Search Type: Posts; User: brazhuca
Search: Search took 0.02 seconds.
-
9 Apr 2013 9:46 AM
Jump to post Thread: remove node from treestore by brazhuca
- Replies
- 1
- Views
- 110
Any idea?
-
8 Apr 2013 5:46 AM
Jump to post Thread: remove node from treestore by brazhuca
- Replies
- 1
- Views
- 110
Hi,
I am trying to remove a node from treestore, but it does not work inside loop.
What am I doing wrong?
Any idea?
Ext.define('myapp.model.AppMenuItem', {
extend: 'Ext.data.Model', -
28 Mar 2013 12:15 PM
- Replies
- 21
- Views
- 11,188
hi,
When I try to upload a file and in the filesadded method return false, the upload is correctly canceled. However, when I try again to upload a file and in the filesadded method return true,... -
14 Mar 2013 6:48 AM
- Replies
- 21
- Views
- 11,188
I created a grid and put the upload button in this grid toolbar.
It is possible render the upload window in this grid instead of rendering the viewport? -
25 Feb 2013 3:35 AM
- Replies
- 21
- Views
- 11,188
thanks suniljph123,
didn't work but its close.
works like this
uploader.multipart_params.foo = "bar"; -
22 Feb 2013 11:24 AM
- Replies
- 21
- Views
- 11,188
can I add extra params on file submit?
ex:
params = [{"foo1":"bar1"},{"foo2":"bar2"}] -
22 Feb 2013 11:18 AM
- Replies
- 21
- Views
- 11,188
can I add extra params on file submit?
ex:
params = [{"foo1":"bar1"},{"foo2":"bar2"}] -
8 Jul 2011 6:58 AM
- Replies
- 1
- Views
- 437
Hi all,
I am using ext3.3 and i have a problem with formPanel and viewport.
Tenho um viewport com 3 areas: north, west e center.
When I click a button to display a grid, for example lists of... -
30 Jun 2011 6:23 AM
- Replies
- 0
- Views
- 496
Hi all,
I am using a EXT3.3
I am trying to call a function from the exception event of a json store, but it does not work.
When I try to call the functions from the load event, it works fine.
... -
29 Jun 2011 10:09 AM
Jump to post Thread: exception event of jsonStore by brazhuca
- Replies
- 0
- Views
- 489
Hi all,
I am using a EXT3.3
I am trying to call a function from the exception event of a json store.
Any help will be appreciated. -
26 Jun 2011 2:10 PM
Jump to post Thread: Update images in a panel by brazhuca
- Replies
- 2
- Views
- 438
OMG.. I cant belive that.
I spent two days trying to make this work .. reading the documentation .. and the solution was simpler than I thought. :D
Thank you very much Skirtle. -
24 Jun 2011 4:40 AM
Jump to post Thread: Update images in a panel by brazhuca
- Replies
- 2
- Views
- 438
Hi all,
I am using ext 3.3 and I have a problem to update images dynamically in a panel.
The form is working correctly, the image is being sent correctly to the server.
The problem is simply to... -
20 Jun 2011 3:35 AM
- Replies
- 2
- Views
- 521
Thank you very much Skirtle. It worked perfectly!
-
17 Jun 2011 9:43 AM
- Replies
- 2
- Views
- 521
Hi all,
I am using ext 3.3 and I have a problem to add/remove buttons dynamically in a toolbar.
Toolbar code:
// Defines admin breadcrumb
App.Breadcrumb = Ext.extend(Ext.Toolbar,{ -
10 Jun 2011 9:43 AM
- Replies
- 3
- Views
- 1,776
I have the same problem...
Any help ? -
16 Mar 2009 9:37 AM
- Replies
- 10
- Views
- 2,792
Hi,
I have the same problem..
if I do:
myTeste.store.load();
alert(myTeste.store.getTotalCount());
It prints 0, but it was supposed to show 10. -
23 Jan 2009 10:24 AM
- Replies
- 8
- Views
- 3,788
But I had already placed "loadMask: true" in my code.
Note that inside afterlayout event in my code, there is an alert .... alert('test') and this alert isnt displayed. Why?
Thank you -
23 Jan 2009 9:05 AM
- Replies
- 8
- Views
- 3,788
When I load the grid for the first time, I want to display the mask ("loading...").
But, afterlayout event doesn't fire.
Like this:
http://examples.extjs.eu/gridintab.html
Any suggestion ?... -
23 Jan 2009 3:16 AM
- Replies
- 8
- Views
- 3,788
Hi Animal,
Thank you for your answer.
I would like to use the method afterlayout on the grid.
So, the grid would be loaded with load mask at the first call.
Another example, I could load... -
23 Jan 2009 2:32 AM
- Replies
- 8
- Views
- 3,788
Please! Any help would be appreciated!
Anyone ?
:) -
22 Jan 2009 11:27 AM
- Replies
- 8
- Views
- 3,788
Hi,
How can I fire afterlayout event in a grid panel ?
What am I doing wrong ?
Thank you.
Ext.onReady(function() {
// Retrieving Tree -
13 Jan 2009 2:43 AM
- Replies
- 4
- Views
- 1,135
It works !
Animal, thank you very much ! -
13 Jan 2009 2:27 AM
- Replies
- 4
- Views
- 1,135
Hi mprice,
Did you solve this? I have the same problem...
Thank you. -
26 Nov 2008 6:18 AM
Jump to post Thread: tree event isn't working by brazhuca
- Replies
- 0
- Views
- 489
Hi all,
My tree doesn't expand
What am I doing wrong?
Admin.MenuTree = Ext.extend(Ext.tree.TreePanel, { -
30 Oct 2008 5:37 AM
Jump to post Thread: Problems to set min width layout by brazhuca
- Replies
- 0
- Views
- 649
Hi everyone,
I am trying to create a layout using borderLayout examples.
The layout is ok but, when the browser is minimized, the content can be broken.
I would like to define a min width...
Results 1 to 25 of 25
