How to customize the structure of dialog editor of scaffolding? | Community
Skip to main content
New Participant
October 16, 2015
Solved

How to customize the structure of dialog editor of scaffolding?

  • October 16, 2015
  • 1 reply
  • 1003 views

I like to know how can I customize the structure of dialog editor of scaffolding?

I want to add image/text/.. in Tab Panel.

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

Like any other CQ widget -- you can customize it. Its just JavaScript/nodes and props.

To become familiar with customizing CQ widgets - I recommend installing the sample widget package as discussed here:

http://dev.day.com/docs/en/cq/current/developing/widgets.html

and going through the exercises in the package. It's actually a good package to install and go through to understand CQ widgets and how to modify them.

1 reply

smacdonald2008
smacdonald2008Accepted solution
New Participant
October 16, 2015

Like any other CQ widget -- you can customize it. Its just JavaScript/nodes and props.

To become familiar with customizing CQ widgets - I recommend installing the sample widget package as discussed here:

http://dev.day.com/docs/en/cq/current/developing/widgets.html

and going through the exercises in the package. It's actually a good package to install and go through to understand CQ widgets and how to modify them.