cancel
Showing results for 
Search instead for 
Did you mean: 

Combo Box for service class name instead of textbox

masarrat
Champ in-the-making
Champ in-the-making
How i can add a combo box(drop down box) for displaying my existing class name stored in a db? Its difficult to remember name of class for end user

Thanks and Regards
3 REPLIES 3

jbarrez
Star Contributor
Star Contributor
Where? The Designer? In your forms in your UI? In your bpmn xml?

masarrat
Champ in-the-making
Champ in-the-making
Hi,

I want to display service class name combo in designer(Activiti Modeler), once i choose the service class name from the combo, it will be saved while i save the workflow.

Only desired things is that to have a service class name selector combo box instead of text box.

Thanks and Regards

trademak
Star Contributor
Star Contributor
Hi,

For the Activiti Designer this is available by extending the palette –> http://www.activiti.org/userguide/index.html#eclipseDesignerCustomizingPalette
Look for the PropertyType.COMBOBOX_CHOICE functionality.

Best regards,