From c0b7139fd2799c8bc02646ae9567979098f2d569 Mon Sep 17 00:00:00 2001 From: Walker Randolph Smith Date: Tue, 11 Apr 2017 16:55:55 -0400 Subject: [PATCH] #382 Rename example file. --- .../{06_readonly_text_mode.html => 09_readonly_text_mode.html} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename examples/{06_readonly_text_mode.html => 09_readonly_text_mode.html} (98%) diff --git a/examples/06_readonly_text_mode.html b/examples/09_readonly_text_mode.html similarity index 98% rename from examples/06_readonly_text_mode.html rename to examples/09_readonly_text_mode.html index 362e054..3e9321f 100644 --- a/examples/06_readonly_text_mode.html +++ b/examples/09_readonly_text_mode.html @@ -42,7 +42,7 @@ var options = { mode: 'text', - modes: ['text'], + modes: ['text', 'code'], onEditable: function() { //absence of key makes the text area not readOnly return false; // returning false makes the text area readOnly },