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…')
 
m (Reverted edits by Ecaxabu (Talk) to last revision by Ssmith)
 
(4 intermediate revisions by 3 users not shown)
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]]

Latest revision as of 17:39, 24 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:

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