cancel
Showing results for 
Search instead for 
Did you mean: 

How to create custom form using Aikau Widgets

satheeshkumar
Champ in-the-making
Champ in-the-making
Hi,

I would like to know how to create a custom form, which will have few text boxes and few Check Boxes along with one upload button, this upload button will be used to upload one or more files. Upon submit, the user entered values(from text boxes and check boxes) should be set as properties and/or aspects for all the uploaded contents.

Can someone provide me an example of how to achieve these with the help of Aikau Widgets.
Is there any kind of documents available on how to use the "Alfresco Aikau Widgets" in Share.
5 REPLIES 5

scouil
Star Contributor
Star Contributor
Hi,

Just linking some Aikau documentation.
Short presentation of Aikau:
http://docs.alfresco.com/5.0/concepts/aikau-intro.html
A few examples:
http://docs.alfresco.com/5.0/concepts/aikau-tutorials.html
List of components available:
http://dev.alfresco.com/resource/docs/jsdoc-haiku/

Good luck.

ddraper
World-Class Innovator
World-Class Innovator
You can find lots of information in my blogs over the past few months (http://blogs.alfresco.com/wp/developer/author/ddraper/), we've also set up a new GitHub project for Aikau (https://github.com/Alfresco/Aikau) which has a tutorial (not all of the chapters have been added yet - the forms one will be along soon)

ashwinis
Champ in-the-making
Champ in-the-making
Hi,

Are u able to create a page(with your requirements above) with Form having few controls using Aikau?
Am also facing problem in submitting data, on click of form button, nothing is happening.
Please guide me. How to create Form with few page controls to save the data.
I tried Dave's form example but it seems like not working.

ddraper
World-Class Innovator
World-Class Innovator
I'd recommend working through the entire tutorial in the GitHub project - there is lots of information on form creation in these specific chapters: https://github.com/Alfresco/Aikau/blob/master/tutorial/chapters/Tutorial7.md & https://github.com/Alfresco/Aikau/blob/master/tutorial/chapters/Tutorial16.md