mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-09 08:25:00 -04:00
added comments in ace2_inner.js + started title support based on the list code to reduce code duplication.
This commit is contained in:
parent
26e5caa600
commit
9f70e729e0
3 changed files with 69 additions and 10 deletions
|
@ -29,11 +29,11 @@
|
|||
</li>
|
||||
<li class="separator"></li>
|
||||
<li id="style">
|
||||
<select onchange="window.pad&&pad.editbarClick('style');return false;">
|
||||
<option value="style-title-1">First level title</option>
|
||||
<option value="style-title-2">Second level title</option>
|
||||
<option value="style-title-3">Third level title</option>
|
||||
<option value="style-title-4">Fourth level title</option>
|
||||
<select id="style-select" onchange="window.pad&&pad.editbarClick('style');return false;">
|
||||
<option value="title-1">First level title</option>
|
||||
<option value="title-2">Second level title</option>
|
||||
<option value="title-3">Third level title</option>
|
||||
<option value="title-4">Fourth level title</option>
|
||||
</select>
|
||||
</li>
|
||||
<li class="separator"></li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue