Ext 1.x: Help & Discussion

Page 501 of 507 FirstFirst ... 401 451 491 499 500 501 502 503 ... LastLast

+ Post New Thread

  1. Splitbar issues with Iframes within BorderLayout

    Hi Jack, There's an issue with the splitbars misbehaving when used in combination with iframes. Basically, I have a iframe thrown into the...

    Started by samsmits, 24 Oct 2006 11:51 AM
    • Replies: 1
    • Views: 2,526
    24 Oct 2006 4:30 PM Go to last post
  2. Save grid-editor server side...

    hi, can someone give a example o tell me where find a example to "save.php" in server side. and "handleSuccess" and "handleFailure" in client...

    Started by genius551v, 23 Oct 2006 2:56 PM
    • Replies: 4
    • Views: 4,278
    24 Oct 2006 3:46 PM Go to last post
  3. BorderLayout + Grid

    I'm trying to add a grid to borderlayout. it works fine in the Firefox but throws an exception in IE. from dom.js in yui. Looks like its trying to...

    Started by ganesh, 24 Oct 2006 9:35 AM
    • Replies: 2
    • Views: 3,134
    24 Oct 2006 10:30 AM Go to last post
  4. One questions about layout6

    I have a question about the layout6 if i want to divide the center part into top and bottom, what should i do with the code? (ps. i want to keep...

    Started by taiwancat, 24 Oct 2006 2:39 AM
    • Replies: 3
    • Views: 2,445
    24 Oct 2006 10:18 AM Go to last post
  5. Getting annoying let overs of Borderlayout on resizing? (IE)

    Hi there, I noticed that at times I would get an annoying ~0.75cm background cropping up on pages that implemented Borderlayout within the IE...

    Started by samsmits, 23 Oct 2006 7:39 PM
    • Replies: 1
    • Views: 2,096
    24 Oct 2006 9:33 AM Go to last post
  6. ContentPanel & window resize / splitter resize

    I've appended 3 grids inside a ContentPanel using yui-grids css I need to listen for window-resize / splitter resize events and manually...

    Started by christocracy, 23 Oct 2006 10:28 AM
    • Replies: 4
    • Views: 6,488
    23 Oct 2006 7:51 PM Go to last post
  7. YUI Question : Event Delegation

    Just ignore this question because I know it doesn't belong in this forum, but I can't get an answer in the YUI forums. HTML: <div id="parent">...

    Started by INeedADip, 20 Oct 2006 4:44 PM
    • Replies: 4
    • Views: 4,059
    23 Oct 2006 2:08 PM Go to last post
  8. Hook into keycode 23 (enter) on grid

    Hi, I've been trying to hook into the grid's keypress in order to listen for hitting enter on a selected row. It seems to be returning an object...

    Started by samsmits, 23 Oct 2006 8:50 AM
    • Replies: 1
    • Views: 3,342
    23 Oct 2006 2:03 PM Go to last post
  9. Accessing DOM methods through Element?

    Is there a way to get access to the DOM methods and properties of a node through element? For example: document.getElementById('node').disabled...

    Started by thejoker101, 23 Oct 2006 6:45 AM
    • Replies: 1
    • Views: 1,995
    23 Oct 2006 1:54 PM Go to last post
  10. Pure javascript question

    Please look at this simple example:ClassA = function(){ if (this.shouldAdd) this.elems.push(111); }; ClassA.prototype.shouldAdd =...

    Started by kovtik, 20 Oct 2006 8:10 AM
    • Replies: 3
    • Views: 2,357
    23 Oct 2006 1:51 PM Go to last post
  11. BorderLayout

    I am having some difficulties with using borderlayout, I have looked through most of the examples you created jack and cant find any hardlined...

    Started by irishdunn, 23 Oct 2006 5:44 AM
    • Replies: 1
    • Views: 1,832
    23 Oct 2006 1:47 PM Go to last post
  12. Animated Dialog, help getting started please

    Hello, I am a big fan of your work. I was wondering, could you please show me the most basic example of how you are animating your comment...

    Started by JohnT, 22 Oct 2006 5:12 AM
    • Replies: 9
    • Views: 3,404
    23 Oct 2006 11:41 AM Go to last post
  13. Grid-editor.....

    Plz give me a hand, I have a grid-editor and i want h=100%, all screen. ok, thats not a problem, just give a h in the DIV. But i have a space...

    Started by genius551v, 22 Oct 2006 8:27 AM
    • Replies: 4
    • Views: 3,729
    22 Oct 2006 1:00 PM Go to last post
  14. nested layout panel

    Hi, I am using a NestedLayoutPanel- layout.beginUpdate(); layout.add('north', new YAHOO.ext.ContentPanel('north', 'North')); ...

    Started by faizur, 21 Oct 2006 3:25 PM
    • Replies: 6
    • Views: 3,856
    22 Oct 2006 12:27 PM Go to last post
  15. Resizable examples

    I'd like to make a YUI Panel resizable or at the very least a simple div. I thought resizable-lib would provide this, but I can't get it to work. I...

    Started by rgraff, 21 Oct 2006 7:17 PM
    • Replies: 2
    • Views: 2,135
    22 Oct 2006 7:19 AM Go to last post
  16. Layout tabs on top

    I can't get the auto tabs on top using syntax like this snippet: center: { autoScroll:true, titlebar: false, tabPosition:top } Any hints?...

    Started by toddwh50, 21 Oct 2006 8:28 PM
    • Replies: 2
    • Views: 2,332
    22 Oct 2006 5:31 AM Go to last post
  17. empty content of region when closing and then showing

    Hello, Why when I click the ‘X’ (close) button on the titlebar (and the titlebar is closed), and the execute: layout.getRegion('west').show();...

    Started by kuzynpiy, 21 Oct 2006 9:20 AM
    • Replies: 1
    • Views: 1,918
    22 Oct 2006 4:58 AM Go to last post
  18. change themes with css style on the fly

    Hello Does anybody know how to change the css style on the fly - I mean without refreshing the page ? Is it possible to do that not iterating...

    Started by kuzynpiy, 21 Oct 2006 4:23 AM
    • Replies: 1
    • Views: 7,867
    21 Oct 2006 6:41 AM Go to last post
  19. BorderLayout

    When I call layout.findPanel method it appears that in the BorderLayout.js getContentPanel isn't a function anywhere. Do I just have a wrong version...

    Started by brant, 20 Oct 2006 12:28 PM
    • Replies: 3
    • Views: 2,388
    21 Oct 2006 4:53 AM Go to last post
  20. new web 2.0 layout and hardcoded function

    Hello, Your new layout extension is great. But some things are hardcoded and sometimes it's not possible to influence on application behaviour....

    Started by kuzynpiy, 20 Oct 2006 1:11 PM
    • Replies: 3
    • Views: 2,512
    21 Oct 2006 4:06 AM Go to last post