Skip to content

mxm, IT's mad science

Sections
Personal tools
You are here: Home » Products » Open Source » mxmContacts » Kupu Integration / Print function?
Downloads
You can download mxm products here.

Due to it's technical and international nature, this section is in english.

Max M Has a blog too.

og er glad for mad

 

Comment

Above in this comment thread: mxmContacts

Kupu Integration / Print function?

Posted by Anonymous User at 2006-03-10 07:52 PM

This is a great Product and my users will love it!

I do have two ideas I thought I'd pass on:

I see that the "Body text" area will take raw HTML. Is there any chance that you might incoproate Kupu to do WYSIWYG HTML editing? That would be GREAT for my users.

Also, any chance that you could add the "Print this page" function to the individual contact display page? (It might be easier enough for me to put in there but I thought it might be generally usefuls as well).

Thanks again!

Import/export works with text. Not html.

Posted by maxm at 2006-03-13 10:33 AM
Because of importing/exporting to .vcf/.csv files, which doesn't support html but only plain text, I choose to use a text field.

If you don't need import and export, you can just go to schemas.py and edit the TextField('body',...) fields. There are two code blocks. One with RichWidget and one with TextAreaWidget. If you toggle the comments on those two block, it should work with the RichWidget, and so with Kupu.

But it will probably give you problems if you try to do exports. The correct approach would probably be to use html in the comment, and then strip it for import/export.

This is now on the todo.