Develop and Download Open Source Software

Browse CVS Repository

Contents of /freetrain/FreeTrain/doc/plugin.rnc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Sun Dec 22 18:41:11 2002 UTC (21 years, 3 months ago) by Bear
Branch: MAIN
CVS Tags: kohsuke-checkpoint-20031229, HEAD
Branch point for: BRANCH_VS2008, C477_Unofficial200309
added documents

1 datatypeLibrary = "http://www.w3.org/2001/XMLSchema-datatypes";
2
3 ##
4 ## docking contribution
5 ##
6 dockingContentContrib =
7 attribute type {"dockingContent"},
8 # ウィンドウタブに表示される短い名前
9 element shortName {text},
10 element menu {
11 # メニューに使用される名前
12 attribute name {text},
13 # 配置するメニュー項目
14 attribute location {menuLocation},
15 # 表示位置
16 attribute pos{integer}?
17 },
18 # 表示されるウィンドウの型
19 element class {class}
20
21
22 ##
23 ## クラス情報
24 ##
25 ##
26 class =
27 # 型名
28 attribute name {text},
29 # 方を含むアセンブリ。省略時はFreeTrain.Core.dll
30 attribute codebase {text}?
31
32
33 menuLocation =
34 "file"|"view"|"rail"|"road"|"construction"|"config"|"help";

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26