The folder structure for the Flex library project

Each custom Flex library project must include Guide extensions stored in a specific folder structure. Compile the project to an SWC file and import the SWC file into the Guide Design perspective in Workbench. After you have imported the SWC file, Guide extensions are loaded from the project folders and made available in the Guide Properties view.

The folder structure for the custom Flex library must contain the following elements:

  • A top-level folder that has a unique name. The top-level folder in the basic folder structure example below is named custom .

    Important: The folder cannot be named ga.
  • At least one nested subfolder that has one of the following names:

    controls (field controls)

    layouts (panel layouts)

    wrappers (Guide layouts)

    Note: Do not save Guide layout controls, such as panel navigation, in these folders. Save them in any other folder.

For example, the image below illustrates a simple valid folder structure.

A basic folder structure that includes subfolders for all Guide extensions.

// Ethnio survey code removed