Enable multiple selection of alternate CSSs from Framework Extension Script File
Posted: Thu Jun 30, 2022 6:12 pm
Hello,
I am using Oxygen component 24.0.0.2 version.
I want to use alternate css.
In our frameworks we define them like this
the alternate css is like
But when we select one of the alternate css, it is treated like the main css.
I did not find where to enable multiple selection of alternate CSSs from a framework extension script file.
Can you explain me how to fix that.
Thank you
Regards,
Isabelle
I am using Oxygen component 24.0.0.2 version.
I want to use alternate css.
In our frameworks we define them like this
Code: Select all
<author>
<css>
<addCss path="${frameworks}/descript.css" title="Default" alternate="false"/>
<addCss path="${frameworks}/comment-hide.css" title="+ Hide comments" alternate="true"/>
<addCss path="${frameworks}/comment-show.css" title="+ Show comments" alternate="true"/>
</css>
</author>
Code: Select all
@namespace oxy url(http://www.oxygenxml.com/extensions/author);
oxy|comment {
display: block !important;
}
I did not find where to enable multiple selection of alternate CSSs from a framework extension script file.
Can you explain me how to fix that.
Thank you
Regards,
Isabelle