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
Hey @all,
i need some advice in adding a custom grid editor. I want to add a content picker, but i dont know how. I there any example or documentation?
Thanks Thobias
It looks like there is no Umbraco back office tool to create Grid Editors and there is no documentation specific to Umbraco 8.
The Umbraco 7 documentation for creating Grid Editors can be found at https://our.umbraco.com/documentation/getting-started/backoffice/property-editors/built-in-property-editors/grid-layout/build-your-own-editor
I haven't tried it yet, but this should do it.
IMHO, this is a major fail from Umbraco on v8. The grid layout is a major part of Umbraco now and I would have thought the back office tool would be essential.
LeBlender is also not available yet for Umbraco 8.
Hi Colin,
thanks for your answer. But this documentation doesnt show me, how to insert a content picker. ;)
Has anyone else a solution?
what is the purpose, if I may ask?
in your editor controller, you could use the editor service to open the content picker.
Have a look at the relatedlinks editor to see how:
https://github.com/umbraco/Umbraco-CMS/blob/650ef397802a5282b61191783dab0d5eb41b5d00/src/Umbraco.Web.UI.Client/src/views/propertyeditors/relatedlinks/relatedlinks.controller.js#L21
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Grid Editor - Content picker
Hey @all,
i need some advice in adding a custom grid editor. I want to add a content picker, but i dont know how. I there any example or documentation?
Thanks Thobias
It looks like there is no Umbraco back office tool to create Grid Editors and there is no documentation specific to Umbraco 8.
The Umbraco 7 documentation for creating Grid Editors can be found at https://our.umbraco.com/documentation/getting-started/backoffice/property-editors/built-in-property-editors/grid-layout/build-your-own-editor
I haven't tried it yet, but this should do it.
IMHO, this is a major fail from Umbraco on v8. The grid layout is a major part of Umbraco now and I would have thought the back office tool would be essential.
LeBlender is also not available yet for Umbraco 8.
Hi Colin,
thanks for your answer. But this documentation doesnt show me, how to insert a content picker. ;)
Has anyone else a solution?
what is the purpose, if I may ask?
in your editor controller, you could use the editor service to open the content picker.
Have a look at the relatedlinks editor to see how:
https://github.com/umbraco/Umbraco-CMS/blob/650ef397802a5282b61191783dab0d5eb41b5d00/src/Umbraco.Web.UI.Client/src/views/propertyeditors/relatedlinks/relatedlinks.controller.js#L21
is working on a reply...