📄 source.c2l1.txt
字号:
--------------------------------------------
Chapter 2 Lesson 1 - Code Snippet File
--------------------------------------------
Please refer to page <NN> of <NN>.
--------------------------------------------
ApplicationDefinition.xml
--------------------------------------------
Snippet 1:
============================================
<MapSet xsi:type="MapSetType">
<MapGroup id="sheboygan" xsi:type="MapType">
<Map xsi:type="MapGuideLayerType">
<Type>MapGuide</Type>
<SingleTile>true</SingleTile>
<Extension>
<ResourceId>Library://Samples/Sheboygan/Maps/Sheboygan.MapDefinition</ResourceId>
</Extension>
</Map>
</MapGroup>
</MapSet>
============================================
Snippet 2:
============================================
<!-- -->
<!-- MAP -->
<!-- -->
<MapWidget xsi:type="WidgetType">
<Name>Map</Name>
<Type>Map</Type>
<StatusText>The map.</StatusText>
<MapId>sheboygan</MapId>
<Extension xsi:type="CustomContentType">
<MenuContainer>ContextMenu</MenuContainer>
</Extension>
</MapWidget>
============================================
--------------------------------------------
index.html
--------------------------------------------
No Changes.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -