Skip to main content
New Participant
November 5, 2018

How to do new datatype in Content Fragment Models?

  • November 5, 2018
  • 5 replies
  • 5435 views

How to do Content Fragment Models dynamic dropdown datatype?

I  need to create dynamic drop down in AEM

wrote servlet to get generated dynamic drop down.Dialog level by using datasource node am able to generate dynamic dropdown.

Thanks

Kotireddy Naru

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

5 replies

Preetpal_Bindra
New Participant
November 20, 2018

Is it possible to add a custom RTE plugin option to the Content Fragment RTE field?

beziyad
New Participant
August 1, 2019

any updates?

smacdonald2008
New Participant
November 5, 2018

If you want to add a drop down to AEM - then purhaps Content Fragments are not the correct solution for you. You should look at using Experience Fragments and then include an AEM component that has a drop-down UI that is populated from a servlet.

Content Fragment Models can be organized using models. But the models include a fixed number of data types as discussed here - Content Fragment Models

New Participant
November 16, 2018

thanks smacdonald2008​. for update info.