Page 1 of 1
Collapsible/expandable panel?
Posted: Tue Nov 07, 2017 4:15 pm
by edalakiran
Any known way to create a collapsible/expandable panel? using Javascript functions.
Thanks.
Kiran.
Re: Collapsible/expandable panel?
Posted: Tue Nov 07, 2017 4:49 pm
by edalakiran
Any known way to create a collapsible/expandable panel? using Javascript functions.
Thanks.
Kiran.
Re: Collapsible/expandable panel?
Posted: Tue Nov 07, 2017 5:33 pm
by Scott Klement
Have you looked at the Accordion Layout? (under the layout widgets). This might be what you're looking for.
Re: Collapsible/expandable panel?
Posted: Wed Nov 08, 2017 4:20 pm
by edalakiran
Hi scott klement, i am javascript developer can you share any link to "Accordion Layout? (under the layout widgets)".
Thanks
Kiran.
Re: Collapsible/expandable panel?
Posted: Wed Nov 08, 2017 4:31 pm
by Scott Klement
I don't understand your question.
The accordion layout is one of the widgets, it is found in the layout category.
What do you want me to link to?
Re: Collapsible/expandable panel?
Posted: Thu Nov 09, 2017 10:07 am
by emhill
Re: Collapsible/expandable panel?
Posted: Thu Nov 09, 2017 1:40 pm
by edalakiran
Hi Scott Klement ,
is it possible to add the css properties and change default properties to already existing widgets using javascript?
example: i want to add more properties to the accordion widget, which already exists using javascript.
Re: Collapsible/expandable panel?
Posted: Thu Nov 09, 2017 2:57 pm
by Scott Klement
While you could potentially add the property, you wouldn't be able to write code to make the property work. (i.e. it would be there, but wouldn't be used by the widget.)
You can create your own custom widget, however, instead of an existing one. If you do that, you can add properties as well as write the widget itself so that it'll use the property.
http://www.profoundlogic.com/docs/displ ... evelopment