mendixlabs / CKEditorForMendix

A new WYSIWYG editor for Mendix that also has the ability to create "MicroFlow" links in your HTML output.
https://appstore.home.mendix.com/link/app/1715/Mendix/CKEditor-For-Mendix
Apache License 2.0
2 stars 21 forks source link

Image browser enhancements #28

Open JelteMX opened 8 years ago

JelteMX commented 8 years ago

Image browser was added in v1.9.0. Right now, this is just a very simple window.

LexvanRooy commented 8 years ago

Jelte some explanation between upload and use base64 would be helpfull too As well as the option to pull the base64 from the application itself

JelteMX commented 7 years ago

This is provide here. Is there something unclear about the documentation?

LexvanRooy commented 7 years ago

Yes...

1) when setting it to BASE64, where does it get the Images from ? can we refer to the IMG files in the App ? There seems to be no further information on that. There is a reference to "inline images" that just leads to a wiki page.

2) when choosing UPLOAD, the Upload proces works well, but it does NOT bring up a Imagebrowser allowing me to select from Images added earlier. If I need to add the same image to multiple documents (which is a prerequisite) I end up Uploading that image several times. So either this is not working correctly or unclear from the documentation how to proceed.

regards Lex

On Mon, Jul 18, 2016 at 4:06 PM, Jelte Lagendijk notifications@github.com wrote:

This is provide here https://github.com/mendix/CKEditorForMendix#images. Is there something unclear about the documentation?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/mendix/CKEditorForMendix/issues/28#issuecomment-233338365, or mute the thread https://github.com/notifications/unsubscribe-auth/APpAYqzLcVyqVC1cOAnqeOYRsoedX_wDks5qW4hegaJpZM4HlQ4q .

Marnix-IxD commented 7 years ago

it would be nice if width="" height="" of the image could be set as attributes and not as styling currently it seems that the widget filters it out in a validation action. The scenario where this causes issues is when you create a template using this widget and send images through e-mail. Opening that e-mail in outlook will not properly scale the images.