|
Creating an Embedded Application Registering an Embedded Application Why won't my application show up? |
Home > Support > Developers > Embedded Applications > Creating an Embedded Application Creating an Embedded ApplicationFor programmers familiar with the Visual Studio environment and web programming, writing an embedded application is easy! Embedded application controls are just like standard user controls, with a few minor changes, and Embedded application pages are just like standard asp.net pages with a few extra properties. When writing a control or a page for QuantumCMS a developer is essentially writing a standard control or page. However, instead of the controls inheriting from [System.Web.UI.UserControl], they inherit from [QCMS.AlgonquinStudios.Controls.EmbeddedApplicationBase]. Quantum Embedded Application pages do not inherit from [System.Web.UI.Page], but instead inherit from [QCMS.AlgonquinStudios.PageBase]. Special properties of Embedded ApplicationsWhen inheriting from either of the embedded application bases, your control will get all of the properties available to applications of the default classes. Additionally, each control or page will get a set of additional properties and functions from QuantumCMS. They are: .PageXML .ConfigurationXML .XML |
| ©2001-2010 Algonquin Studios, Inc. | info@quantumcms.com | (716) 842-1439 |
Site Map
QuantumCMS is a product of Algonquin Studios. |