?? 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 + -