home *** CD-ROM | disk | FTP | other *** search
- function NOF_EComm_Products(){
- this.__proto__ = NOF_EComm_Products;
-
- this.MainWindow = NOF_Ecomm_ProductsEditor;
- this.AttributesEditor = NOF_Ecomm_Product_AttributesEditor;
- this.DescriptionEditor = NOF_Ecomm_Product_DescriptionEditor;
- this.DetailImageEditor = NOF_Ecomm_Product_DetailImageEditor;
- this.ThumbnailImageEditor = NOF_Ecomm_Product_ThumbnailImageEditor;
- this.RelatedProductsEditor = NOF_Ecomm_Product_RelatedProductsEditor;
- }
-
- function NOF_EComm_ListPage(){
- this.__proto__ = NOF_EComm_ListPage;
-
- this.MainWindow = NOF_Ecomm_ListPageEditor;
- this.LayoutEditor = NOF_Ecomm_ListPage_LayoutEditor;
- this.DisplayItemsEditor = NOF_Ecomm_ListPage_DisplayItemsEditor;
- this.PurchaseOptionsEditor = NOF_Ecomm_ListPage_PurchaseOptionsEditor;
- }
-
- function NOF_EComm_DetailPage(){
- this.__proto__ = NOF_EComm_DetailPage;
-
- this.MainWindow = NOF_Ecomm_DetailPageEditor;
- this.LayoutEditor = NOF_Ecomm_DetailPage_LayoutEditor;
- this.DisplayItemsEditor = NOF_Ecomm_DetailPage_DisplayItemsEditor;
- this.PurchaseOptionsEditor = NOF_Ecomm_DetailPage_PurchaseOptionsEditor;
- }
-
- function NOF_EComm_Store () {
- this.AddStoreEngineDlg = NOF_Ecomm_AddStoreEngineDlg;
- this.ManageStoreEngineDlg = NOF_Ecomm_ManageStoreEngineDlg;
- this.AdvancedStoreMgrDlg = NOF_Ecomm_AdvancedStoreMgrDlg;
- this.ValidationMgr = NOF_Ecomm_ValidationMgr;
- this.StoreEngine = NOF_Ecomm_StoreEngine;
- this.StoreEnginesMgr = NOF_Ecomm_StoreEnginesMgr;
- this.PublishManager = NOF_Ecomm_PublishManager;
- this.Serializer = NOF_Ecomm_Serializer;
-
- this.ServicesDlg = NOF_Ecomm_ServicesDlg;
-
- this.OK = 0;
- this.SERVICE_ERROR = 1;
- this.AUTH_ERROR = 2;
- }
-
- function NOF_EComm(){
- this.__proto__ = NOF_EComm;
-
- this.MainWindow = NOF_Ecomm_MainWindow;
- this.CatalogManagerWindow = NOF_Ecomm_CatalogManagerWindow;
-
- this.products = new NOF_EComm_Products();
- this.listpage = new NOF_EComm_ListPage();
- this.detailpage = new NOF_EComm_DetailPage();
- this.store = new NOF_EComm_Store ();
-
- this.StoreEditor = NOF_Ecomm_StoreEditor;
- this.App = NOF_Ecomm_App;
- }
-
- //debugger;
- NOF.__proto__.ecomm = new NOF_EComm();
-