Getting Started With MCMS WAE v2.0
Replacing MCMS DefaultConsole With WAE Popup Console
To insert the new popup console on a page add following code to your aspx file:
<%@ Register TagPrefix="cms" TagName="DefaultConsole" Src="~/CMS/Console/DefaultConsole.ascx" %>
…
<cms:DefaultConsole runat="server"/>
Run the page and call the console double clicking on it.
If you wish to keep your original console or want to customize the new console please read Replacing and Customizing Console
Accessing Web Folders (MCMS WebDav)
You can access Web Folders either from WAE interface or adding it to My Network Places. To access Web Folders open My Network Places in Windows Explorer. Click Add a Network Place. In the Internet Network Address field specify:
http://<yourwebsite>/MCMS/Resources
Note: Web folders works only with Integrated Windows Authentication. Integrated Authentication is configured automatically by WAE Configuration application.
Accessing WAE Workspace
You can switch to WAE Workspace either selecting Workspace menu item in the Popup Console or typing in browser:
http://<yourwebsite>/<yourmcmsapp>/cms/wae/workspace/main.aspx
r.a.d. Editor MCMS Edition Integration
Copy RadControls folder under <WAE Install Folder>\Server\IIS_CMS. Than replace MainIE.js and LinkDialog.js located in <WAE Install Folder>\Server\IIS_CMS\RadControls\Editor\Scripts with files shipped with WAE located in <WAE Install Folder>\Server\Telerik\RadEditorPlaceHolder_<Version>\RadControls\Editor\Scripts.
More:
|