<HTML><HEAD>
<STYLE><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></STYLE>
</HEAD>
<BODY dir=ltr class=hmmessage>
<DIV dir=ltr>
<DIV style="FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: 12pt">
<DIV>That&nbsp; would too kind... I tried both, in the #with: [] and I created a 
own component. But the effects are still blocked.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Kind Regards</DIV>
<DIV 
style="FONT-STYLE: normal; DISPLAY: inline; FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: small; FONT-WEIGHT: normal; TEXT-DECORATION: none">
<DIV style="FONT: 10pt tahoma">
<DIV><FONT size=3 face=Calibri></FONT>&nbsp;</DIV>
<DIV style="BACKGROUND: #f5f5f5">
<DIV style="font-color: black"><B>From:</B> <A title=watchlala@hotmail.com 
href="mailto:watchlala@hotmail.com">Robert Sirois</A> </DIV>
<DIV><B>Sent:</B> Monday, March 19, 2012 5:47 PM</DIV>
<DIV><B>To:</B> <A title=seaside@lists.squeakfoundation.org 
href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</A> 
</DIV>
<DIV><B>Subject:</B> RE: [Seaside] answer: and jQuery</DIV></DIV></DIV>
<DIV>&nbsp;</DIV></DIV>
<DIV 
style="FONT-STYLE: normal; DISPLAY: inline; FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: small; FONT-WEIGHT: normal; TEXT-DECORATION: none">
<DIV dir=ltr>Gah, sorry I was gonna give you some code! I'm putting a reminder 
in my phone right now for when I get home...<BR><BR>RS<BR><BR>
<DIV>
<DIV id=SkyDrivePlaceholder></DIV>
<HR id=stopSpelling>
Date: Mon, 19 Mar 2012 11:55:00 +0100<BR>From: 
malte.grunwald@googlemail.com<BR>To: 
seaside@lists.squeakfoundation.org<BR>Subject: Re: [Seaside] answer: and 
jQuery<BR><BR>
<META name=Generator content="Microsoft SafeHTML">Thank you Robert,<BR><BR>I 
tried it the way you described, but still - it does not work.<BR>The Accordion 
will be shown, but if you click a header, no sub menu slides down. <BR>This is a 
really strange behaviour and I have no clue what I did 
wrong.<BR><BR>Regards<BR><BR>Malte<BR><BR><BR>Am 16.03.2012 15:24, schrieb 
Robert Sirois: 
<BLOCKQUOTE cite=mid:BAY158-W435A41352AD27A2980C192A65F0@phx.gbl>
  <STYLE>
.externalclass .ecxhmmessage p
{padding:0px;}
.externalclass body.ecxhmmessage
{font-size:10pt;font-family:tahoma;}

</STYLE>

  <DIV dir=ltr>Should be as simple as sticking the accordion into the #with: 
  block or popping in a component containing the accordion. I have some code (at 
  home) I can send you tonight.<BR><BR>(from memory)<BR>html 
  div<BR>&nbsp;&nbsp;&nbsp; script: (html jQuery dialog 
  new<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  ...options...<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  with: 
  [<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  html div script: (html jQuery accordion new 
  ...options...).<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  " or 
  alternately:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  html render: 
  anAccordionComponent.<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  "<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  ]<BR>&nbsp;&nbsp;&nbsp; ). "end dialog div"<BR><BR>Yea... something like that 
  lol<BR><BR>RS<BR><BR>
  <DIV>&gt; Date: Fri, 16 Mar 2012 11:51:27 +0100<BR>&gt; From: <A 
  class=ecxmoz-txt-link-abbreviated 
  href="mailto:malte.grunwald@googlemail.com">malte.grunwald@googlemail.com</A><BR>&gt; 
  To: <A class=ecxmoz-txt-link-abbreviated 
  href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</A><BR>&gt; 
  Subject: Re: [Seaside] answer: and jQuery<BR>&gt; <BR>&gt; Hello,<BR>&gt; 
  <BR>&gt; there is no need any more to think about it... I fixed my problem 
  with a <BR>&gt; workaround.<BR>&gt; <BR>&gt; Has anybody a jQAccordion 
  inherited into a jQDialog, if somebody did, <BR>&gt; did it work?<BR>&gt; 
  <BR>&gt; Thank your for your help!<BR>&gt; <BR>&gt; Regards.<BR>&gt; 
  _______________________________________________<BR>&gt; seaside mailing 
  list<BR>&gt; <A class=ecxmoz-txt-link-abbreviated 
  href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</A><BR>&gt; 
  <A class=ecxmoz-txt-link-freetext 
  href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" 
  target=_blank>http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</A><BR></DIV></DIV><BR>
  <FIELDSET class=ecxmimeAttachmentHeader></FIELDSET> <BR><PRE>_______________________________________________
seaside mailing list
<A class=ecxmoz-txt-link-abbreviated href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</A>
<A class=ecxmoz-txt-link-freetext href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target=_blank>http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</A>
</PRE></BLOCKQUOTE><BR><BR>_______________________________________________ 
seaside mailing list seaside@lists.squeakfoundation.org 
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</DIV></DIV>
<P>
<HR>
_______________________________________________<BR>seaside mailing 
list<BR>seaside@lists.squeakfoundation.org<BR>http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside<BR></DIV></DIV></DIV></BODY></HTML>