Search Type: Posts; User: rjanos
Search: Search took 0.02 seconds.
-
14 Sep 2010 12:33 PM
- Replies
- 1
- Views
- 632
I found solutions for both of my problems. I am posting it here for others, if they need it. Also, if you know of a better solution, please post it.
Tooltip title to not show: init(false) and the... -
14 Sep 2010 12:28 PM
- Replies
- 1
- Views
- 1,392
Did you try the cls attribute?
{
cls:'mycustomclass',
xtype: 'panel',
id: 'panel_general_info',
title: 'General information',
layout: 'auto', -
14 Sep 2010 11:50 AM
- Replies
- 1
- Views
- 632
Can anybody tell me how to not display titles on a tooltip. I am trying this:
Ext.apply(Ext.QuickTips.getQuickTip(), {
maxWidth: 300,
minWidth: 100,
showDelay:... -
12 Aug 2010 12:06 PM
- Replies
- 1
- Views
- 877
Hello all,
I have an html dialog, with form elements (input type text, textarea, etc.) already made.
I would like to add ExtJS validation to it. How can I do that?
I spent searching the Net... -
24 Mar 2009 12:17 PM
Jump to post Thread: adding a label after the combo box by rjanos
- Replies
- 5
- Views
- 1,115
Thanks for the tip. I actually was doing the same as the form example but it seemed to me inconvenient that I have to create an extra form panel for it.
var panelCfg = {
id: 'mypanel2',
... -
24 Mar 2009 10:12 AM
Jump to post Thread: adding a label after the combo box by rjanos
- Replies
- 5
- Views
- 1,115
My problem is that what I have is in a form panel. Like this:
{
id: 'formPanel',
layout: 'form',
bodyStyle: 'padding:10px 10px 10px 10px',
region: 'north',
height: 120,... -
24 Mar 2009 8:47 AM
Jump to post Thread: adding a label after the combo box by rjanos
- Replies
- 5
- Views
- 1,115
Hello all,
I am trying to achieve the following layout:
LabelBeforeCombo: ComboBox LabelAfterCombo
Something like:
Display: (combo values="1,2,3") items -
2 Dec 2008 1:41 PM
Jump to post Thread: Dialog behind wmv movie by rjanos
- Replies
- 1
- Views
- 690
Hello all,
I just noticed if I have a wmv movie under my dialog, the dialog goes "behind" the movie. I did set shim: true on the dialog (Ext.Window) itself.
Anybody knows how to avoid this?
... -
2 Dec 2008 7:54 AM
- Replies
- 5
- Views
- 2,702
Thanks that solved it. :)
J -
2 Dec 2008 7:31 AM
- Replies
- 5
- Views
- 2,702
Thanks for the tip. Unfortunately this is a 10 year old webapp with an old codebase and a multiple frame setup (remember the 90s?) so I won't be able to move to a Viewport just now.
It is good to... -
1 Dec 2008 1:19 PM
- Replies
- 5
- Views
- 2,702
Hello,
Is there a way to keep a dialog in the center while the page is scrolled down?
I have a page with two frames. One of them has a modal dialog open but the container iframe is scrollable.... -
21 Nov 2008 8:07 AM
Jump to post Thread: element mask unmask not reliable? by rjanos
- Replies
- 2
- Views
- 1,561
I did more than that. I moved the mask/unmask into specific functions and call them manually by clicking on a link. Works in FF, does not work in IE7:
<html>
<head>
<title>Paging... -
20 Nov 2008 2:59 PM
Jump to post Thread: element mask unmask not reliable? by rjanos
- Replies
- 2
- Views
- 1,561
Hello all,
I have the following code:
<html>
<head>
INCLUDE EXTJS 2.2 HERE
<script type="text/javascript"> -
10 Nov 2008 7:58 AM
- Replies
- 2
- Views
- 1,276
Thanks, that worked. :)
J -
7 Nov 2008 12:55 PM
- Replies
- 2
- Views
- 1,276
I have a data view and it has scrollbar enabled (lots of content).
I would need to catch the scroll event. Can anybody give me an idea how would I do that?
thanks,
J -
6 Nov 2008 9:54 AM
Jump to post Thread: yui-utilities.js by rjanos
- Replies
- 6
- Views
- 1,112
Duhhh. Before I go and bang my head in the wall, thanks. That worked and I found out the reason.
The new yui-utilities sets the post header as UTF8. It didn't use to (1.1).
I am sending... -
6 Nov 2008 7:46 AM
Jump to post Thread: yui-utilities.js by rjanos
- Replies
- 6
- Views
- 1,112
How do you un-minify a file?
-
6 Nov 2008 7:21 AM
Jump to post Thread: yui-utilities.js by rjanos
- Replies
- 6
- Views
- 1,112
yui-utilities.js
It is located in the ext-2.2/adapter/yui directory next to ext-yui-adapter.js.
Unfortunately I can not find it in the source code. The source/adapter directory just has a... -
5 Nov 2008 2:38 PM
- Replies
- 2
- Views
- 645
Its not clear to me what you want to do.
For your tree panel and categories, you don't need to include them into a panel. Just add them directly into myTabPanel.items and add a region parameter... -
5 Nov 2008 2:19 PM
Jump to post Thread: yui-utilities.js by rjanos
- Replies
- 6
- Views
- 1,112
Hello,
I am wondering what are the differences between yui-utilities in 1.1 and 2.2. version.
Is there a way to get to the uncompressed version of these files?
I have an encoding issue. The... -
9 Oct 2008 11:58 AM
Jump to post Thread: autoScroll nested panel? by rjanos
- Replies
- 6
- Views
- 1,456
Duhh. Yes, indeed. Thanks again. Will do.
Janos -
9 Oct 2008 10:25 AM
Jump to post Thread: autoScroll nested panel? by rjanos
- Replies
- 6
- Views
- 1,456
Thanks Animal for your response. I finally got it working. I didn't realize at first I can have a borderlayout in a borderlayout although you told me so and the help files mention it, too.
I did... -
8 Oct 2008 12:47 PM
Jump to post Thread: autoScroll nested panel? by rjanos
- Replies
- 6
- Views
- 1,456
Thanks for your response and explanation. I am new to Ext and just starting to learn about panels and the need of specifying a layout. Your explanation was very needed for me.
Also, I apologize,... -
8 Oct 2008 12:21 PM
Jump to post Thread: Panel Height & Width by rjanos
- Replies
- 1
- Views
- 980
I have the same problem. I cannot figure it out the height of my panel.
If I try it in the afterRender I get null.
If I try it in the show method I get 0.
Is there a way to get the height of... -
8 Oct 2008 9:33 AM
Jump to post Thread: autoScroll nested panel? by rjanos
- Replies
- 6
- Views
- 1,456
I am trying to create a dialog with a dataview which is nested in a panel and is scrollable.
I use 'BorderLayout' for the top window, fit layout for the panel including the data view.
However the...
Results 1 to 25 of 47
