| ... | ... | @@ -249,7 +249,18 @@ |
| 249 | 249 | #tableFnErrors dt { |
| 250 | 250 | font-weight: bold; |
| 251 | 251 | } |
| 252 | | |
| 252 | |
| 253 | #listFnExamples { |
| 254 | list-style-type: none; |
| 255 | margin: 0; |
| 256 | padding: 0; |
| 257 | } |
| 258 | #listFnExamples li { |
| 259 | padding: 0.5em 0; |
| 260 | white-space: nowrap; |
| 261 | overflow-x: auto; |
| 262 | } |
| 263 | |
| 253 | 264 | .docs td { |
| 254 | 265 | vertical-align: top; |
| 255 | 266 | margin: 0; |
| ... | ... | @@ -464,7 +475,6 @@ |
| 464 | 475 | <pre id="fnProtoCode"></pre> |
| 465 | 476 | </div> |
| 466 | 477 | <h1 id="hdrName" class="hidden"></h1> |
| 467 | | <div id="fnExamples" class="hidden"></div> |
| 468 | 478 | <div id="fnNoExamples" class="hidden"> |
| 469 | 479 | <p>This function is not tested or referenced.</p> |
| 470 | 480 | </div> |
| ... | ... | @@ -493,44 +503,41 @@ |
| 493 | 503 | </div> |
| 494 | 504 | <div id="sectFields" class="hidden"> |
| 495 | 505 | <h2>Fields</h2> |
| 496 | | <div id="listFields"> |
| 497 | | </div> |
| 506 | <div id="listFields"></div> |
| 498 | 507 | </div> |
| 499 | 508 | <div id="sectTypes" class="hidden"> |
| 500 | 509 | <h2>Types</h2> |
| 501 | | <ul id="listTypes"> |
| 502 | | </ul> |
| 510 | <ul id="listTypes"></ul> |
| 503 | 511 | </div> |
| 504 | 512 | <div id="sectNamespaces" class="hidden"> |
| 505 | 513 | <h2>Namespaces</h2> |
| 506 | | <ul id="listNamespaces"> |
| 507 | | </ul> |
| 514 | <ul id="listNamespaces"></ul> |
| 508 | 515 | </div> |
| 509 | 516 | <div id="sectGlobalVars" class="hidden"> |
| 510 | 517 | <h2>Global Variables</h2> |
| 511 | 518 | <table> |
| 512 | | <tbody id="listGlobalVars"> |
| 513 | | </tbody> |
| 519 | <tbody id="listGlobalVars"></tbody> |
| 514 | 520 | </table> |
| 515 | 521 | </div> |
| 516 | 522 | <div id="sectFns" class="hidden"> |
| 517 | 523 | <h2>Functions</h2> |
| 518 | 524 | <table> |
| 519 | | <tbody id="listFns"> |
| 520 | | </tbody> |
| 525 | <tbody id="listFns"></tbody> |
| 521 | 526 | </table> |
| 522 | 527 | </div> |
| 523 | 528 | <div id="sectValues" class="hidden"> |
| 524 | 529 | <h2>Values</h2> |
| 525 | 530 | <table> |
| 526 | | <tbody id="listValues"> |
| 527 | | </tbody> |
| 531 | <tbody id="listValues"></tbody> |
| 528 | 532 | </table> |
| 529 | 533 | </div> |
| 530 | 534 | <div id="sectErrSets" class="hidden"> |
| 531 | 535 | <h2>Error Sets</h2> |
| 532 | | <ul id="listErrSets"> |
| 533 | | </ul> |
| 536 | <ul id="listErrSets"></ul> |
| 537 | </div> |
| 538 | <div id="fnExamples" class="hidden"> |
| 539 | <h2>Examples</h2> |
| 540 | <ul id="listFnExamples"></ul> |
| 534 | 541 | </div> |
| 535 | 542 | </section> |
| 536 | 543 | </div> |