Skip to content

Commit

Permalink
Add two demos of simple region options
Browse files Browse the repository at this point in the history
  • Loading branch information
mixonic committed Jan 20, 2012
1 parent 945557b commit 08882bf
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -375,9 +375,15 @@ <h1>Editable region (fixed width/height and overflow)</h1>
<div id="editable3" class="mercury-region" data-type="editable" style="width:200px;height:90px;">
wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww
<br/>1<br/>2<br/>3<br/>4<br/>5<br/>6<br/>7<br/><a href="#offset_test">8</a><br/>9<br/>10<br/>11<br/>12<br/>13<br/>14<br/>15


</div>

<h1 id="simple-field" class="mercury-region" data-type="simple">This is a simple editable field</h1>

<h1 id="simple-field" class="mercury-region" data-type="simple" style="width:200px">This is a simple editable field which is much longer. It should wrap when displaying, and when editing.</h1>

</div>

</body>
</html>
</html>

0 comments on commit 08882bf

Please sign in to comment.