cancel
Showing results for 
Search instead for 
Did you mean: 

DropDown field in Web Form.

leonardo
Champ in-the-making
Champ in-the-making
Hi All,
I would like to create a Web form with the field like DropDown menu or something like a search button,
but the search button has to get the content requested in Alfresco CMS not in my file system…is there some example of like I do to create a web form with this feature?

Thanks.
2 REPLIES 2

pmonks
Star Contributor
Star Contributor
You could do this via a custom Web Form widget (see http://wiki.alfresco.com/wiki/Creating_XForms_Widgets).  Web Form widgets are basically just DOJO widgets (http://dojotoolkit.org/), so familiarity with DOJO is very useful.

Cheers,
Peter

leonardo
Champ in-the-making
Champ in-the-making
Thanks for reply,but do you don´t have any code example with the web form with a dropdown menu??

I have these fields in my web form:

Title
Date
Types : here is a Dropdown menu.

any ideia how to do this?