Tagged Questions
The collapse tag has no wiki summary.
8
votes
8answers
4k views
CSS: Margin-top when parent's got no border
As you can see in this picture, I've got an orange div inside a green div with no top border. The orange div has a 30px top margin, but it's also pushing the green div down. Of course, adding a top ...
7
votes
7answers
5k views
How to collapse blocks of code in Eclipse?
Some days ago my Eclipse was working fine and a +/- appeared in every block that could be collapsed (functions, classes, etc.)... but now it does appear, and I don't know how to activate that feature ...
5
votes
3answers
2k views
How to add 'collapse' to a Django StackedInline
In the same way you can add 'classes': ['collapse'] to one of your ModelAdmin fieldsets, I'd like to be able to have an Inline Model Admin be collapsible.
This ticket, Collapse in admin interface for ...
4
votes
2answers
4k views
WPF DataBound treeview expand / collapse
I'm just trying to find a way to control the expand / collapse of the TreeView nodes through the object they're bound to. The object has an IsExpanded property, and I want to use that to show the ...
4
votes
3answers
472 views
For what reason margin collapse rules were introduced in CSS?
Just can't figure out the situation when this clever set of rules can be helpful. They break the simplicity of the box model and provide infinite source of troubles when you combine different pieces ...
3
votes
2answers
179 views
How to have Collapsable/Expandable JPanel in Java Swing
I want a JPanel that can be Collapsed or Expanded when user clicks on a text/icon on its border. I need this type of panel due to space crunch in my application.
I read about CollapsiblePanel class ...
3
votes
5answers
453 views
How to implement expand/collapse nature to JTables in java swing application
In my application i am displaying a list of tables with huge data. All of the tables may not fit in the window, we need to scroll to see the bottom tables. Here i need expand/collapse nature to the ...
3
votes
6answers
92 views
Does a compiler collapse classes which are identical in their structure?
I hope this isn't a duplicate of a question itself, but the search terms are so ambiguous, I can't think of anything better.
Anyway, let's say we have two classes:
class FloatRect
{
float ...
3
votes
2answers
156 views
2 col layout with borders collapses when zooming out with browser
So I have a 2 column layout, which structured something like this:
html structure:
#container
#content
#side-a
.janitor
css:
#container{ width: 501px; }
#content {
float: left;
width: ...
3
votes
2answers
2k views
WPF TreeView databinding to hide/show expand/collapse icon
I implemented a WPF load-on-demand treeview like described in this (very good) article.
In the mentioned solution a dummy element is used to preserve the expand + icon / treeview item behavior. The ...
3
votes
1answer
1k views
Can't get WPF Listview to collapse when expanders in the listview collapse
I have a wpf ListView with two Expanders in it. When the expanders expand the listview makes room for the content. When they collapse the listview does not "take back" that extra space. I have set ...
2
votes
1answer
72 views
jQuery Accordion Collapse with No Items Active
I have a jQuery accordion that by default on page load has all items collapsed. It allows a user to click on an item to open for content and click on the same item to collapse it. A user may also ...
2
votes
1answer
71 views
How to show Master-Detail Informations in a collapsable ListView
i have a class that describes a certain task. This "task"-Class has a list of substeps.
What I wanted to do is to show these Informations in a ListView where the task-description should be used as ...
2
votes
3answers
172 views
Jquery accordion collapse all
I'm using this to expand or collapse some div
$("h3.trigger").click(function(){
$(this).toggleClass("active").next().fadeToggle(500,"swing");
return false;
});
on this html code
...
2
votes
1answer
73 views
JTree avoid collapse node when update the tree
I'm using a tree table object (the example taken from the sun site)..I would prevent the collapse of the tree nodes when I update the model, because it's boring to re-expand all the nodes everytime I ...
2
votes
1answer
399 views
jQuery expand/collapse div not working in IE7/IE9
The URL I'm working on is www.christnc.com. If you go to the site, you will see a button at the top of the page that says "Locations." When clicked, it is supposed to expand a div (using jQuery) ...
2
votes
2answers
653 views
Collapse 'button' for splitcontainer control
I use Microsoft splitcontainer control in my WinForms desktop application (.net 4/c#/vs 2010).
I'd like to have a small button (or any nice UI element) between the panels of the spliiter control to ...
2
votes
1answer
357 views
Autosize witdth of treeview after collapse
Greetings,
I'm looking for a way to set the width of a treeview to either it's max, or to the size of the longest treenode in it, whenever a node is being collapsed or opened.
I've tried using the ...
2
votes
2answers
534 views
IE8 - Odd behavior with head margin collapse on change in CSS “display”
I have a strange issue where my head (h1, h2, h3, h4, etc.) margins are collapsing on me, but only in IE8. I've spent a good deal of time trying to pinpoint the issue I am having, and have narrowed ...
2
votes
1answer
167 views
Collapse SQL rows
Say I have this table:
id | name
-------------
1 | john
2 | steve
3 | steve
4 | john
5 | steve
I only want the rows that are unique compared to the previous row, these:
id | ...
2
votes
2answers
304 views
What code do i need to collapse a div when another is open?
i use a simple bit of code to make a div collapse, this is it:
<script language="JavaScript">
<!--
function expand(param)
{
...
2
votes
1answer
173 views
Mylyn new task creation collapses Navigator and Project Explorer in Eclipse Helios CDT
I'm new to Mylyn but have been using Eclipse CDT for the past 3 years or so. Since our projects have many thousands of files and up to 50 or so within a directory I love the context switching provided ...
2
votes
3answers
271 views
WPF Ribbon - Auto Collapse when Height is Less than 250
Salam,
Can any one help me please with the WPF Ribbon, I noticed that when you give the window that contains the ribbon control height less than 250 the ribbon auto collapse. after it auto collapses ...
2
votes
0answers
67 views
How do I minimize or restore an external app with the correct animation effect in Vista/Win7?
I'm writing an app that can minimize or restore other, external apps' windows. However, when I do this, the windows will usually just minimize or restore directly, without the zoom/collapse animation ...
2
votes
2answers
897 views
Help with Collapse and Expand Accordion at same time using JQuery (demo)
I'm stuck on an Expand/Collapse accordion using JQuery.
After the initial headline is clicked and it expands, if you click to another headline it will collapse the former headline completely FIRST ...
2
votes
1answer
947 views
jquery treeview plugin change link behavior (avoid collapse)
I am using the jQuery Treeview plugin. Have a look to the "Sample 1 - default" provided on the demo page of the plugin http://jquery.bassistance.de/treeview/demo/. In my case all folders and files are ...
2
votes
4answers
2k views
Moving up multiple parents in jQuery - more efficient way?
So, I have a navigation that is a list and has sublists and sublists.
Basically, the nav is by default collapsed, but if people click on a page that's in a sublist, I want to show the parent list. ...
2
votes
1answer
1k views
Mozilla CSS bug : table with bottom-border + border-collapse : causes random borders to appear and disappear
When applying a bottom border to a table, with "border-collapse" set to "collapse", weird random bottom borders appear below some table rows, of varying widths -- they appear and disappear when ...
2
votes
3answers
7k views
jquery - Collapsing / Expanding divs?
Trying to create collapsible / expandable divs using jQuery, but it's not working for me at all... Each h3 should expand/collapse the div beneath it, and I'm not sure why this isn't working... ...
2
votes
1answer
321 views
c# collapse array list
if i have
class foo
{
int a
int b
}
and a List<foo> myList
is there some short hand notation for to make a List<int> from eg myList[*].a, ie pick out a from each element and ...
2
votes
2answers
765 views
howto collapse all XML comments in Visiual Studio 2008
i was wondering if there is an plugin, addon or any other easy way to get rid of the bloated xml comments for c#?
Company wants the documentation, but in my daily work the comments are simply ...
2
votes
1answer
548 views
Why would a TreeView collapse unexpectedly in WinForms?
What would cause a TreeView to collapse, other than a call to the .Collapse() method on a TreeNode or the .CollapseAll() method of the TreeView?
In an application that I am developing, the TreeView ...
1
vote
0answers
52 views
Auto close accordion
I'm using the HW ACCELERATED ACCORDION by cubiq.org in my JQTouch project. If you open an accordion section and click on one of the links, the accordion remains open because you technically never ...
1
vote
2answers
30 views
how to check Style Class is null, and if it is null how can we assign some style to it in JQuery?
i am using jquery for collapsible panel
i need to check it the style class is null, then i need to add some style .
styleClass="pr-icon-hide-table"
jQuery(btnId).toggleClass(styleClass); return ...
1
vote
0answers
44 views
Collapse / Fold methods in Aptana?
I'm not sure if I'm missing something as I'm new to Aptana but. I'm having trouble collapsing my class methods. I like to collapse everything except the function I'm currently working in within my ...
1
vote
1answer
66 views
collapse and expanding groups for checkboxes
I have a mysql query that gets displayed via PHP. Each returned record is assigned a checkbox. a column in the table (ReleaseNumber) has a number which groups the different records. How can I create ...
1
vote
2answers
69 views
jquery collapse and expand (reveal)
There are number of news boxes on a page that collapse and expand content when clicked. Seems to its ok, but one news box is already opened, user has to click twice on another news box to get it to ...
1
vote
1answer
107 views
How to click content behind collapsed WPF expander?
When I collapse an expander, it visibly collapse, but I cannot click the content behind.
It occupies the same space as if it were expanded...
Is it possible to REALLY collapse an expander? Thanks ...
1
vote
1answer
68 views
How to collapse this nested MySQL query?
SELECT num, COUNT(num) AS amt
FROM table
WHERE num IN (
SELECT num
FROM table
WHERE id IN (1,2,3))
GROUP BY num
HAVING amt > 1
Also, how can I get
'777' => '2'
.. instead of
...
1
vote
1answer
120 views
Calculating multiple functions on multiple collapsed data frames
I'm fairly new to R and have been trying to get my head around the more elegant ways to use the many vector based functions available. Many of the other answers offer part of a solution but I can't ...
1
vote
2answers
190 views
Collapse data frame by group using different functions on each variable
Define
df<-read.table(textConnection('egg 1 20 a
egg 2 30 a
jap 3 50 b
jap 1 60 b'))
s.t.
> df
V1 V2 V3 V4
1 egg 1 ...
1
vote
0answers
301 views
jQuery Coda-Slider Expand-Collapse
I am using the Coda-Slider ( http://www.ndoherty.biz/demos/coda-slider/2.0/ ) for a project, and I would like to add a functionality:
So, clicking on the tabs at the top will slide from one panel to ...
1
vote
1answer
615 views
extjs: fieldset-change collapse icon
how to change the expand/collapse icon of a fieldset component? by default it's a inverted triangle arrow, I want to set it as "+"/"-"? use "itemCls"?
thanks!
1
vote
4answers
603 views
Simulating border-collapse in lists (no tables)
I have always the same problem, when I have 2 adjacent elements with borders, the borders are merged. With tables we have the border-collapse property for solving this.
I've tried omiting the border ...
1
vote
2answers
143 views
Distributed field collapsing in solr
I am trying to achieve disrtibuted field collapsing in solr. I tried applying the patch https://issues.apache.org/jira/browse/SOLR-1683 but it didnt seem to work. Is there anyway to do this?
1
vote
4answers
2k views
WPF: Multiple Expander have to collapse if ONE is expanded
having 4 Expander controls. When one expander is expanded how can I make all others collapse/close?
1
vote
2answers
372 views
JavaScript onLoad function + IE = problems
I'm working on a school project which should give students the ability to search institutes and extra information about them.
After the search the results are displayed like this: can't show image, ...
1
vote
0answers
221 views
Cell Widget Table in GWT 2.1.0 with expanded/collapsed rows
I would like to create table in GWT 2.1.0 with expand/collapse rows (more than one column... ). Something like http://code.google.com/p/plechacik/updates/list but with more columns. Could you give me ...
1
vote
2answers
2k views
Adding animation to a ListView in order to expand/collapse content
I have a list view which uses a custom adapter in order to show my custom content. Its layout is the following.
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
...
1
vote
2answers
517 views
How to auto-collapse certain comments in Visual Studio 2010?
A colleague of mine uses a abomination text editor that routinely leaves comment blocks all over the code. Needless to say, this is driving me rather mad. The comment blocks look like this:
/* ...