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
1
vote
2 answers

Change results URL in Alfresco AIkau faceted search page

I have some difficulties customizing the Aikau faceted search page on Alfresco, which may be more a matter of lack of my knowledge about dojo/AMD. What I want to do is to replace the document details page URL by a download URL. I extended the Search…
Tony Rivet
  • 11
  • 1
1
vote
1 answer

Alfresco Share Aikau PathTree to show documents not just folders

I am working on an Aikau Share Page where I a side bar that is using the Alfresco Share document library tree picker. The picker allows me to publish the nodeRef to another widget which will display information. I would like to use the tree view but…
craig_nelson
  • 176
  • 1
  • 1
  • 8
1
vote
2 answers

set alfresco dateTextBox to empty

I want to set an empty value for Alfresco Aikau DateTextBox widget. But the date is being set to "1970/1/1" automatically. How can i set a date to empty in Aikau ? I'm trying this code in the jsonModel but it's not working: { …
soung
  • 1,411
  • 16
  • 33
0
votes
0 answers

Freemarker TemplateModelException src parameter missing in template

Running the Alfresco AIO archetype default project, SDK version 4.0.0-beta-1 Testing the share modifications I bump into following error on the sample-page: 2022-12-01 09:58:45,588 ERROR [freemarker.runtime] [http-nio-8080-exec-3] Error executing…
0
votes
1 answer

Alfresco - Aikau Custom Action

I want add custom action in alfresco aikau search page. I have created extension module. Custom Action In Search Result Page true 1.0
Sanjay
  • 2,481
  • 1
  • 13
  • 28
0
votes
1 answer

Alfresco Aikau service load error, why isn't the service javascript file properly found or loaded?

I am having problem with adding custom widgets and services to an aikau webscript-based page. It seems to me it cannot load the model properly. But I cannot understand the reason for it. It is properly included (from what I can see..?), and it is…
0
votes
1 answer

How to alter CSS files inside aikau-1.0.101.10.jar in Alfresco

I was working on translating Alfresco share to Arabic i.e to RTL format. Reading a comment from here I found out that the best way to proceed is to Create a custom extension pulling in an additional CSS file with the styling modifications. Now…
0
votes
0 answers

How to display custom site field with stored value in site edit form using Aikau framework in Alfresco

I'm able to create custom site field in alfresco using Aikau framework and also successfully able to store the value, i got to know that i should modify modules/edit-site.js file. But i don't know the procedure to display it in edit site form. I…
Faiz
  • 31
  • 3
0
votes
1 answer

alfresco search results : -> add parameter to search item url

I wanted to change the url of search result, I found that this is an aikau page , The faceted-search page returns multiple results , If we click on search result item which is document then it's redirects us to document-details page , as shown in…
Vikash Patel
  • 1,328
  • 9
  • 28
0
votes
0 answers

How to combine MultiSelectInput and SimplePicker to show the Tags using AIKAU(1.0.100)

I have added MultiSelectInput in SimplePicker to show the Tags from the repository.I need to keep OK button beside textbox and ,if any tags not found ,user will click ok button and created tag should be displayed in the same pane(leftside).so user…
user739115
  • 1,117
  • 5
  • 20
  • 41
0
votes
0 answers

how to create Tagpicker like SitePicker in aikau(1.0.100)?

How to create TagPicker like SitePicker in aikau(1.0.100)?we need to show Tags popup when user clicks Tags button in the Form dialog.
user739115
  • 1,117
  • 5
  • 20
  • 41
0
votes
0 answers

why sub dialog box is not coming inside main dialog in aikau

I am newbie to aikau and working on some examples.Why dialog box is not coming when i click button(ADD TAGS) inside main dialog box. when i click Upload button ,main dialog box is coming.but inside another button exists which should call another…
user739115
  • 1,117
  • 5
  • 20
  • 41
0
votes
1 answer

Aikau always looking at the existing files, not looking at the overrided files

Custom share project structure /custom-share/src/main/resources/META-INF/js/alfresco/services/SearchService.js /custom-share/src/main/resources/META-INF/js/alfresco/menus/CustomBulkSearchMenu.js …
user739115
  • 1,117
  • 5
  • 20
  • 41
0
votes
0 answers

add variable to page.url.templateArgs

I need to add variable to result from page.url.templateArgs my actual result is: {"pageid":"dp","webscript":"site/testSite/powerdoc"} I need this: {"pageid":"dp","webscript":"site/testSite/powerdoc","site":"$siteName"} I know that…
0
votes
2 answers

how to read additional parameters in alfresco 5.1.1- aikau faceted search

Custom Search UI will be populated when user selects Complex asset in the Advance search screen drop down(apart from Folders,Contents) where 12 fields will be displayed .So when user clicks search button ,need to read those values and redirect to…
user739115
  • 1,117
  • 5
  • 20
  • 41