adjust documentation in each example

This commit is contained in:
Israel Garcia 2017-05-26 03:45:20 -04:00
parent 2a0d9ec2bf
commit 8707432837
3 changed files with 3 additions and 12 deletions

View File

@ -24,10 +24,7 @@
</head>
<body>
<p>
This example demonstrates how to customize the look of JSONEditor,
the editor below has a dark theme. Note that the example isn't worked
out for the mode <code>code</code>. To do that, you can load and configure
a custom theme for the Ace editor.
This example demonstrates how to autocomplete works with an ActivationChar option, press "*" in any value and continue with autocompletion.
</p>
<div id="jsoneditor"></div>

View File

@ -24,10 +24,7 @@
</head>
<body>
<p>
This example demonstrates how to customize the look of JSONEditor,
the editor below has a dark theme. Note that the example isn't worked
out for the mode <code>code</code>. To do that, you can load and configure
a custom theme for the Ace editor.
This example demonstrates how to autocomplete works, options available are dynamics and consist in all the strings found in the json
</p>
<div id="jsoneditor"></div>

View File

@ -24,10 +24,7 @@
</head>
<body>
<p>
This example demonstrates how to customize the look of JSONEditor,
the editor below has a dark theme. Note that the example isn't worked
out for the mode <code>code</code>. To do that, you can load and configure
a custom theme for the Ace editor.
This example demonstrates how to autocomplete works, options available are "apple","cranberry","raspberry","pie"
</p>
<div id="jsoneditor"></div>