| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121 |
- <html>
- <head>
- <title>Haxe API Documentation</title>
- <script type="text/javascript">
- <!--
- function toggle(id) {
- var e = document.getElementById(id);
- e.isopen = !e.isopen;
- e.style.display = e.isopen?"block":"none";
- return false;
- }
- -->
- </script>
- <style type="text/css">
- body {
- text-align: center;
- font-family: Trebuchet MS, sans-serif;
- background-color : #7D7E86;
- }
- .document {
- width : 800px;
- position : relative;
- margin : 10px auto 5px auto;
- border : solid 2px #CFD0D4;
- text-align : justify;
- background-color: #F6FAFD;
- }
- .title {
- font-size: 35;
- font-weight: bold;
- text-align: center;
- background-color : #FFD473;
- color : white;
- }
- ul.entry {
- list-style-type: circle;
- font-weight : bold;
- margin-left : 30px;
- }
- .package_content {
- display : none;
- }
- a {
- color : #FFBB00;
- font-weight : bold;
- text-decoration : none;
- }
- a:hover {
- color : #FFAE00;
- text-decoration : underline;
- }
- a.package {
- color : black;
- }
- .index {
- margin-left : 10px;
- }
- .kwd {
- color : #00A;
- }
- .classname {
- font-size : 30;
- font-weight : bold;
- margin-left : 10px;
- margin-bottom : 20px;
- }
- .classdoc {
- border : 1px dashed #666;
- margin-left : 20px;
- margin-right : 20px;
- padding : 5 5 5 5;
- }
- .importmod, .extends, .implements, .typedef, .platforms {
- margin-left: 20px;
- color : #777;
- }
- dd {
- margin : 0 20 20 40;
- font-size : 12pt;
- color : #444;
- }
- dt {
- margin-left : 20px;
- margin-bottom : 5px;
- text-align : left;
- font-size : 10pt;
- font-family: Courier New, monospace;
- }
- </style>
- </head>
- <body>
- <div class="document">
- <div class="title">Haxe API Documentation</div>
- <data/>
- </div>
- </body>
- </html>
|