Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi, Is it possible to create a Custom Button DataType in the latest Umbraco CMS that will open a popup that will show an external Asset Library which the user can select an Image and populate the DataType value with an Image ID?
Thanks
Hi Jonathan,
I would say sure it is. Take a look on how to implement custom property editors.
Also for the popup you have to create your own modal window or maybe reuse the dialogService provided by umbraco.
I don't think that you should have bigger problems with this task.
Regards David
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Custom DataType Button
Hi, Is it possible to create a Custom Button DataType in the latest Umbraco CMS that will open a popup that will show an external Asset Library which the user can select an Image and populate the DataType value with an Image ID?
Thanks
Hi Jonathan,
I would say sure it is. Take a look on how to implement custom property editors.
Also for the popup you have to create your own modal window or maybe reuse the dialogService provided by umbraco.
I don't think that you should have bigger problems with this task.
Regards David
is working on a reply...