Skip Navigation

  1. Tour
  2. Products & Pricing
    1. QuantumCMS Enterprise
    2. QuantumCMS Hosted
    3. QuantumCMS Lite
    4. Industry Solutions
      1. Legal / Law Firms
  3. Services
    1. Web Design
    2. SEO & Analytics
    3. Technical Support
  4. Examples
    1. Legal
    2. Healthcare
    3. Not-for-profit
    4. Industrial
    5. Other Industries
  5. Support
    1. Contact Us
    2. Community
    3. Frequently Asked Questions
    4. Tutorials
      1. Customizing the Dashboard
      2. Using the Navigation Tree
      3. Page Details
      4. Content Editor Guide
      5. Tips on Creating Effective Content
      6. Adding a Document Page
      7. 12 more items...
    5. Training Sessions
    6. Upgrades
      1. Obtaining Upgrades
      2. Installing Upgrades
  6. News
    1. Press
      1. Archive
    2. Company Announcements
      1. Growth Continues For Local High-Tech Sector Company
      2. Algonquin to be Official QR Code Sponsor of 2012 LMA Annual Conference
      3. Algonquin to Sponsor LMA Virginias 2011 Continuing Marketing Education Conference
      4. Algonquin Studios Announces Opening of New York City Office
      5. Algonquin Studios Announces Sponsorship of the New York State Academy of Trial Lawyers
      6. Tom Garigen Joins Algonquin Studios as Sales Consultant
    3. Clients
      1. Case Studies
      2. Testimonials
  7. Request Information

Embedded Applications : Registering an Embedded Application

Registering an Embedded Application

Only developers can register new applications in QuantumCMS. To register an application, go to the System menu under the Modules tab in the QuantumCMS Authoring tool and choose the ?Embedded Applications? option. From here you can add, remove or modify applications.  To register a new application, simply add an entry to this screen.

Once you have registered the application, you can begin using it. To use an application on a page, click on the Applications button in the edit view of the page. You will see a list of currently available applications. Click Add and select an application from the drop down list. You will also see a text area where you can enter the Configuration XML for the application registered on this page.

If your application only returns XML, it will now be available in the page XML of the site for use in the stylesheet. If it contains ASCX or ASPX controls, you will need to tell the system where to display these controls.

For ASPX pages, you register them by adding the following code into the Content (HTML Page Body) of the page, or into the XSLT for your page:

For ASCX Controls, you register them by adding the following code into the Content (HTML Page Body) of the page, or into the XSLT for your page:

[[!-- APPLICATION_ENTRY_POINT[Name of Application[1]] --]]

You can also register applications at the site level, causing the app to be loaded on every page of the site.


[1] Where [Name of Application] is the name you gave the application when you attached it to the page.