Collapsible Panels using ftl

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Collapsible Panels using ftl

Shereen
Hi All
In the order view screen which includes:
orderinfo.ftl
ordershippinginfo.ftl
ordercontactinfo.ftl  ..etc

I want to make these screenlets collapsible just like the ordershippinginfo.ftl

I've seen how it works and succeeded but my problem is how to make the default "Collapsible" not Expandable
can anyone please help?
this is the javascript function I use
      <li class="expanded"><a onclick="javascript:toggleScreenlet(this, 'Order Actions1', 'true', 'Expand', 'Collapse');" title="Collapse"> </li>

where order Action1 is the screenlet id
I've tried to reverse the order of Expand and Collapse but nothing worked
I've tried some things
does anyone know how to make default collapsed and not expanded
Reply | Threaded
Open this post in threaded view
|

Re: Collapsible Panels using ftl

Adrian Crum-2
It might help to look at the request parameters and page markup of a collapsible screenlet generated by the screen widget.

From what I recall, the intially collapsed state is controlled by the absence of the collapsed parameter.

Why don't you convert the screenlets to widgets? That might make the process easier.

-Adrian

--- On Sun, 1/9/11, Shereen <[hidden email]> wrote:

> From: Shereen <[hidden email]>
> Subject: Collapsible Panels using ftl
> To: [hidden email]
> Date: Sunday, January 9, 2011, 4:45 AM
>
> Hi All
> In the order view screen which includes:
> orderinfo.ftl
> ordershippinginfo.ftl
> ordercontactinfo.ftl  ..etc
>
> I want to make these screenlets collapsible just like the
> ordershippinginfo.ftl
>
> I've seen how it works and succeeded but my problem is how
> to make the
> default "Collapsible" not Expandable
> can anyone please help?
> this is the javascript function I use
>       <li class="expanded"> &nbsp;
> </li>
>
> where order Action1 is the screenlet id
> I've tried to reverse the order of Expand and Collapse but
> nothing worked
> I've tried some things
> does anyone know how to make default collapsed and not
> expanded
> --
> View this message in context: http://ofbiz.135035.n4.nabble.com/Collapsible-Panels-using-ftl-tp3205860p3205860.html
> Sent from the OFBiz - User mailing list archive at
> Nabble.com.
>