⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 source.c2l5.txt

📁 您的联系人可以拨打此号码发送传真
💻 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 + -