Skip to content

Commit

Permalink
Merge remote-tracking branch 'anastasia/FLUID-5757'
Browse files Browse the repository at this point in the history
* anastasia/FLUID-5757:
  FLUID-5757: Add a missing period
  FLUID-5757: Updates to reflect new namespacing
  FLUID-5757: Fixes
  FLUID-5757: Change autoPilot to heatedSeats
  FLUID-5757: Cleaning up file structure, naming
  FLUID-5757: Improve folder name
  FLUID-5757: Update images to reflect latest code
  FLUID-5757: Tweaks based on review feedback
  FLUID-5757: Addressing feedback comments
  FLUID-5757: Remove now-redundent prefs framework files, adjust ToC accordingly
  FLUID-5757: Add some useful points from the original prefs tutorial pages.
  FLUID-5757: Note that the tutorial is not yet complete.
  FLUID-5757: Update styling of callouts based on design crit feedback
  FLUID-5757: Add pushpin icon for callouts
  FLUID-5757: Finish up the text on adding another panel
  FLUID-5757: Try for consistency in capitalization of key terms
  FLUID-5757: Add links, improve text
  FLUID-5757: Cleaning up some of the code snippets
  FLUID-5757: Starting to add the text of the new Prefs Framework tutorial
  FLUID-5757: Add a style for a "callout" box
  • Loading branch information
jobara committed Dec 14, 2015
2 parents ffd84b3 + 47cc060 commit 0001384
Show file tree
Hide file tree
Showing 17 changed files with 860 additions and 642 deletions.
14 changes: 5 additions & 9 deletions site-structure.json
Expand Up @@ -163,17 +163,13 @@
"sectionName": "Preferences Framework",
"pages":
[
{ "pageName": "Creating a preferences Editor Using the Preferences Framework", "href": "/tutorial-creatingAPreferencesEditorUsingThePreferencesFramework/CreatingAPreferencesEditorUsingThePreferencesFramework.html" },
{ "pageName": "Creating a Primary Schema", "href": "/tutorial-creatingAPreferencesEditorUsingThePreferencesFramework/CreatingAPrimarySchema.html" },
{ "pageName": "Creating Panels", "href": "/tutorial-creatingAPreferencesEditorUsingThePreferencesFramework/CreatingPanels.html" },
{ "pageName": "Creating Enactors", "href": "/tutorial-creatingAPreferencesEditorUsingThePreferencesFramework/CreatingEnactors.html" },
{ "pageName": "Creating an Auxiliary Schema", "href": "/tutorial-creatingAPreferencesEditorUsingThePreferencesFramework/CreatingAnAuxiliarySchema.html" },
{ "pageName": "Instantiating the Preferences Editor", "href": "/tutorial-creatingAPreferencesEditorUsingThePreferencesFramework/InstantiatingThePreferencesEditor.html" },
{ "pageName": "Instantiating the Enhancer and Settings Store Only", "href": "/tutorial-creatingAPreferencesEditorUsingThePreferencesFramework/InstantiatingTheEnhancerAndSettingsStoreOnly.html" },
{ "pageName": "Styling the Preferences Editor", "href": "/tutorial-creatingAPreferencesEditorUsingThePreferencesFramework/StylingThePreferencesEditor.html" },
{ "pageName": "Creating a Preference Editor", "href": "/tutorial-prefsFramework/CreatingAPrefsEditor.html" },
{ "pageName": "Creating Enactors", "href": "/tutorial-prefsFramework/CreatingEnactors.html" },
{ "pageName": "Instantiating the Enhancer and Settings Store Only", "href": "/tutorial-prefsFramework/InstantiatingTheEnhancerAndSettingsStoreOnly.html" },
{ "pageName": "Styling the Preferences Editor", "href": "/tutorial-prefsFramework/StylingThePreferencesEditor.html" },
{ "pageName": "Adding a Basic Preferences Editor to a Site", "href": "/to-do/AddingPrefsEditorToSite.html" },
{ "pageName": "Working With A Preferences Editor On Your Site", "href": "/to-do/WorkingWithPrefsEditorOnSite.html" },
{ "pageName": "Creating a New Adjuster UI", "href": "/tutorial-creatingANewAdjusterUI/CreatingANewAdjusterUI.html" }
{ "pageName": "Creating a New Adjuster UI", "href": "/tutorial-prefsFramework/CreatingANewAdjusterUI.html" }
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions src/documents/PreferencesFramework.md
Expand Up @@ -24,5 +24,5 @@ The Preferences Framework allows for the creation of a customized [Preferences E

## Tutorials ##

* [Tutorial - Creating a Preferences Editor Using the Preferences Framework](tutorial-creatingAPreferencesEditorUsingThePreferencesFramework/CreatingAPreferencesEditorUsingThePreferencesFramework.md)
* [Tutorial - Creating a New Adjuster UI](tutorial-creatingANewAdjusterUI/CreatingANewAdjusterUI.md)
* [Tutorial - Creating a Preferences Editor](tutorial-prefsFramework/CreatingAPrefsEditor.md)
* [Tutorial - Creating a New Adjuster UI](tutorial-prefsFramework/CreatingANewAdjusterUI.md)
4 changes: 2 additions & 2 deletions src/documents/README.md
Expand Up @@ -61,10 +61,10 @@ layout: default
* [How to Create and Use Font Icons](tutorial-iconFonts/HowToCreateAndUseFontIcons.md)
* [Using String Templates](tutorial-usingStringTemplates/UsingStringTemplates.md)
* [User Interface Options](tutorial-userInterfaceOptions/UserInterfaceOptions.md)
* [Creating a preferences Editor Using the Preferences Framework](tutorial-creatingAPreferencesEditorUsingThePreferencesFramework/CreatingAPreferencesEditorUsingThePreferencesFramework.md)
* [Creating a Ppreferences Editor ](tutorial-prefsFramework/PreferencesFramework.md)
* [Adding a Basic Preferences Editor to a Site](to-do/AddingPrefsEditorToSite.md)
* [Working With A Preferences Editor On Your Site](to-do/WorkingWithPrefsEditorOnSite.md)
* [Creating a New Adjuster UI](tutorial-creatingANewAdjusterUI/CreatingANewAdjusterUI.md)
* [Creating a New Adjuster UI](tutorial-prefsFramework/CreatingANewAdjusterUI.md)
* Migrating to Infusion 2.0
* [API Changes from 1.5 to 2.0](APIChangesFrom1_5To2_0.md)
* Migrating to Infusion 1.5
Expand Down
Binary file added src/documents/images/prefsEditorFolders.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/documents/images/prefsEditorParts.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/documents/images/simplePrefsEditor.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 0001384

Please sign in to comment.