Search Type: Posts; User: rameshc
Search: Search took 0.02 seconds.
-
1 Aug 2008 6:19 AM
- Replies
- 3
- Views
- 694
The render callback was firing too early. Having a callback for the autoLoad did it.
-
31 Jul 2008 11:48 PM
- Replies
- 3
- Views
- 694
I have a 2 column layout where the right column is a 2-level tab panel. When I click on a second level tab, html from a url gets loaded into that panel. What I want to do is in the 'render' event...
-
28 Jul 2008 4:51 PM
- Replies
- 5
- Views
- 1,761
Setting height to 'auto' in the first level panel prevents the 2nd level tabs from showing. Setting height to 'auto' in the seconds level panel has no effect.
-
28 Jul 2008 4:43 PM
- Replies
- 5
- Views
- 1,761
In your fix, you set the height of the first level tabpanel to 600. Now, when I click on the 2nd level panel to load a url into the panel, it is restricted to 600 pix. I want the center panel to...
-
28 Jul 2008 1:52 PM
- Replies
- 5
- Views
- 1,761
In my 2-level tabs experiment, I am running into these 2 problems:
1. I get an "st undefined" error in firebug, which I believe is for the 2nd level tabs (the ones created in the for-loop).
... -
26 Jul 2008 12:01 PM
- Replies
- 6
- Views
- 1,000
So, you're saying that I can build the tab panels without doing add. How do I do it without using add in my Json load handler? I get the tab panel data in my application from a json. What are the...
-
26 Jul 2008 11:57 AM
- Replies
- 6
- Views
- 1,000
Works much better. Thanks!
-
26 Jul 2008 9:05 AM
- Replies
- 6
- Views
- 1,000
Now I have to figure out why the html associated with the second level tabs is not showing up.
-
26 Jul 2008 8:36 AM
- Replies
- 6
- Views
- 1,000
Here is a simple tab example I was trying out to fix some tab issues in my application. The line in blue in the js snippet works, but the line in red doesn't. Firebug reports an error that...
-
25 Jul 2008 9:37 AM
- Replies
- 4
- Views
- 911
HTML:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
<title>Knowledge Base</title>
<link rel="stylesheet"... -
25 Jul 2008 9:00 AM
- Replies
- 4
- Views
- 911
I am very new to JavaScript and ExtJs, so please bear with me. I am reading a json to get the information to construct a 2-level tab panel. The html, json, and js are pasted below (I want the stuff...
Results 1 to 11 of 11
