Difference between revisions of "Getting Started"

From ADF Docs
Jump to: navigation, search
(Created page with '== 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 th…')
 
Line 5: Line 5:
 
# Create a [[Site Level Component]]
 
# Create a [[Site Level Component]]
 
# [[Calling an ADF Library Component | Call a Library Component]]
 
# [[Calling an ADF Library Component | Call a Library Component]]
# [[Extending an ADF Library Component | Extend a Library Component]]
+
# [[Site Level ADF Library Components Overrides | Extend a Library Component]]

Revision as of 05:07, 15 April 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:

  1. Install the Starter App
  2. Create a Site Level Component
  3. Call a Library Component
  4. Extend a Library Component