Page 1 of 1

Dragging a grid to a collapse component

Posted: Mon Feb 01, 2016 3:07 pm
by leven.steve

If I add a collapsible container (#2) to my page how do I "grab" a whole grid and drag/drop it into the container? I need something to click on to drag.

Use case: I have two grids, one row in each and 6 cells in them with a component in each cell. I already have another collapsible (#1) below this set of grids and want them to hide when the lower collapsible shows and vice versa.
So I need to grab and drag/drop grid#1 and grid#2 into collapsible #2

If it isnt possible in the designer could you either make it possible in the outline tree or have a way to "explode" the design surface so that there is a gap inserted between each nested component (ideally coloured to show it) giving an area that can be clicked on to drag/drop ?


Dragging a grid to a collapse component

Posted: Tue Feb 02, 2016 9:35 pm
by Alena Prykhodko

Hello Steve,

Collapsible component consists of mobilecollapsblock and mobilecollapsblockcontent, you should drag and drop grid component to mobilecollapsblockcontent.

[quote:] I already have another collapsible (#1) below this set of grids and want them to hide when the lower collapsible shows and vice versa. [/quote]

Do you mean hide component?


Dragging a grid to a collapse component

Posted: Wed Feb 03, 2016 11:55 am
by leven.steve

I dont think I explained the issue clearly. I have a page with a grid on it. There are many rows and cells and components in those cells. I want to be able to "collapse" (ie hide) all of this when I need to. So I have added a "Collapse" item from the PALLETTE which has a CollapseContainer within it. (I understand how it works and have already used this on other pages to show/hide content).

My question was how do I drag/drop (ie move) my existing grid and all of its rows, cells and cell contents into the CollapseContainer as I cannot see a "handle" or "area" to click and drag the grid into that container.

Compare this with say moving an existing Text component into a Grid Cell. You click in the middle of the Text box, in changes the solid line around it to a dotted line and then you drag it to the GridCell and drop it.


Dragging a grid to a collapse component

Posted: Wed Feb 03, 2016 6:53 pm
by leven.steve

Hi ops. This is NOT answered yet. How do I "unanswer" the status ???


Dragging a grid to a collapse component

Posted: Thu Feb 04, 2016 10:25 am
by Serhii Kulibaba

Hello Steve,

Please select your grid in the breadcrumbs menu and drag it to collapsible block after that


Dragging a grid to a collapse component

Posted: Thu Feb 04, 2016 1:18 pm
by leven.steve

OK thanks. That seems to work.