Portlet Factory, Version 6.1.2


 

Suppressing the display of an input

You can designate an input definition to be hidden from the builder call editor by adding (or setting) the input definition <Visible /> value to false. For example:

<InputDefinition name="CustomerName" base="com.bowstreet.core.Base.IndirectValue">
   <Prompt>Customer Name</Prompt>
   <Visible>false</Visible>
</InputDefinition>

Parent topic: About creating builder definitions


Library | Support |