Developer forum

Forum » Development » Custom tags for master template

Custom tags for master template


Reply

What classes/extenders do I use to dreate a custom tag that I can use in the master template? 


Replies

 
Nicolai Høeg Pedersen
Reply
That would be Notifications.Standard.Page.OnOutput

http://engage.dynamicweb-cms.com/api/extensibility/?Dynamicweb~Dynamicweb.Notifications.Standard+Page~OnOutput.html
 
Reply
Do i need to include any classes because it cant find "Dynamicweb.Notifications.Standard.Page.OnOutput"?
 
Nicolai Høeg Pedersen
Reply
You need a reference to Dynamicweb.dll - Dynamicweb is the root namespace, so you do not need to import any namespaces.
 
Reply
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

 

You must be logged in to post in the forum