Difference between revisions of "Getting Started"
From ADF Docs
Line 1: | Line 1: | ||
− | + | == Overview == | |
[[Installation| Installing the ADF]] should have been a breeze. Now that you have it up and running what can you do with it? There are many aspects of the ADF that can help make it easier to organize and maintain your code. Here are a few things you can do to get started: | [[Installation| Installing the ADF]] should have been a breeze. Now that you have it up and running what can you do with it? There are many aspects of the ADF that can help make it easier to organize and maintain your code. Here are a few things you can do to get started: | ||
Line 6: | Line 6: | ||
# [[Calling an ADF Library Component | Call a Library Component]] | # [[Calling an ADF Library Component | Call a Library Component]] | ||
# [[Site Level ADF Library Components Overrides | Extend a Library Component]] | # [[Site Level ADF Library Components Overrides | Extend a Library Component]] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 22:37, 17 November 2010
Overview
Installing the ADF should have been a breeze. Now that you have it up and running what can you do with it? There are many aspects of the ADF that can help make it easier to organize and maintain your code. Here are a few things you can do to get started:
- Install the Starter App
- Create a Site Level Component
- Call a Library Component
- Extend a Library Component