📄 source.c2l6.txt
字号:
--------------------------------------------
Chapter 2 Lesson 6 - Code Snippet File
--------------------------------------------
Please refer to page <NN> of <NN>.
--------------------------------------------
ApplicationDefinition.xml
--------------------------------------------
Snippet 1:
============================================
<!-- -->
<!-- ZOOM -->
<!-- -->
<Widget xsi:type="UiWidgetType">
<Name>ZoomInRectangle</Name>
<Type>Zoom</Type>
<StatusText>Zoom in on an area.</StatusText>
<Extension xsi:type="CustomContentType">
<Tolerance>5</Tolerance>
<Factor>2</Factor>
</Extension>
<ImageUrl>../../images/stdicons/icon_zoomin.gif</ImageUrl>
<ImageClass/>
<Tooltip>Zoom rectangle.</Tooltip>
<Label/>
<Disabled/>
</Widget>
CHANGE:
<Factor>2</Factor>
to
<Factor>4</Factor>
CHANGE:
<Label/>
to
<Label>Zoom In</Label>
============================================
--------------------------------------------
index.html
--------------------------------------------
No Changes.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -