0

I am populating text field field value in the current page with a component in sightly with design dialog:

I have a helper class and a model class. In a helper class I call : getResource().adaptTo(ModelClass.class); in the activate method for a normal dialog. How do I do it for design dialog ?

Ajax
  • 148
  • 7
  • 24

1 Answers1

0

Using Sightly in component html you can directly use ${currentStyle.headline}, headline is textfield

shankar
  • 57
  • 1
  • 6