<div class="gmail_quote">On Tue, Mar 11, 2008 at 11:21 PM, Ryan Culpepper &lt;<a href="mailto:ryanc@ccs.neu.edu">ryanc@ccs.neu.edu</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div class="Ih2E3d">Ben Simon wrote:<br>&gt; Hey All,<br>&gt;<br>&gt; Any suggestions how I can create a read only editor? That is, an editor that<br>&gt; my code can append/insert into, but that users can&#39;t?<br>&gt;<br>
&gt; Thoughts? &nbsp;Or do I need to be creating a big &#39;ol multi line message%?<br></div>When the editor is locked (see the &#39;lock&#39; method), all modifications<br>silently fail. So users can type in the editor and nothing happens.</blockquote>

<div>&nbsp;</div>
<div>Interesting. Is it considered acceptable style leverage this fact and write code that depends on this?</div>
<div>&nbsp;</div>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><span id=""></span>Just unlock the editor before your code changes the contents and lock it<br>again afterwards.</blockquote>

<div>&nbsp;</div>
<div>Nice, will do.</div>
<div>&nbsp;</div>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><span id=""></span>You might also find &#39;begin-edit-sequence&#39;,<br>&#39;end-edit-sequence&#39;, and &#39;hide-caret&#39; useful.<br>
</blockquote>
<div>Thanks for the pointers.</div>
<div>&nbsp;</div>
<div>-Ben</div>
<div>&nbsp;</div>
<div>&nbsp;</div></div><br>