How to create custom form using Aikau Widgets
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2015 06:00 AM
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.
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.
Labels:
- Labels:
-
Archive
5 REPLIES 5

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-23-2015 08:43 AM
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.
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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2015 04:15 PM
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)
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-08-2015 08:53 AM
Hi,
I created a sample and blogged also.
https://forums.alfresco.com/forum/developer-discussions/alfresco-share-development/aikau-simple-form...
http://www.codingfreaks.net/2015/03/aikau-form-example-for-simple-student.html
Hope this helps you.
I created a sample and blogged also.
https://forums.alfresco.com/forum/developer-discussions/alfresco-share-development/aikau-simple-form...
http://www.codingfreaks.net/2015/03/aikau-form-example-for-simple-student.html
Hope this helps you.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-04-2015 06:00 AM
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.
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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-15-2015 05:16 AM
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
