[CLOSED] Ontop button

  1. #1

    [CLOSED] Ontop button

    I need to display kind of custom design where button should be displayed on top of two panels.

    ....... Panel1....|.......Panel2.......
    ___________________________
    |.................. Button................ |
    |__________________________|
    ....... Panel1....|.......Panel2.......

    Any ideas?
    Last edited by Daniil; May 18, 2012 at 4:46 PM. Reason: [CLOSED]
  2. #2
    Hi,

    You can place a button into a floating Panel and position it manually.

    To align you can use the Ext.Element client side alignTo method.
    panel.getEl().alignTo(...)
    http://docs.sencha.com/ext-js/3-4/#!...method-alignTo

Similar Threads

  1. Replies: 8
    Last Post: Sep 28, 2012, 2:42 PM
  2. [CLOSED] When button click, open the menu of button
    By supera in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Feb 22, 2012, 4:23 PM
  3. [CLOSED] Dynamically generate button and button menu problem.
    By csssi_coolite in forum 1.x Legacy Premium Help
    Replies: 12
    Last Post: Dec 22, 2011, 5:02 AM
  4. Replies: 4
    Last Post: Nov 19, 2010, 1:39 PM
  5. Replies: 3
    Last Post: Feb 02, 2010, 6:32 PM

Posting Permissions