Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
0answers
60 views

How can I create collapsible text using Scala Swing

I simply need to have collapsible text in my Scala application. I am already using the Swing wrapper. Each block of text is stored in it's own object. I just need help finding out how to add the ...
2
votes
1answer
149 views

jQuery Mobile: make a collapsible element 100% width/NOT inset

Is there a way to make a collapsible element/set in jQuery Mobile not inset? By default it makes the collapsible element as an inset item. data-inset="false" does not alter the behavior.
2
votes
1answer
188 views

Prevent auto-scrolling to top before sliding to new page JqueryMobile

I have several collapsible blocks (divs) in my page with listviews inside them. The lists are pretty long (about 100-200 elements each.) When I un-collapse a block, scroll down a page, and click/tap ...
2
votes
2answers
1k views

jQuery table row expand/collapse

I've got a table and it has rows that are collapsible when clicked on the table heading. Problem is it doesn't seem to be very smooth, there's a lag and jump once i click on the header and when the ...
2
votes
1answer
259 views

JXCollapsiblePane with JXMultiSplitPane

I have a user interface that uses a JXMultiSplitPane to display multiple components. However, I would like some of the panes to be collapsible. I thought about how I might use a JXCollapsiblePane ...
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 ...
1
vote
0answers
172 views

Cocoa Collapsible Panel UI Design

I'm trying to develop an interface on XCode 3.2.6 with Interface Builder. I'm planing to design an UI with collapsible panels like image below: ...
0
votes
0answers
24 views

JQuery + html 5 generating a canvas inside a collapsible div

I am fairly competent with scripting and programming but when it comes to CSS and html my brain turns to mush. I am designing an interface for html5 mob web/app using the jquery mobile framework. I ...
0
votes
1answer
26 views

How to create an expandable textblock in Silverlight

Right now I have a datatemplate that wraps several textblock elements inside of a StackPanel. The textblocks specify information about the bound item, such as the name, description, and a few other ...
0
votes
0answers
31 views

Linq To Sql Strange Collapse

I'm using linq applicatin in my company, When 2 diffrenet users from 2 diffrent computer make the same ACtion the linq stop worknig for couple of sec and the web site collase (the GC fix it.. but ...
0
votes
1answer
322 views

Jquery Mobile: Dynamically change the text of the header of a collapsible div?

<div data-role="collapsible" data-content-theme="e" id="collapsePlace"> <h3>Place:</h3> <!--things...--> </div> How can I dynamically change the text of the ...
0
votes
1answer
496 views

sencha touch: collapsible panel or similar component?

does Sencha touch support expandable/collapsible panels? like the one Jquery mobile has: http://jquerymobile.com/test/docs/content/content-collapsible.html another newbie question is: I have panel ...
0
votes
0answers
470 views

Flex Datagrid row renderer collapse expand

I need to implement a datagrid that allows the user to collapse/expand rows when they click on a particular cell. I suppose its similar to the AdvancedDataGrid (but not using the ADG of course :). As ...
0
votes
1answer
162 views

How do I collapse a jQuery tab when a form is submitted?

I have a form where users can enter information by opening a series of jQuery tabs. When the user submits the forms, I want to collapse any open tabs. How do I do that? NOTE: It's not enough just ...
0
votes
1answer
142 views

Problem with content appended to a collapsable element

I have a collapsable section on a page to which I append more elements with an ajax-call, once the collapsable header is pressed. That works fine, the progress bar appears ...
0
votes
2answers
234 views

jQuery clickable row

I have a table, representing a calendar, that can expand and collapse table rows. <tr class="parent" id="month1"> <th class="subheader">Januari</th> ...
0
votes
1answer
215 views

How do I create separately collapsible divs for dynamic content?

I want to create a list that is actually a list of collapsible divs on my site. So when you click on an item on the list, more information will become visible. I'm using animatedcollapse from ...
0
votes
0answers
30 views

Collapsable autocomplete

How do i implement collapsable autocomplete in Jquery. I have a group and a group can have zero or many items. How do i implement this in Jquery. Thanks
0
votes
2answers
922 views

positioning expanding collapsing box from a table cell with jquery

My question is if anyone knows how too achieve the effect of creating a slidedown from a tablecell, without having the whole table expand with. It has too slide independantly from the location of ...
0
votes
2answers
945 views

How to Create Collapsible Data Grid?

How to Create Collapsible Data Grid in dot net windows form application?
0
votes
1answer
1k views

C# .NET / javascript : Collapsable Table Rows - what about this is wrong?

I have a C# .NET page where I want to make rows collapse when a button is pressed. I found many tutorials like this one (http://codingforums.com/archive/index.php?t-90375.html), tried to implement ...
-1
votes
3answers
235 views

Drop Down Panel in .Net

I'm trying to create a drop down menu like this in .Net. I can't think of the name of it so I'm not sure what control to search for, any ideas? Thanks!