Where can I find a list of properties to make a custom AEM Form Component? | Community
Skip to main content
New Participant
January 9, 2019

Where can I find a list of properties to make a custom AEM Form Component?

  • January 9, 2019
  • 2 replies
  • 4355 views

Hi all,

I am trying to find a list of all the different property names that I can change when making a custom AEM Form component in CRXDE Lite. For example, where can I find the property name and details where it modifies the Text Box's placeholder text? Some of the properties pictured below set a default Display Format and Validation properties.

Does anyone know where I could find this?

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

2 replies

Mayank_Gandhi
Employee
January 22, 2019

There is no Document that I can share with you which answers the question directly but if you tell us the property you are looking for maybe we will be able to help further,

Thanks,

Mayank

smacdonald2008
New Participant
January 9, 2019

You can view the props available to nodes here: http://localhost:4502/crx/explorer/nodetypes/index.jsp

look at cq:Component - which is what a Form component is based on.

Hope this helps.