📄 concept3.xhtml
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Concept2.xhtml</title> <link rel="stylesheet" href="shared.css" type="text/css" /> </head><body><h1>Welcome to SuperCRM</h1><h4>Concept Three</h4><p>This is where Concept Three is explained. </p> <p>This is the first topic from the Root page of this Welcome:<!-- This is where we use the Intro include element. This include specifies that we need to grab an XHTML element with id "firstH4" from an intro page with id "root". --> <include path="root/firstLink" /><br /><!-- This is where we use the Intro dynamicContent element. The class is loaded from the specified plugin. --> <contentProvider id="contentProviderId" class="superCRM.intro.DynamicContentProvider" pluginId="SuperCRM"> </contentProvider> </p><p> </p><p align="justify">(This page demonstrates how to contribute to an existing Welcome. It was contributed using the <code>org.eclipse.ui.intro.configExtension</code> extension point. It also demonstrates how to use the <code>include</code> and the <code>dynamicContent</code> intro elements to include external XHTML content and to create dynamic XHTML content, respectively. Check the XHTML source for this page for usage of intro elements.) </p> </body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -