You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdebindings/kjsembed/docs/conventions.html

29 lines
764 B

<html>
<head>
<link href="kjsembed.css" rel="stylesheet" type="text/css">
<title>KJSEmbed Documentation Conventions</title>
</head>
<body>
<h1>KJSEmbed Documentation Conventions</h1>
<hr>
The conventions used by these documents are illustrated in the table
below.
<br><br>
<center>
<table>
<tr><th class="indextitle">Notation</th>
<th class="indextitle">Meaning</th></tr>
<tr><td class="indexkey">'a value'</td>
<td class="indexvalue">Indicates a String value.</td></tr>
<tr><td class="indexkey">[a,b..]</td>
<td class="indexvalue">Indicates an Array value.</td></tr>
<tr><td class="indexkey">obj.prop</td>
<td class="indexvalue">Indicates that a value will be taken from the
property 'prop' of the Object 'obj'.</td></tr>
</table>
</center>
<hr>
</body>
</html>