
|

|

|
 |
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 |
| Country: United Kingdom |
 |
| Bechtle Direct |
| Country: Sweden |
 |
| BT Industries |
| Country: USA |
 |
| California Chamber of Commerce |
| Country: Denmark |
 |
| Danfoss Group |
| Country: Denmark |
 |
| DFDS |
| Country: USA |
 |
| Fluke Networks |
| Country: USA |
 |
| HNI Corporation |
| Country: USA |
 |
| IHS Inc |
| Country: USA |
 |
| LandAmerica Financial Group |
| Country: Canada |
 |
| Laurentian University |
| Country: USA |
 |
| Microsoft |
| Country: Israel |
 |
| RADVISION |
| Country: Ukraine |
 |
| Raiffeisen Bank |
| Country: Netherlands |
 |
| Sanoma Uitgevers |
| Country: USA |
 |
| Siemens |
| Country: Australia |
 |
| WorkCover NSW |
| Country: Ukraine |
 |
| OTP Bank |
| Country: USA |
 |
| Intel Corporation |
| Country: Austria |
 |
| Austrian Federal Railways |
|
|
 |
|