Skip to content

Commit

Permalink
issue #274 preheader documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
RealRaven2000 committed Feb 28, 2024
1 parent 0aa1fcd commit c471213
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
1 change: 0 additions & 1 deletion chrome/content/help.js
Expand Up @@ -181,7 +181,6 @@
(backwards, i, end) => { return backwards ? (i>=0) : (i<end) } ;
i=i+delta ) {
if (backwards && i<0 || !backwards && i>end) {
debugger;
if (backwards && i<0) {
testCollapsedMatch(chapters[0], search);
}
Expand Down
9 changes: 4 additions & 5 deletions chrome/content/help.xhtml
Expand Up @@ -62,14 +62,13 @@
<li tabindex="-1"><code>%cursor%</code> = __MSG_cursor.label__</li>

<div class="chapterbreak" />
<li tabindex="-1"><code>%preheader("headerText",<span class="param">className</span>,<span class="param">"inlineStyles"</span>)%</code> =
<li tabindex="-1"><code>%preheader("headerText",<i>className</i>,<i>"inlineStyles"</i>)%</code> =
__MSG_preheader__
__MSG_parameter.escapeCommas__ <span class="monotype">\,</span>
<p><aside><span class="param">className</span> : __MSG_preheader.className__</aside>
<aside><span class="param">inlineStyles</span> : __MSG_preheader.inlineStyles__</aside>
</p>
</li>

<h4>__MSG_parameters__</h4>
<li class="paramList"><span class="param">className</span> : __MSG_preheader.className__</li>
<li class="paramList"><span class="param">inlineStyles</span> : __MSG_preheader.inlineStyles__</li>
</ul>
</div>

Expand Down

0 comments on commit c471213

Please sign in to comment.