cancel
Showing results for 
Search instead for 
Did you mean: 

formProperty

marcgr
Champ in-the-making
Champ in-the-making
Hi everybody!

I'm making few forms with activiti:formProperty. And I've two questions:

- Do anybody knows which atributes can I set? (Such as: writable, expression, required…) I'm interesting on create a "textbox", so I'd like to modify width and height of a string property.

- How works boolean property? Can I create it as a radio or checkbox? Becauce it just create a button… that don't do nothing.

Thx advance, Yeeeeeeeeeeeeeee!
2 REPLIES 2

marcgr
Champ in-the-making
Champ in-the-making
Hi guys!
I'm a little bit lost, perhaps was not the adequate place to post or, maybe, I explained wrong.

Whatever, Any idea?? Any questions?

Thx again!

frederikherema1
Star Contributor
Star Contributor
The UI representation of the form-property depends on the implementation of the rendering. So when using Explorer2, Vaadin is used to render. But there is currently no way to indicate the size of a textbox. You should create a custom FormType (search on the forum for this) and create a FormPropertyRenderer that creates a Vaadin-field based on this property of yours.

Have a look at org.activiti.engine.form.FormProperty to see all possible properties by default.