Added some headers in examples

This commit is contained in:
jos 2016-10-28 13:31:13 +02:00
parent 8f6ddf91bc
commit f2f1636ef0
5 changed files with 7 additions and 1 deletions

View File

@ -28,6 +28,7 @@
</head>
<body>
<h1>Switch mode</h1>
<p>
Switch editor mode using the mode box.
Note that the mode can be changed programmatically as well using the method

View File

@ -7,11 +7,12 @@
<style type="text/css">
#jsoneditor {
width: 500px;
width: 300px;
}
</style>
</head>
<body>
<h1>Read-only properties and values</h1>
<p>
In this example:
</p>

View File

@ -21,6 +21,8 @@
</head>
<body>
<h1>Custom styling</h1>
<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

View File

@ -22,6 +22,7 @@
</head>
<body>
<h1>Custom Ace Editor</h1>
<p>
In this example, the we use the minimalist version of jsoneditor and load
and configure Ace editor our selves.

View File

@ -21,6 +21,7 @@
</head>
<body>
<h1>Synchronize two editors</h1>
<p>
This example demonstrates how to keep two editors synchronized by listening for
the onChange event.