Anyone done a Blog Widget?

0
I need help with creating a blog widget, I cannot find it in the appstore and was wondering if anyone has created a blog widget before. It needs to have a basic blog functionality. Also, if no one has done it, how would you suggest I approach a creation of a blog widget? Thank you
asked
1 answers
1

What do you define as a "Blog" widget?

You could easily create a domain-object called "Blog" with a unlimited String-field "Blogtext" (and other attributes you need)

Create a BlogsOverview accesable to the Blogwriter and in the NewEdit functionality associated with the maintenance have that field available with RichTextEditor options.

Create a different screen for public consuption with just the RichTextReader

That should do the trick (well, you would need to inbed this stuff in your app, but I assume you know how to do that

answered