Search Type: Posts; User: CaCtus491

Search: Search took 0.02 seconds.

  1. 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.
  2. 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...
  3. 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...
  4. 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:...
  5. 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...
  6. 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...
  7. 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...
  8. 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',
    ...
  9. Firstly, I was able to solve my first problem by changing:


    ...
    items:[{
    region:'north',
    el: 'header'
    },tabs = new Ext.TabPanel({
    ...
  10. 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