Pre-Processing design/edit dialog property | Community
Skip to main content
Adilmo
Level 4
September 19, 2020
Solved

Pre-Processing design/edit dialog property

  • September 19, 2020
  • 1 reply
  • 877 views

Hi All, 

 

Is there a preprocessing Hook we can attach to design/dialog property of a component ? 

 

Is there a way we can override currentStyle, currentDesign objects and hook up some processing logic. So that dialogue text can be transformed before handing over to the components. 

 

 

 

 

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 arunpatidar

You can either use dialog clientlibs to pre-post process the value on dialog load or component type sling filters.

https://www.slideshare.net/connectwebex/prsentation-dominik-suess

 

1 reply

arunpatidar
Community Advisor
arunpatidarCommunity AdvisorAccepted solution
Community Advisor
September 20, 2020

You can either use dialog clientlibs to pre-post process the value on dialog load or component type sling filters.

https://www.slideshare.net/connectwebex/prsentation-dominik-suess

 

Arun Patidar