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
4
votes
1 answer

Alfresco Aikau debugging

In Alfresco Share the Search page is implemented with Aikau. I'm interested in the more general question, is it possible to Debug Aikau widgets? I have founds some links on this matter, but they talk more about logging and not actual javascript…
Andrei Mihut
  • 43
  • 1
  • 7
4
votes
1 answer

Why doesn't my Share header customization work on the search page

This is question gets asked repeatedly in the Alfresco JIRA, in forums and on the Alfresco IRC so I thought I would ask and answer it here as this is the most likely place that people will find the solution, the question is this... I've created a…
Dave Draper
  • 1,837
  • 11
  • 25
3
votes
1 answer

Alfresco Aikau - creating list for view

I have been working through the Aikau tutorials on Github but can't work out how to create a list that I can pass on to a view. The requirement is to select all workflow tasks for all users and display the results. I have added the following widgets…
user1398017
  • 149
  • 1
  • 1
  • 4
3
votes
2 answers

Recover hybrid page Alfresco Share

I've created a new page Aikau, but I changed the XML file and the rendered page content between the standard Share header and footer disappeared. In this page, I want the arguments of the query string, so I write this…
PRVS
  • 1,612
  • 4
  • 38
  • 75
2
votes
2 answers

In Aikau. How to get the search query parameters inside a custom widget in a dialog?

I am using Alfresco 5.1.e In the search page "/share/page/dp/ws/faceted-search". I have included a button "AlfDynamicPayloadButton". When the button is clicked it opens a dialog with "ALF_CREATE_DIALOG_REQUEST" and inside of it my custom widget. I…
Troncador
  • 3,356
  • 3
  • 23
  • 40
2
votes
1 answer

Aikau fundamentals - payload 101

I am very new to Alfresco Aikau and I just don't get how payload works. There are many examples where payload is used but I am not making the connection. All the examples I seem to find suggest (to me that is) that the payload is used to define a…
user1398017
  • 149
  • 1
  • 1
  • 4
2
votes
1 answer

Alfresco Aikau Login with existing ticket

I have a webscript to upload and list files which I authenticate via alf_ticket generated using login api of alfresco. I redirect my existing webscript to another webscript which is created using Aikau framework and is a stanalone Aikau Client app…
1
vote
1 answer

What is the best way to override a function in an aikau widget in alfresco?

I am using Alfresco 6.2 Enterprise version. I have a requirement which calls for a couple of modifications in https://dev.alfresco.com/resource/docs/aikau-jsdoc/AlfSearchList.js_.html module. What is the best approach to override the…
BlueStar
  • 401
  • 3
  • 9
  • 29
1
vote
0 answers

Modifying function onDndUploadDrop in _AlfDndDocumentUploadMixin.js file

I have alfresco share/repo version 5.2.3 I'm trying to modifiy the function found in _AlfDndDocumentUploadMixin.js with the fix that has been posted on…
grimur82
  • 149
  • 2
  • 10
1
vote
0 answers

Aikau Select not getting filled with options

Here is my widget configuration : id: "MY_CUSTOM_SELECT", name: "resources/saved-research-share/js/faceted-search/SavedResearchList", config: { fieldId: "MY_CUSTOM_SELECT_LIST", name: "customWidget", label:…
1
vote
1 answer

postCreate method calling multiple times in aikau

We are adding some custom actions in Selected Items menu in Faceted search screen 5.1+aikau(100.0.1); but when i load the page,In Custom widget postCreate method is calling twice and when i select 'Edit properties' then also…
user739115
  • 1,117
  • 5
  • 20
  • 41
1
vote
0 answers

How to hide actions in faceted search results in alfresco 5.2+aikau-1.0.101

How to hide actions in faceted search results?.we are using alfresco 5.2+aikau-1.10.101
user739115
  • 1,117
  • 5
  • 20
  • 41
1
vote
0 answers

Read more.. or more... link in AlfSortablePaginatedList - comments column

I am using AlfSortablePaginatedList to render set of rows and columns. In one of a cell, I would like to display first 50 or 100 characters with "more..." link text. If the user click more, then I need to display the remaining content. Something…
1
vote
1 answer

Aikau and cssRequirements

I am trying to use a custom Aikau widget to load some css and javascripts: /** * * @module /JQueryPlugins * @extends dijit/_WidgetBase * @mixes module:alfresco/core/Core * @mixes module:alfresco/core/CoreWidgetProcessing …
Marco Altieri
  • 3,726
  • 2
  • 33
  • 47
1
vote
2 answers

How does url.context is initialized in aikau widget?

Aikau example defines the following: { name: "alfresco/forms/controls/DojoSelect", config: { label: "List Type", name: "prop_dl_dataListItemType", value: "dl:event", optionsConfig: { publishTopic:…
Cherry
  • 31,309
  • 66
  • 224
  • 364
1
2 3 4