-
Folder widget
Hi I'm using widget folderbrowser2.widget in our external app. var browser = new FolderBrowserWidget2( { connection: serverConnection, start: {id: folderID } }); browser.show({placeholder: '#folderwidget'}); Is it possible to hide Up navigation (screenshot)?
-
How to show folder structure in Node Browsing Table in xECM SmartView?
Hi folks Thank you for taking the time reading this. I wonder how I can show the folder structure in xECM SmartView Node Browsing Table within a Perspective just for a normal folder container like it is possible within the Business Workspace Node Browsing Table. I was not able to find any option in the Perspective Manager.…
-
Smartview Extension Deployment
I try to understand how to deploy an extension to the server. I can deploy a custom widget successfully. I did not find how to deploy an extension for an existing widget such as in the “Add hello” sample from SDK. Adding the extension code including it’s extension.json file inside a deployed widget did not work.
-
SDK 24.3 - yeoman scaffolding fails
We tried to create a new Smart View customization project. We follow the instructions from "4-0190 Content Server SmartView Development - 20.2" When using yeoman for scaffolding we got the following error: Error [ERR_REQUIRE_ESM]: require() of ES Module C:\SmartView\generator\node_modules\chalk\source\index.js from…
-
Smart View and Business workspace's breadcrumbs
Does anyone know what happened to the breadcrumbs within the business workspaces on the Smart View? From some versions it is no longer present in the Smart View and the "back" button of the browser on some occasions (such as after page refreshes) does not work.
-
FolderBrowserWidget does not fire childSelected event
Hello, I am showing a FolderBrowserWidget in my external javascript application (loading the smartview library and css from my content server installation). The csui docs indicate that the FolderBrowserWidget has an event called childSelected and an accompanying method getSelectedChildren() but after registering these…
-
Remove tool bar BWS icon - Smart View
Dears, We are looking to remove the create BWS icon from the Smart View tool bar, does anyone have any leads to start on this please? Also, the customer is looking to replace the documentation link from the help icon, to be replaced by a custom PDF document they have. Best Regards
-
Smart View SDK Samples
Hi, We have downloaded csui-sdk-23.4.0 and built the sample site and can launch in a browser. However, when we click on the link to 'AddHelloCommand Demo' then we just get a blank page, and in the browser devtools it shows an error in node.js ('missing ) after argument list at :7777/lib/src/nuc/models/nodes.js?:9). Should…
-
TableReportView swrLaunchCell Issue
Can anyone tell me why this isn't working? It shows the column for the subreport but does nothing when I click on it. I'm running it in a Webreport with the destination set to HTML WebReport. <script> csui.require(['csui/lib/marionette', 'csui/utils/contexts/page/page.context',…
-
My Assignments Extended View - additional columns
Can we extend the columns in My Assignments Widget Expanded view ( Myassignmentstable) to display the date the task was assigned to the user. Note: I have registered the extension under "csui/controls/table/cells/cell.factory"