|
Home > Archive > Microsoft Content Management Server > August 2005 > extending the console
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
extending the console
|
|
|
| Hi,
I need to extend the web author console. The fonctionality I want to add is
delete the current channel.
can somebody help me !
--
Regards,
Nihal
| |
| Stefan [MSFT] 2005-08-29, 5:57 pm |
| Hi Nihal,
check the following whitepaper on how to implement custom console
extensions:
http://msdn.microsoft.com/library/d....asp?frame=true
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
----------------------
"nihal" <nihal_101@hotmail.com> wrote in message
news:4296473B-9E15-43B8-B5C5-171DC373A325@microsoft.com...
> Hi,
> I need to extend the web author console. The fonctionality I want to add
> is
> delete the current channel.
> can somebody help me !
> --
> Regards,
> Nihal
| |
|
| Hi Stefan,
Thank you very much for your help
I 've devoloped DeleteChannelAction Class wich inherets from
BasePostBackAction. In order to call this action from the defaultConsole.ascx
I need to register my action :
Is ' <%@ Register TagPrefix="CustomAction" Namespace="MyProject.WebControls"
Assembly="MyProject" %>' correct ??
--
regards,
Nihal
"Stefan [MSFT]" wrote:
> Hi Nihal,
>
> check the following whitepaper on how to implement custom console
> extensions:
> http://msdn.microsoft.com/library/d....asp?frame=true
>
> Cheers,
> Stefan
>
> --
> This posting is provided "AS IS" with no warranties, and confers no rights
>
> New to MCMS?
> Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
> ----------------------
>
>
> "nihal" <nihal_101@hotmail.com> wrote in message
> news:4296473B-9E15-43B8-B5C5-171DC373A325@microsoft.com...
>
>
>
| |
| Stefan [MSFT] 2005-08-30, 8:05 am |
| Hi Nihal,
that is correct.
You also need to add it to the relevant code to the console that renders
your action.
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
----------------------
"nihal" <nihal_101@hotmail.com> wrote in message
news:DBCED07A-ECBF-40E6-8832-44742A791351@microsoft.com...[vbcol=seagreen]
> Hi Stefan,
> Thank you very much for your help
> I 've devoloped DeleteChannelAction Class wich inherets from
> BasePostBackAction. In order to call this action from the
> defaultConsole.ascx
> I need to register my action :
> Is ' <%@ Register TagPrefix="CustomAction"
> Namespace="MyProject.WebControls"
> Assembly="MyProject" %>' correct ??
>
> --
> regards,
> Nihal
>
>
> "Stefan [MSFT]" wrote:
>
|
|
|
|
|