Dialog variablePropertyComponent | Community
Skip to main content
crich2784
Level 6
July 21, 2021
Question

Dialog variablePropertyComponent

  • July 21, 2021
  • 4 replies
  • 2044 views

I only want to show a dropdown for Variables - i.e. remove the literal option.

 

Anybody know how to do this?  

I cannot find the documentation on the dialogs - can you kindly point it out?  Then, I'll RTM.

 

Thanks!

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

4 replies

Dipti_Chauhan
Community Advisor
Community Advisor
July 21, 2021

Hi

can you please put more details?

what does variables means here?

crich2784
crich2784Author
Level 6
July 21, 2021
I'm creating a dialog to collect properties for a custom workflow component. For the dialog, one of the inputs is using the slingResourceType fd/workflow/components/common/variablePropertyComponent On the screen/dialog, it has a radio button for Variable or Literal. I only want a dropdown for a Variable - no literal option.
crich2784
crich2784Author
Level 6
July 21, 2021

I'm creating a dialog to collect properties for a custom workflow component.

For the dialog, one of the inputs is using the slingResourceType fd/workflow/components/common/variablePropertyComponent

On the screen/dialog, it has a radio button for Variable or Literal.  I only want a dropdown for a Variable - no literal option.

shelly-goel
Adobe Employee
Adobe Employee
July 22, 2021

@crich2784  You can try following the steps mentioned here:

https://aem.redquark.org/2018/10/day-15-custom-workflows-in-aem.html

and use the resourceType as sling:resourceType="granite/ui/components/coral/foundation/form/select"

crich2784
crich2784Author
Level 6
July 26, 2021

Bueller?