📄 source.c2l5.txt
字号:
--------------------------------------------
Chapter 2 Lesson 5 - Code Snippet File
--------------------------------------------
Please refer to page <NN> of <NN>.
--------------------------------------------
ApplicationDefinition.xml
--------------------------------------------
Snippet 1:
============================================
REMOVE
<Item xsi:type="WidgetItemType">
<Function>Widget</Function>
<Widget>Pan</Widget>
</Item>
============================================
Snippet 2:
============================================
REMOVE
<!-- -->
<!-- PAN -->
<!-- -->
<Widget xsi:type="UiWidgetType">
<Name>Pan</Name>
<Type>Pan</Type>
<StatusText>Drag the map to view areas out of range.</StatusText>
<ImageUrl>../../images/stdicons/icon_pan.gif</ImageUrl>
<ImageClass/>
<Tooltip>Pan mode</Tooltip>
<Label/>
<Disabled/>
</Widget>
============================================
Snippet 3:
============================================
<!-- -->
<!-- PAN (MENU) -->
<!-- -->
<Widget xsi:type="UiWidgetType">
<Name>menuPan</Name>
<Type>Pan</Type>
<StatusText>Drag the map to view areas out of range.</StatusText>
<ImageUrl>../../images/stdicons/icon_pan.gif</ImageUrl>
<ImageClass/>
<Tooltip>Pan mode</Tooltip>
<Label>Pan</Label>
<Disabled/>
</Widget>
FROM CONTEXT MENU
<Item xsi:type="WidgetItemType">
<Function>Widget</Function>
<Widget>menuPan</Widget>
</Item>
============================================
--------------------------------------------
index.html
--------------------------------------------
No Changes.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -