
|

|

|
 |
Replacing and Customizing Console
After installation you can find console in <WAE Install Folder>\Server\IIS_CMS\Console folder and use it as usual. To insert the 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"/>
ITHit.MCMS.dll is placed to Global Assembly Cache during installation, so you do not have to add any files to your \bin folder. Run the page and call the console double clicking on it.
Customizing Popup Console
Customization of WAE Popup Console is similar to customizing DefaultConsole provided with MCMS.
- Copy DefaultConsole.ascx located in <WAE Install Folder>\Server\IIS_CMS\CMS\Console\ folder to your project to \Console dirctory.
- Add following code to your aspx file. It will insert the popup console on a page:
<%@ Register TagPrefix="cms" TagName="DefaultConsole" Src="~/Console/DefaultConsole.ascx" %> … <cms:DefaultConsole runat="server"/>
- Modify your copy of DefaultConsole.ascx file. Add, delete or replace console actions as usual. The only difference is you have to specify: target="_parent" and href="javascript: <%# Container.ActionJavascript %>;":
<%@ Register TagPrefix=" uc1" Namespace=" MyNamespace" Assembly="MyAssembly" %> … < uc1:MyAction runat="server"> <A target="_parent" href="javascript: <%# Container.ActionJavascript %>;"><%# Container.Text %></A> </uc1:MyAction>
|
 |

Selected Customers:
| Country: Norway |
 |
| DnB NOR Group |
| Country: Finland |
 |
| Bank of Finland |
| USA |
 |
| Symantec |
| Country: Sweden |
 |
| Toyota |
| Country: Denmark |
 |
| Danfoss Group |
| Country: USA |
 |
| Microsoft |
| Country: Ukraine |
 |
| Raiffeisen Bank |
| Country: USA |
 |
| Siemens |
| Country: Ukraine |
 |
| OTP Bank |
| Country: USA |
 |
| Intel Corporation |
| Country: Austria |
 |
| Austrian Federal Railways |
| Country: Israel |
 |
| Autodesk, Inc. |
| Country: USA |
 |
| U.S. Customs and Border Protection Agency |
|
|
 |
|