07-12-07 12:16 PM
Hi Servelan,
this works the same in .NET 2.0 and in .NET 1.1.
As you can see in the standard defaultconsole.ascx which works as well in
.NET 1.1 and in .NET 2.0
But be aware that you have to have MCMS 2002 SP2 installed as .NET 2.0 is
not supported without SP2.
Cheers,
Stefan
"Servelan" <Servelan@discussions.microsoft.com> wrote in message
news:FC718A15-75E9-4183-BF17-5DC4A1D56AA1@microsoft.com...
> We have a customised default console which displays
> management/editing/revision options in three different drop-down boxes.
>
> I am currently creating a new .net 2.0 CMS website, and attempting to use
> the code for our console. The drop downs reside within the
> PresentationModeContainer.
>
> For example, the Production Manager, which resides within
> <CmsConsole:ProductionManagerAction> in the MS supplied version, is an
> option
> in a drop down box which resides within the PresentationModeContainer. The
> option uses Container. ActionJavascript to set the action of clicking the
> option.
>
> This works perfectly in our existing.net 1.1 sites. However, when I try to
> compile in .net 2.0, I am getting errors stating that
> PresentationModeContainer doesn't container a definition for
> ActionJavascript.
>
> Does anyone have any ideas why I might be getting this, or something I
> might
> be missing? Has anyone else .
>
> Thanks!
[ Post a follow-up to this message ]
|