Draggable Accordion Panels Easy?

  1. #1

    Draggable Accordion Panels Easy?

    Basically playing with the included ViewPort example. I would like to make the West area accordion panels detachable. I was messing with draggable but I am not getting anywhere. Is there an easy way to drag items out of a panel and float them around the screen then be able to put them back. This would be a great application menu feature for me and seal the deal on a license.


    Assuming you can set drag=true but you have to tell it where to allow drop? Please advise.

            // Make Settings Panel for Accordion
            Coolite.Ext.Web.Panel pnlSettings = new Coolite.Ext.Web.Panel();
            pnlSettings.ID = "Settings";
            pnlSettings.Title = "Settings";
            pnlSettings.Border = false;
            pnlSettings.BodyStyle = "padding:6px;";
            pnlSettings.Icon = Icon.FolderWrench;
            pnlSettings.Html = "Some settings in here";
            pnlSettings.Draggable=true;
  2. #2

    RE: Draggable Accordion Panels Easy?

    Have anybody found how to do this?

    Regards,
    Stefan
  3. #3

    RE: Draggable Accordion Panels Easy?

    Actually, this is possible, but the functionality is not currently built into the Toolkit.

    We have a new sample in the v1.0 Examples Explorer which demonstrates some of this functionality, although not ripping off panels from an AccordionLayout and replacing.


    This is functionality I would love to include in the toolkit, but we're just short on resources to implement right now. I'll add it to my TODO list to research what it would take to get this working 100%.


    Geoffrey McGill
    Founder

Similar Threads

  1. Add Panels with Autoload to an accordion
    By Tallmaris in forum 1.x Help
    Replies: 1
    Last Post: Jul 26, 2011, 8:35 AM
  2. Replies: 5
    Last Post: Nov 11, 2010, 7:33 PM
  3. Replies: 1
    Last Post: May 28, 2010, 6:52 AM
  4. [CLOSED] Vertical Scroll bars for the Accordion Panels
    By Etisbew in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Aug 20, 2009, 9:06 AM
  5. Easy way to make custom combo box
    By glenh in forum 1.x Help
    Replies: 1
    Last Post: Aug 20, 2009, 6:14 AM

Posting Permissions