root/as3/Commands/doc/index.html

リビジョン 610, 1.8 kB (コミッタ: fladdict, コミット時期: 4 年 前)

--

Line 
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
2 <html>
3
4 <head>
5 <META http-equiv="Content-Type" content="text/html; charset=ASCII">
6    
7 <title>Adobe Flex 2 Language Reference</title>
8    
9 <script language="javascript" type="text/javascript">
10         <!--
11         window.onload=function(){
12             var d=document.location.search;
13                         var args=d.substring(d.lastIndexOf('?')+1,d.length);
14                         var classFrameContent=args;
15                         var classListFrameContent='';
16                         if (args.indexOf('&') != -1) {
17                                 classFrameContent = args.substring(0,args.indexOf('&'));
18                                 classListFrameContent = args.substring(args.indexOf('&')+1,args.length);
19                         }
20             if(classFrameContent!='')
21                 top.frames['classFrame'].document.location.href=classFrameContent;
22                         if(classListFrameContent!='')
23                                 top.frames['packageFrame'].frames['classListFrame'].document.location.href=classListFrameContent;
24         }
25         -->
26    
27 </script>
28
29 </head>
30
31 <frameset cols="210,*" border="2" bordercolor="#AAAAAA" framespacing="0">
32        
33 <frame src="package-frame.html" name="packageFrame" scrolling="no">
34        
35 <frameset rows="80,*" border="0" bordercolor="#AAAAAA">
36                
37 <frame src="title-bar.html" name="titlebar" scrolling="no" frameborder="0">
38                
39 <frame src="package-summary.html" name="classFrame" frameborder="0">
40        
41 </frameset>
42    
43 <noframes>
44        
45 <body>
46        
47 <h2>Frame Alert</h2>
48        
49 <p>
50         This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client.
51         <br>
52         Link to <a href="package-summary.html">Non-frame version.</a>
53        
54 </p>
55        
56 </body>
57    
58 </noframes>
59
60 </frameset>
61 <!-- -->
62
63 </html>
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。