Skip to content

Commit

Permalink
Merge pull request #37 from lost-nd-xxx/patch-1
Browse files Browse the repository at this point in the history
Update list_shiori_event.html
  • Loading branch information
ponapalt authored Mar 12, 2024
2 parents 33db0da + eb7b4e7 commit 53ca311
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions manual/list_shiori_event.html
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,8 @@ <h1>選択肢イベント</h1>
<li><a href="#OnChoiceHover">OnChoiceHover</a></li>
<li><a href="#OnAnchorSelect">OnAnchorSelect</a></li>
<li><a href="#OnAnchorSelectEx">OnAnchorSelectEx</a></li>
<li><a href="#OnAnchorEnter">OnAnchorEnter</a></li>
<li><a href="#OnAnchorHover">OnAnchorHover</a></li>
</ul>
</section>
<section class="navigation-category">
Expand Down Expand Up @@ -1610,6 +1612,40 @@ <h1>選択肢イベント</h1>
<li><img src="image/icon_s.png" alt="SSP" width="34" height="16" /></li>
</ul>
</dd>
</dl>
<dl id="OnAnchorEnter">
<dt class="entry">OnAnchorEnter</dt>
<dd class="entry">
<p>\_aジャンパ上にカーソルが乗った際と<em>外れた際</em>に発生。</p>
<dl class="reference">
<dt>Reference0</dt>
<dd>ジャンパのテキスト。</dd>
<dt>Reference1</dt>
<dd>ジャンパのID。</dd>
<dt>Reference*</dt>
<dd>拡張情報(\_aタグ内の3番目以降の引数)。</dd>
</dl>
<ul class="supported-baseware">
<li><img src="image/icon_s.png" alt="SSP" width="34" height="16" /></li>
</ul>
</dd>
</dl>
<dl id="OnAnchorHover">
<dt class="entry">OnAnchorHover</dt>
<dd class="entry">
<p>\_aジャンパ上で静止された際に発生。</p>
<dl class="reference">
<dt>Reference0</dt>
<dd>ジャンパのテキスト。</dd>
<dt>Reference1</dt>
<dd>ジャンパのID。</dd>
<dt>Reference*</dt>
<dd>拡張情報(\_aタグ内の3番目以降の引数)。</dd>
</dl>
<ul class="supported-baseware">
<li><img src="image/icon_s.png" alt="SSP" width="34" height="16" /></li>
</ul>
</dd>
</dl>
</section>
<section class="category">
Expand Down

0 comments on commit 53ca311

Please sign in to comment.