Is there a data type (except RTE and Media Selector) that allows to pick an image?
We don't want to use Media Selector, because it doesn't allow to manage 'alt', 'title' and 'class' properites of the image.
At the same time, we don't want a user to mess around with RTE, cause he/she could potentially harm the website markup, since RTE allows to do much more than just playing with images.
So ideal situation would be a datatype that allows to do the following:
I think I would go with a macro that has the 4 mentioned parameters, wich can be inserted anywhere in the rich text editor. Then it should be fairly easy to ensure that the client can't mess anything up and should be fairly simple to instruct them how to use it.
Simple image selector vs RTE
Hi guys.
Is there a data type (except RTE and Media Selector) that allows to pick an image?
We don't want to use Media Selector, because it doesn't allow to manage 'alt', 'title' and 'class' properites of the image.
At the same time, we don't want a user to mess around with RTE, cause he/she could potentially harm the website markup, since RTE allows to do much more than just playing with images.
So ideal situation would be a datatype that allows to do the following:
1) pick an image from the Media
2) able to change 'alt' property
3) able to change 'title' property
4) able to change 'class' property
Hi Ivan
I think I would go with a macro that has the 4 mentioned parameters, wich can be inserted anywhere in the rich text editor. Then it should be fairly easy to ensure that the client can't mess anything up and should be fairly simple to instruct them how to use it.
Hope this helps.
/Jan
Hello,
You could try DAMP for selecting media.
If you want extra fields like alt and title this topic might be good:http://our.umbraco.org/projects/backoffice-extensions/digibiz-advanced-media-picker/digibiz-advanced-media-picker/22665-Extending-Digibiz-advanced-Media-Picker-with-Additonal-Fields
Jeroen
Hi Jeroen.
The DAMP 2.0 package works fine for me. Thanks.
is working on a reply...