Also, how do the content editors work, in general. Ive been looking at fskeditor and freetextbox, because our app will need something similar. How does one setup an aspx page to allow for example, just a certain paragraph to be editable ? Im guessing its something like this:
- initial display pulls html content from database table
- give the area (div or panel ?) an id
- show link to htmleditor with paramater of what id to pull from database and display with the editor pane
- updating the content in the editor pane saves new content to database table
is that about it ?
Im probably going to skip on using mojoportal on this current project im on, since its faily small and i didnt find mojoportal in time. The next project im doing requires more features and mojoportal looks like a fit (and a timesaver for me).