Search Type: Posts; User: CaCtus491
Search: Search took 0.02 seconds.
-
1 Jan 2011 5:51 AM
- Replies
- 6
- Views
- 4,024
I'd just like to say that this 'fix' works perfectly for my application where I want to enable / disable some other fields depending on the slider value.
-
28 Sep 2010 9:22 PM
- Replies
- 0
- Views
- 680
I have an Ext.Carousel, and on one of the items in the carousel there is a panel that has a docked toolbar.
When a user swipes the toolbar to access items that are currently off screen, the toolbar... -
11 Jan 2010 9:35 PM
- Replies
- 568
- Views
- 196,576
I am able to display amStock charts in our ExtJS app, but I can't seem to access the direct interface provided by the flash object.
For example, the amStock documentation lists a method called... -
3 Feb 2009 8:43 PM
Jump to post Thread: Field position in a panel by CaCtus491
- Replies
- 7
- Views
- 1,541
I've just been putting a login form in a window together and used bodyStyle: {padding: '30px'} to get the sort of effect that I think you're after:
var loginWindow = new Ext.Window({
title:... -
12 Nov 2008 6:23 PM
- Replies
- 170
- Views
- 60,258
Thanks for the reply.
I've tried your suggestion, but it doesn't make any difference. Just to be sure, I've put the sample code into it's own file and ran it against that (replacing the ... with... -
12 Nov 2008 3:13 AM
- Replies
- 170
- Views
- 60,258
The following is an example of a coding style I'm trying to generate documentation for. When viewing the output documentation, I see an entry for 'MyClass' as expected, however there is nothing...
-
5 Nov 2008 10:31 PM
Jump to post Thread: set gridpanel DDgroup by CaCtus491
- Replies
- 6
- Views
- 3,394
Ultimately I'm trying to change the ddGroup of 'listPanel'. According to my interpration of the docs linked to by evant in the post above, the following code should create listPanel with a ddGroup of...
-
7 Nov 2007 1:36 AM
- Replies
- 3
- Views
- 1,215
Ok, I'm a little further now.
With a response along the lines of:
<script type="text/javascript">
<!--
modules['home'].add(new Ext.Panel({
height: 700,
layout: 'border',
... -
6 Nov 2007 4:40 PM
- Replies
- 3
- Views
- 1,215
Firstly, I was able to solve my first problem by changing:
...
items:[{
region:'north',
el: 'header'
},tabs = new Ext.TabPanel({
... -
5 Nov 2007 4:52 PM
- Replies
- 3
- Views
- 1,215
I've only recently begun using Ext JS (2.0) to develop a new web application, and am running into a few problems.
The general design is to have an initial login page. After logging in, the user is...
Results 1 to 10 of 10
