Questions tagged [aikau]

The new UI framework for [Alfresco] clients.

About

The framework provides a suite of widgets that can be referenced in JSON models to build complete pages. These page models can be defined in WebScripts or remotely stored and rendered from an Alfresco Repository. This means that it possible to dynamically create and render new pages from within an application without needing to restart the server.

Links

48 questions
0
votes
2 answers

401 error in aikau while making Repo request

I was trying to help the below quention, with a simple example. could-anyone-provide-aikau-form-example-with-data-loading Basically, I would do a repo request when the form dialog loads and wanted to display the document libray noderef in the…
0
votes
1 answer

Does aikau MultiSelectInput support more then one value?

Consider widget config: { id: "MyMultiSelect", name: "alfresco/forms/controls/MultiSelectInput", config: { label: "My multi-select input", name: "assoc_myGood", width: "400px", addedAndRemovedValues:…
Cherry
  • 31,309
  • 66
  • 224
  • 364
0
votes
1 answer

how make aikau ComboBox pass vallue instead of name?

Here is aikau Combobox usage: { name: "alfresco/forms/controls/ComboBox", config: { fieldId: "someFieldId", label: "myListName", name: "assoc_sc_goods", addedAndRemovedValues: true, valueDelimiter:…
Cherry
  • 31,309
  • 66
  • 224
  • 364
0
votes
1 answer

How make Combobox show all value by click on input?

I have changed DojoSelect to ComboBox in this example. So code for drop down become like that: { name: "alfresco/forms/controls/ComboBox", config: { label: "List Type", name: "prop_dl_dataListItemType", value: "", …
Cherry
  • 31,309
  • 66
  • 224
  • 364
0
votes
1 answer

Is there general component which for data loading in aikau?

The simple searching loadDataPublishTopic on aikau sources gives the following…
Cherry
  • 31,309
  • 66
  • 224
  • 364
0
votes
1 answer

Could anyone provide aikau form example with data loading?

Aikau example contains a var button which configured to show popup with form control. As I know every aikau form has a value, which can be used to prepopulate controls, but how to load value from URL? E.g. someone push on the button, it load…
Cherry
  • 31,309
  • 66
  • 224
  • 364
0
votes
1 answer

How add list headers to AlfDocumentListView in aikau?

Consider this example. It has the following lines: var views = [ { name: "alfresco/documentlibrary/views/AlfDocumentListView", config: { widgets: [ { id: "VIEW_ROW", name:…
Cherry
  • 31,309
  • 66
  • 224
  • 364
0
votes
2 answers

What is the "remote" object in alfresco aikau?

Here is example about alfersco CRUD service. They use: remote.call("/slingshot/datalists/lists/site/test/dataLists"); To make http request. I have examing aikau sources but it contains only calls like remote.connect or remote.call, also defined…
Cherry
  • 31,309
  • 66
  • 224
  • 364
0
votes
1 answer

how to extend faceted search by passing extra argument to the url in alfresco 5.1.1

We want to customize the faceted search by passing extra argument in the faceted search URL and read it in org\alfresco\slingshot\search\search.get.js---->search.lib.js.…
user739115
  • 1,117
  • 5
  • 20
  • 41
0
votes
1 answer

How can I delete a widget in Aikau?

I have created a widget in Aikau and the idea is that inside of it, there is only one widget in any moment and it swaps from one type to another dynamically. My procedure is the follow: I delete all the widgets inside of the father widget I…
Troncador
  • 3,356
  • 3
  • 23
  • 40
0
votes
2 answers

aikau - implement export search results functionality

I have recently started developing with aikau in alfresco share. I want to achieve a functionality wherein I can export search results to a CSV file. For that, I can change the back-end repository web script to return csv data. Now, At alfresco…
Ramesh C
  • 1
  • 2
0
votes
1 answer

customize simple search alfresco community 5

Alfresco simple search field searches on document content and folders as default. Because I'm thinking of using a tag taxonomy I would like to default the simple search field to only search on tags without using the "TAG:" prefix and exclude…
pw skiold
  • 3
  • 2
0
votes
1 answer

Alfresco dojo/jquery searchable/sortable table

I have created a custom page that list all open workflows. I have followed a Jeff Potts' tutorial which has gotten me thus far but I am now trying to change my table into a more dynamic table without any success. The widget js file looks like…
user1398017
  • 149
  • 1
  • 1
  • 4
0
votes
1 answer

Alfresco 5.0C advanced search Get slingshot search parameters

When you make an advanced search in Alfresco it returns a json response with results executing the script http://localhost:8080/share/proxy/alfresco/slingshot/search/?facetFields=.. I have add a button in the aikau advanced search results page and…
mr antoni
  • 595
  • 1
  • 6
  • 17
0
votes
1 answer

Translate Language Alfresco Community 5.1 to other languages

In ..\tomcat\webapps\share\WEB-INF\classes\alfresco\site-webscripts\org\alfresco\share\imports\share-header.lib.js: { id: "HEADER_SHARED_FILES", name: "alfresco/menus/AlfMenuBarItem", config: { id:…
Dung DG
  • 1
  • 3