What classes/extenders do I use to dreate a custom tag that I can use in the master template?
Developer forum
E-mail notifications
Custom tags for master template
Replies
Nicolai Høeg Pedersen
Posted on 15/11/2010 13:28:43
That would be Notifications.Standard.Page.OnOutput
http://engage.dynamicweb-cms.com/api/extensibility/?Dynamicweb~Dynamicweb.Notifications.Standard+Page~OnOutput.html
http://engage.dynamicweb-cms.com/api/extensibility/?Dynamicweb~Dynamicweb.Notifications.Standard+Page~OnOutput.html
Posted on 15/11/2010 14:41:14
Do i need to include any classes because it cant find "Dynamicweb.Notifications.Standard.Page.OnOutput"?
Nicolai Høeg Pedersen
Posted on 15/11/2010 14:45:06
You need a reference to Dynamicweb.dll - Dynamicweb is the root namespace, so you do not need to import any namespaces.
Posted on 15/11/2010 14:45:53
Hi there,
Take a look here for an introduction to Notification Subscribers: http://devierkoeden.com/Articles/[CatId/1]/Notification-Subscribers.aspx
Also, make sure you add a reference to the Dynamicweb DLL.
Cheers,
Imar
Take a look here for an introduction to Notification Subscribers: http://devierkoeden.com/Articles/[CatId/1]/Notification-Subscribers.aspx
Also, make sure you add a reference to the Dynamicweb DLL.
Cheers,
Imar
You must be logged in to post in the forum