Smart View
Extend Smart View and build your own widgets
-
Error after upgrade 24.2, can't load WebReport in Smart UI dialog anymore.
Hello, we were using Smart UI modules to provide Smart UI action (function menu) buttons to call WebReport contents in Smart UI dialogs. All was working good since 16.2.x versions, but now after the upgrade to 24.2 receiving this error. Here is the sample code of what was working previously. <script> csui.onReady3({…
-
Table key lookup field in smartUi widget
Hi I have question. I need to create widget with tkl fields in it but i don't know how. I tried to use lib/src/csui/controls/form/fields/tklfield.view.js but I can't get it work. I am new to development in smartUI and opentext if some one have some tip how to do it I would really appreciate it thanks.
-
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.
-
How to add a button to the Search Results Header?
I can add a button to the Search Results Toolbar Items when you select items but how can I add one in the header here: Thanks
-
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…
-
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…
-
Opentext Smartview is prompting for sign-in
Hi , SmartView is prompting for sign-in pop-up. This is happening after session timeout(after 10-15 minutes of leaving the browser ideal), which is behaving not the same as ClassicView. When entering the credentials in username/password (or) when clicking the cancel, it is returning the same prompt and not allowing to…
-
Html Editor Widget event
Hi I'm using the following code to load Wiki content in Smart View. It kind of works, but I have doubts about fetch().done method. I need to be able to know when the full content of wiki is loaded so I can run another function GetAllWikiHTML. In some cases GetAllWikiHTML does not have all the wiki content. Are there other…
-
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"
-
E-Mail-Folder SMARTVIEW: How to show attachments?
In Classic View, email attachments are displayed in a column, but unfortunately not in Smartview. Has anyone been able to solve this? Or is there an open ticket?
-
Displaying a user on the user & groups tab.
Hello, I accidentally deleted a user via the Opentext Content server - Enterprise - User & Groups tab. However, I can still view the user via Content server administration - Configure directory services. How can I go about displaying it on the user & groups tab on the interface again?
-
Change localization (languge) of an integrated module - modal alert
Hello, I need to change a language of an Yes and No buttons in modal alert window. It should be ssible according to the snippet found in csui bundle. url: lib\src\csui\utils\commands\commands.md I tried several iteration but I am not able to make it working. Does anyone have an idea where this piece of code should be…
-
Is it possible to activate a WebReport trigger with a category update on a business workspace?
There is an option to configure this trigger in the desired location. It activates properly when a category change is made to a folder subtype, but not when the category change is made on a business workspace. The folder and business workspace are at the same hierarchy level under the trigger, which makes me think this is…
-
document.overview - Change "Edit" / "Open" buttons behavior
Hi, I want to change the behavior of the "Edit" / "Open" buttons or hide one of them from the html page. Down the SmartView sdk there is a folder which has everything I need inorder to change the source code there. \src\csui\widgets\document.overview My question is how to push those changes into the Content Server? I used…
-
Project generator version 23.4.
Hello community, I am trying to find a SDK for Smart View to create a new project for version 23.4. I am not able to find it anywhere. Where is the hidden location that needs to be discovered? I am currently searching for a Smart View project generator that could be downloaded here for the version 22.3. But in the parent…
-
CORS policy issue
I am new for smart view. I am trying the examples from csui-sdk, got following errors: Access to XMLHttpRequest at…
-
Require.config 23.4 replacing paths NOT working anymore?
Hello community, I used to use this technique to replace whole components in Smart View. Example: Extending components with module or require was not possible so I had to create my own component and replace all OPENTEXT instances with my own. Like I do not like how VIEW1 = nodestable.view.js behaves in a method - so I…
-
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)?