How do I do this?
1 Can I refer to a CSS style sheet in the code below?
<$macrocall $name="details" sum="{{||$:/plugins/kookma/favorites/viewtoolbar}} {{||$:/core/ui/TagTemplate}}" src="""
Text here
""" status="closed" style="background-color: #; color:aqua;" class="alert-success"/>
2 Or do I have to make changes to the plugin code?
tag: $:/tags/Macro
title: $:/plugins/kookma/shiraz/macros/details --->
\define details(sum:"summary", src:"source", status:"", class:"", style:"")
<details $status$>
<summary style="$style$">$sum$</summary>
<div class="$class$">
$src$
</div>
</details>
\end
3 And how do I do that in the "right" way?
Op zondag 10 januari 2021 om 17:13:46 UTC+1 schreef PMario: