Module Security... Custom Edits
Last Post 10/22/2007 4:10 PM by Joseph Craig. 1 Replies.
Author Messages
kurt
Nuke Newbie
Nuke Newbie
Posts:4


--
10/22/2007 3:39 PM  

I will try my best to explain what I need to do here...

I have created a custom module which has several text fields which users fill out to recieve a quote for a custom product order. The problem is that I have to give the (registered) user ability to edit the module for it to work. By doing this, they have FULL editing ability. I wish to allow them to edit the text fields and use the submit button, but not add content or edit the module itself (via the dropdown in the upper left corner of the module).

Does anyone have a clue as to how I would do this?

Thanks,
Kurt

Joseph Craig
DNN MVP
Posts:11667


--
10/22/2007 4:10 PM  
Take a look at the "Web Controls" project on the DotNetNuke site.

"The DotNetNuke Label Edit control is an open-source ASP.NET WebControl that allows any label to be editable on the client where it uses a client-callback to persist the changes. Simply specify a client-side event like onclick to allow the user to edit. It supports RichText and MultiLine editing."

Joe Craig, Patapsco Research Group
Complete DNN Support


---