Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

app.popupmenu selection item

Avatar

Level 1

Hi, I have this code for a pdf form on Adobe LiveCycle:

 

var cRtn = app.popUpMenu(["Aménagement",["Paysage", "Plan", "Design"], "Structure"], "-","Gazon","Vegetable");

  if(cRtn)

  {

     console.println("Selected Entry: " + cRtn);

  }

 

I want the selection appears inside the box field, but when I click on one of the item, it does not appear inside the box. Someone can help me to resolve this issue? Thank you.

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

@orphangel  I will check this and revert shortly.

View solution in original post

2 Replies

Avatar

Correct answer by
Employee Advisor

@orphangel  I will check this and revert shortly.

Avatar

Level 1

Thank you Mayank_Gandhi

 

I think I must change this:

{

console.println("Selected Entry: " + cRtn);

}

 

but I don't find the good programmation.