adjust documentation in each example
This commit is contained in:
parent
2a0d9ec2bf
commit
8707432837
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue