-
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',…
-
What is the best way to completely change the Header of smart view and classic view?
Hi, We have a requirement to completely change the header of the smart UI and classic view. What is the best possible way to make this change? Sample header attached for reference.
-
Fail to generate a csui-extension project
Hi, It's my first try. I've installed nodejs8,python 2, npm, yo,grunt-cli and so on based on the Readme.md file. When I run 'yo csui-extension' to generate my project, I get some error messages. The messages is like the following: D:\OPENTEXT\smartview\my-extension>yo csui-extension…