Developer forum

Forum » Development » fileManager control

fileManager control


Reply
I've seen that the fileManeger control some times is used as template selector, with edit template icon.
How can I use file manager control as template selector with edit button?


This is what I've seen in the NewsLetterV3_edit.aspx. Is ther some code behind that make this a template selector ?

<

dw:FileManager Folder="/Edit" ID="SubscribeQuickTemplate" runat="server" />

Replies

 
Jeppe Eriksson Agger Dynamicweb Employee
Jeppe Eriksson Agger
Reply
That should happen automatically when the folder attribute is set to something starting with "/Templates/...". That of course means that you need to put your templates in that folder (or a subfolder).

- Jeppe
 
Reply


Thanks!!
You solved my problem

 

You must be logged in to post in the forum