📄 source.c2l4.txt
字号:
--------------------------------------------
Chapter 2 Lesson 4 - Code Snippet File
--------------------------------------------
Please refer to page <NN> of <NN>.
--------------------------------------------
ApplicationDefinition.xml
--------------------------------------------
Snippet 1:
============================================
<!-- -->
<!-- TASK PANE -->
<!-- -->
<Widget xsi:type="WidgetType">
<Name>TaskPane</Name>
<Type>TaskPane</Type>
<StatusText/>
<Extension>
<MenuContainer>TaskContextMenu</MenuContainer>
</Extension>
</Widget>
============================================
Snippet 2:
============================================
<!-- -->
<!-- LEGEND -->
<!-- -->
<Widget xsi:type="WidgetType">
<Name>Legend</Name>
<Type>Legend</Type>
<StatusText/>
</Widget>
============================================
Snippet 3:
============================================
<!-- -->
<!-- SELECTION INFO -->
<!-- -->
<Widget xsi:type="WidgetType">
<Name>StatusSelection</Name>
<Type>SelectionInfo</Type>
<StatusText/>
</Widget>
============================================
Snippet 4:
============================================
<!-- -->
<!-- OVERVIEW MAP -->
<!-- -->
<Widget xsi:type="WidgetType">
<Name>OverviewMap</Name>
<Type>OverviewMap</Type>
<Description/>
<Extension xsi:type="CustomContentType">
<MapId>sheboyganOverview</MapId>
</Extension>
</Widget>
============================================
Snippet 5:
============================================
<MapGroup id="sheboyganOverview" xsi:type="MapType">
<Map xsi:type="MapGuideLayerType">
<Type>MapGuide</Type>
<SingleTile>true</SingleTile>
<Extension>
<ResourceId>Library://Samples/Sheboygan/Maps/SheboyganOverview.MapDefinition</ResourceId>
</Extension>
</Map>
</MapGroup>
============================================
--------------------------------------------
index.html
--------------------------------------------
No Changes.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -