-
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…
-
Integrating the Smart UI in Sharepoint
HI all! I am looking for a way to integrate the Smart UI view, Content Server 20.4.x , into our Share Point Portal or as an iframe in our Intranetpage. What i found is a documentation from 2014 based on CS 10.x which describes the idea very simple. Unfortunately, i have not found a documentation based on SMART UI, what did…
-
Smart View WebReports widget
Hi We have a landing page with 3 tabs - overview, documents, statistics In overview page we have Widget 1 (WebReport) In statistics we have Widget 2 (WebReport) Both widget use code similar to this <div id="content"></div> <script> csui.require([ 'csui/lib/marionette', 'csui/lib/jquery',…