Hi Greg,
added the link just now.
Regards,
Daniel
Greg Beaver schrieb:
> Hi,
>
> It would be great if the download page had a link to the subversion
> browser at http://qooxdoo.svn.sourceforge.net/viewvc/qooxdoo/
>
> I'd add this, but my user doesn't have edit access to that page.
>
> Thanks,
I've ended up with a non-elegant solution: manipulating the Appearance.js:
"collapsable-panel/bar" :
{
style : function(states)
{
return {
padding: 0,
margin: 0,
maxHeight: 0,
backgroundColor: "yellow"
}
}
}
This made th
Haven't really dug into the contrib myself, but it doesn't seem very
complicated at first glance. Just start playing around with it, but if you
implement a solution you should look into sharing it with the community.
Matt
-Original Message-
From: danovics [mailto:andrejev...@gmail.com]
On Mon, Apr 5, 2010 at 13:40, Bruce Bockius wrote:
> I have a question about TreeVirtual and the changeSelection event.
>
>
>
>Please see http://demo.qooxdoo.org/devel/playground/#gist%3D356624
>
>
>
>I'm trying to programmatically force a "changeSelection" event on a
> node. To do s
Yes that's my original goal is to have collapsable panels without header.
Any idea how to remove them in code?
--
View this message in context:
http://n2.nabble.com/accordion-like-behaviour-how-tp4826117p4854739.html
Sent from the qooxdoo mailing list archive at Nabble.com.
You would need to code that functionality yourself by changing how the
collapsible panel is built. If you were to remove the header, you wouldn't
have anything to show when the panel is collapsed.
Matt
-Original Message-
From: danovics [mailto:andrejev...@gmail.com]
Sent: Monday, April
Ok, thanks for the help.
I was able to manage the contribution to work.
Is it possible to use collapsablePanel without a header; just using the
content. I would need it because I have to open and close the panels
"remotely" with a button and not with the headers, and in my app the headers
aren't