Component/zh-tw: Difference between revisions

From Joomla! Documentation

Created page with "元件"
 
FuzzyBot (talk | contribs)
Updating to match new version of source page
 
(12 intermediate revisions by one other user not shown)
Line 1: Line 1:
<noinclude><languages /></noinclude>
<noinclude><languages /></noinclude>


{{Chunk:Component/en}}
{{Chunk:Component/zh-tw}}


== Where to get Joomla! components? ==  
== 哪裡可以獲得 Joomla! 元件? ==  
A small selection of components is included with the default Joomla! installation but many more are available from the [http://extensions.joomla.org Joomla! Extensions Directory].
<span class="mw-translate-fuzzy">Joomla! 預設的安裝中,已經包含了一些元件,然而您可以在 [http://extensions.joomla.org Joomla! Extensions Directory]獲得更多元件。</span>


=== Installation of a component ===  
=== 安裝元件 ===  
If you want to install a component to your Joomla! installation, read  more about [[Installing_an_extension|Installing an extension]] here.
如果您想要安裝元件到您的 Joomla! 請到 [[S:MyLanguage/Installing_an_extension|安裝擴充套件]] 閱讀更多相關文件。


== Recommended Reading ==  
== 推薦閱讀 ==  
=== Developers ===  
=== 開發者 ===  


There are many articles, tutorials, references and FAQs which focus on component development. If this is your first time developing a component for Joomla, you should start with the [[Absolute Basics of How a Component Functions]]. If needed, you can visualise the control flow of a component with these [[Component Program Flow|diagrams]].
<div class="mw-translate-fuzzy">
有許多文章、教學引導、參考資料以及常見問題專注於元件開發主題。假使這是您第一次開發Joomla!元件,您應該從  [[S:MyLanguage/Absolute Basics of How a Component Functions|元件如何作用的第一課]] 開始。如果需要的話,您可以透果這些 [[S:MyLanguage/Component Program Flow|資料流程圖]]來了解元件的控制流程。
</div>


Next, you will want to read our {{JVer|3.x}} MVC tutorial [[S:MyLanguage/J3.x:Developing_an_MVC_Component|Developing an MVC Component]].
接著您可以閱讀{{JVer|3.x}} MVC tutorial [[S:MyLanguage/J3.x:Developing_an_MVC_Component|開發一個 MVC 元件]]


Once you have read the tutorial and/or tried the example component, you can focus more on the specifics of your component with additional articles. These are listed on the [[Portal:Component Development|Component Development Portal]] or any of the supporting Portals for Development(Plugins, Modules or Templates).
<div class="mw-translate-fuzzy">
當您閱讀了教學指南並且/或是試了範例元件。您可以專注多一些與您的元件有關的內容。這些文章列在[[S:MyLanguage/Portal:Component Development|元件開發入口]] 或是開發者技術支援入口(元件、模組、外掛以及佈景主題) 中任何內容。
</div>


<!--T:4-->
<!--T:4-->
[[Category:Extensions{{#translation:}}| Component]][[Category:Landing Pages{{#translation:}}]][[Category:Glossary{{#translation:}}]]
[[Category:Extensions{{#translation:}}| Component]][[Category:Landing Pages{{#translation:}}]][[Category:Glossary{{#translation:}}]]
__NOTOC__
__NOTOC__

Latest revision as of 12:00, 16 November 2021


元件是Joomla! 擴充套件 的一種類型。元件是主要的 Joomla! 作用單元;它們可以被視為是一種小型應用。一個簡易的 類比,就是把 Jooml! 當成作業系統,而元件就是安裝的桌面應用程式。Joomla! 內容就是用元件產生,經常會出現在佈景主體頁面上,主要內容的中央(當然要視不同的佈景主題而定)。

大多數的元件有兩個主要部分: Administrator 部分以及 site 部分。Site 部分是用於產生頁面到您的網站上,當網站的訪客提出請求的時候,可以做些一般的網站操作;Administrator 部分提供一個介面讓管理者可以設定以及管理元件的其他面向,可以從Joomla! administrator application來訪問其介面。

Joomla! 自帶一些核心元件,比方說內容管理系統、聯絡人表單以及 Web Links 等等。

延伸閱讀: 模組, 外掛, 佈景主題


哪裡可以獲得 Joomla! 元件?

Joomla! 預設的安裝中,已經包含了一些元件,然而您可以在 Joomla! Extensions Directory獲得更多元件。

安裝元件

如果您想要安裝元件到您的 Joomla! 請到 安裝擴充套件 閱讀更多相關文件。

推薦閱讀

開發者

有許多文章、教學引導、參考資料以及常見問題專注於元件開發主題。假使這是您第一次開發Joomla!元件,您應該從 元件如何作用的第一課 開始。如果需要的話,您可以透果這些 資料流程圖來了解元件的控制流程。

接著您可以閱讀Joomla 3.x MVC tutorial 開發一個 MVC 元件

當您閱讀了教學指南並且/或是試了範例元件。您可以專注多一些與您的元件有關的內容。這些文章列在元件開發入口 或是開發者技術支援入口(元件、模組、外掛以及佈景主題) 中任何內容。