-
How to change the toolitems order?
Hello Opentext and Smart UI fans 🖐️ Is there a known way to change the order of toolitems in the nodestable toolbars? For example 'tableHeaderToolbar'. I already know how to extend the toolbar, using the moduleToolItems, but they just get added at the end of the toolbar and get lost under the three dots. Is there a…
-
Pie chart using Content Intelligence widget report
Dear Team, We have 16.2 environment with webreports pack installed in it, I need to build a pie chart which displays the count and column of a specific livereport Can you please share a sample of how the livereport and webreport code look like for it plugin it in the smart interface with content intelligence widget to…
-
Open a file directly in a new browser tab
Is there a way how to prevent default action, which shows the window with open, download, properties below? We would like to just open a document instead - I do not want to see the dialog view (window), I just want to trigger the open action for the file. Any brief instructions appreciated. :)
-
Smart UI SDK deployment to Content Server
Hi all, I have completed a custom widget in Smart UI SDK 21.4.0 and have compiled the necessary files(out-release), I have also followed the guide on deploying through Oscript however there isn't enough documentation on deploying the customised module in a manner where it would avoid overwrite or damage existing opentext…
-
Using csui and other keywords in define a module
Hello there, I cannot figure out how SMART VIEW exactly assign keywords like csui. Here is my example. ❓ I want to create new command that would use csui and esoc bundle. Defining the command I can use csui keyword to acces lib/src/csui folder. But how can I acces the esoc one? See the fiddle ▶…
-
Smart view HTML webreportview css classes
Hi experts, Is there any way I can found the css classes available to use in the HTML webreportview in smartview widget ? Thanks, Abir
-
Cant create a new project for CSUI SDK
Hello. Im having trouble to create a project for the CS SmartUI SDK. I followed all the instructions of the .pptx and README.md provided, but always i got stuck in this step: Especially, in the yo csui-extension command line. In different platforms, I got different errors: In Windows 10 x64, with NodeJS 16.13.2 , grunt-cli…
-
Custom Workflow Task Validation
When we were developing a workflow in the old day, we could use the FormTask and custom HTML to do custom validation against the data. However, with SmartUI, we cannot add a custom HTML to do custom validation. Is anyone can share the idea on how to do that with SmartUI?
-
Custom Workflow Validation in SmartUI
When we were developing a workflow in the old day, we could use the FormTask and custom HTML to do custom validation against the data. However, with SmartUI, we cannot add a custom HTML to do custom validation. Do we need to do a custom SmartUI development with a custom module if we want to do that? Or can we do a custom…
-
How to depend on private modules?
Hello 👋 I've been building my Smart UI extension and I've arrived at a point, where I want to extend a model from the /csui module that's not in the bundle index. That means it all works @localhost, but grunt fails at requirejsDependencyCheck with the common "Error: At least one module depends on a private module from…