Search Type: Posts; User: Daniels
Search: Search took 0.02 seconds.
-
3 Oct 2011 12:50 PM
Jump to post Thread: Tooltip follow the component by Daniels
- Replies
- 0
- Views
- 273
Hi all,
I'm doing a form that shows an error to the user using a Ext.Tooltip in the right side of the TextField. When I want to show the Tooltip, I call the show function and when I don't want it... -
26 May 2011 7:51 AM
Jump to post Thread: IE Compatibility Mode by Daniels
- Replies
- 3
- Views
- 1,623
I tested here and it didn't work. Ext.isStrict returns true running IE9 with IE 7 compatibility mode.
I need to show a message to the user. If the user is running compatibility mode, he will... -
26 May 2011 6:12 AM
Jump to post Thread: IE Compatibility Mode by Daniels
- Replies
- 3
- Views
- 1,623
How do I know if IE is running in compatibility mode? Please notice that I need more than know if the document type is IE 7, for example. If I has a method to check the result, IE 8 running...
-
19 Apr 2011 8:13 AM
Jump to post Thread: Import Order by Daniels
- Replies
- 1
- Views
- 424
I'm trying to use javascript debug files that are more specific than ext-all-debug(like ext-foundation-debug, pkg-buttons-debug and so on), but I'm having troubles when I'm running the application.
... -
13 Aug 2010 4:49 AM
- Replies
- 2
- Views
- 869
Steps to view the problem:
1) expand the south region
2) click on east title.
Now the east region has a normal height plus the height of the south panel header.
Code to reproduce the... -
9 Jul 2010 10:18 AM
Jump to post Thread: BorderLayout resize problem by Daniels
- Replies
- 1
- Views
- 795
I'm trying to resize a Panel in a north region of BorderLayout. The Panel is resized, but the center region doesn't refresh to get your new size, so my north Panel isn't fully showed on Window....
-
7 Jul 2010 9:43 AM
Jump to post Thread: Hbox overflow by Daniels
- Replies
- 11
- Views
- 1,367
I've changed the method and appears to works fine. Here is the code:
var width = this.container.getLayoutTarget().getWidth();
var lastX = 0;
var lastY = -1;
... -
7 Jul 2010 8:05 AM
Jump to post Thread: Hbox overflow by Daniels
- Replies
- 11
- Views
- 1,367
It works, thank you.
I've changed the "animate if" to down, now it also works without animate. But... after the changes, the property horizontalAlign : "right" is ignored by the layout. I'll try... -
7 Jul 2010 6:36 AM
Jump to post Thread: Hbox overflow by Daniels
- Replies
- 11
- Views
- 1,367
The following code should generate the sequence Panel 2, Panel 1 on the right side, right? The float property does that. But The code generates Panel 1, Panel 2 on the right side and don't makes the...
-
7 Jul 2010 5:46 AM
Jump to post Thread: Hbox overflow by Daniels
- Replies
- 11
- Views
- 1,367
When I set the horizontalAlign to right, the layout only moves the component to the right side. That is correct? I think that the right behavior is do that and reverse the component sequence too.
-
6 Jul 2010 11:41 AM
Jump to post Thread: Hbox overflow by Daniels
- Replies
- 11
- Views
- 1,367
Yes, this is exactly what I need.
Thank you for helping me. -
6 Jul 2010 11:06 AM
Jump to post Thread: Hbox overflow by Daniels
- Replies
- 11
- Views
- 1,367
Have a way for I put the component below when the width overflows on hbox layout?
-
25 May 2010 10:04 AM
Jump to post Thread: Collapse button on left by Daniels
- Replies
- 1
- Views
- 885
Hi, all.
Here is my problem: I need a way to move the collapse button of Ext.Panel to the left side of the header.I found this topic:
... -
15 Mar 2010 8:21 AM
Jump to post Thread: Wrap Panel by Daniels
- Replies
- 3
- Views
- 760
I want to create a plugin. So I set something like this:
new Ext.Panel({
plugins:[myPlugin]
});
on this plugin, i receive the Ext.Panel: -
15 Mar 2010 7:01 AM
Jump to post Thread: Wrap Panel by Daniels
- Replies
- 3
- Views
- 760
Any idea? I've looked at the documentation, but I don't found a wrap function =(
-
15 Mar 2010 4:29 AM
Jump to post Thread: Wrap Panel by Daniels
- Replies
- 3
- Views
- 760
I have a child of Ext.Container. This child is added to a other container. How I can wrap this child in other Ext.Container? I thought in create a new Ext.Panel, add him on the child container and...
-
21 Jan 2010 9:05 AM
Jump to post Thread: Hide the Resizable by Daniels
- Replies
- 0
- Views
- 386
Hi, everybody. I've a little question for you guys.
Have a way to hide a resizable? Today for simulate it, I destroy the resizable and I create him when I need back, but it's not cool. Anyone have... -
14 Jan 2010 2:46 AM
- Replies
- 9
- Views
- 1,472
Thanks for explanation, Condor. Problem solved :)
-
14 Jan 2010 2:30 AM
- Replies
- 9
- Views
- 1,472
It really works, thanks man.
Just a little question. I'd tried it before that way:
compEl.resizer.on('resize', function(r,w,h,e) {
compEl.setWidth(w);
compEl.setHeight(h);
}); -
14 Jan 2010 2:18 AM
- Replies
- 9
- Views
- 1,472
The compEl is the element of comp. comp is a var who keep the reference to a Ext.Panel. I get compEl this way:
var compEl = Ext.get(comp.id); -
14 Jan 2010 2:11 AM
- Replies
- 9
- Views
- 1,472
Thanks for answering, Condor.
I'd tried the resizeChild. Actually, I'd tried almost every property of the Ext.Resizable, but my problem continues... -
14 Jan 2010 2:05 AM
- Replies
- 9
- Views
- 1,472
I still don't have idea why it happens. I add two images for help to understand my problem.
-
13 Jan 2010 11:06 AM
- Replies
- 9
- Views
- 1,472
I've added a Ext.Resizable on a Panel. This Panel starts reduced, so his contents isn't showed completely. When I resize the panel on browser it have a increase of width and height, but the panel...
-
12 Jan 2010 3:22 AM
Jump to post Thread: Problem with Resizer by Daniels
- Replies
- 0
- Views
- 490
I have a html table. Some cells of the table have an Ext.Resizable. Ones resize to south, others resize to east. The cells which resize to south increase the cell height and the table height too,...
-
8 Jan 2010 11:05 AM
Jump to post Thread: FieldSet title[Solved] by Daniels
- Replies
- 8
- Views
- 1,342
Thank you one more time, Animal. I like this code much more then another.
Results 1 to 25 of 63
