[07:08] xavi joined #tikiwiki [07:31] fabricius joined #tikiwiki [08:43] fabricius joined #tikiwiki [10:56] jonnyb joined #tikiwiki [11:05] robertokir joined #tikiwiki [16:34] seamymsg joined #tikiwiki [17:53] jonnyb joined #tikiwiki [20:57] gz001 joined #tikiwiki [20:58] gz001 Hello! [20:58] gz001 I'm trying to use the FancyLists plugin and could use some help [20:58] gz001 https://doc.tiki.org/PluginFancyList [20:59] gz001 I'm wondering if it would be possible to do something like this: [20:59] gz001 https://codepen.io/huange/pen/pJqEMj [20:59] gz001 within a wiki page [20:59] gz001 the doc page on the plugin is pretty bare [21:00] gz001 could I just do {FANCYLIST(class="blah.css")} [21:04] gz001 Nevermind! Looks like this is a much easier way to do what I want [21:04] gz001 https://www.w3schools.com/tags/tag_details.asp [21:11] luciash gz001: hi, yea, fancylist is pretty simple - only one level of list items possible, etc. [21:11] gz001 is there anything more to the CSS parameter that I'm missing? [21:12] luciash I think there is only class="foo" and then you need to define your CSS for .foo {...} [21:13] luciash you cannot link stylesheet file in the class parameter [21:14] gz001 any way you can think of to easily achieve pretty collapsing unordered lists? [21:15] luciash if you use Tiki 19 you could do with: https://getbootstrap.com/docs/4.0/components/collapse/#accordion-example [21:15] gz001 oh! that seems like a good enough reason to upgrade! [21:15] gz001 thanks! [21:16] luciash also Tiki is using jQuery UI in some parts so this could maybe also work: https://jqueryui.com/accordion/