Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

Plugin Development #3684

Laba42 ·
Hi,
I develop a Prompt Bean plugin with a selection box and a text field. Depending on the selection box choice I wanna fill the text field. I'm able to get the result of the selection box item, but I find no way to write it in the text field. <!-- s:| --><img src="{SMILIES_PATH}/icon_neutral.gif" alt=":|" title="Neutral" /><!-- s:| -->
Is it possible at all?

Georg
  • replies 1
  • views 613
  • stars 0
robinshen ADMIN ·
Unfortunately this is not doable. However, if you do not have many choices, you may design each of the choice as a polymorphic class as explained here:
http://wiki.pmease.com/display/QB61/Bean+Editor

Then you can put the text field under each sub class, and specify the initial value.