Smart View
Extend Smart View and build your own widgets
-
User step configured with smart view opens in classic view
I run into this strange issue with smart view in a CS21.3 server and cannot figure out the reason. When I open an user step assignment, it always opens in classic view event it's set to smart view in workflow map. The start step works fine in smart view though.
-
Add a button to the toolbar using SmartView SDK
Hello dears, How can we add another button to the original toolbar? I don't understand if it's a FolderBrowser widget or it should be a Command or both? Thanks in advance
-
Content server SmartUI loading issue
Recently, we upgrade from Content Server 21.1 to Content Server 22.1. After this upgrade, smartUI components are not working. Getting tons of error messages: To simply the actual issue, we prepared sample test page with help of smartUI documentation. Step-1: Prepare a testing html file and save it with name: ‘Testpage.htm’…
-
Workflow Smart View at Initiation
Hi, Hoping I am posting in the correct place. Please redirect me if incorrect. I am developing a new workflow. We recently upgraded and now have Smart View. All my steps with Smart View are working as expected. However, my Start Step is not displaying in Smart View even though I have that option checked off. Is there…
-
Download multiple files
Hi, Recently I got an issue from the user where they are not able to download multiple files in Smart View. I tried to do it and when I select the files and click on download, the pop-up says "Extracting Items" and then changes to "compressing items" and nothing happens after that. I checked the logs for the object ID and…
-
Running specs in Smart UI
Hello Smart Viewers, I just went through grunt, jasmine, karma and other usefull tools. I think that I basically understood the principles how to write test, how to automate etc. So I wanted to write my own one but at first I wanted to run some of the specs that are already prepared. I use version 22.1 The question is -…
-
Smart UI configuration using module.config()
Hello community, 👋 I have noticed many Smart UI components can be directly configured using module.config() and extensions.json files (outside of documented csui-ext extensions). Is there some place to achieve this globally, without any custom modules? -> Some sort of global extensions.json file where we could configure…
-
How to bring back breadcrumbs in Business Workspaces (CS 22.1)
Hi everyone 👋 You may have noticed that the breadcrumb bar is no longer available when viewing a Business Workspace page in Smart UI. (Breadcrumb bar) It has been replaced with a new "BackToPreviousLocation" command button, that is shown as part of the BW header widget. (Breadcrumb bar replacement in BW perspective) We are…
-
Adding actions to TOP Smart UI bar
Hello community. Does someone have a quick hint how to add actions to the top of smart ui page? See the pic. 1) what is the right name for the top bar? Header? 2) is it described in docs?…
-
How to get selected nodes in FolderBrowserWidget ?
on a button click i need to get selected node id can anyone help? my code: <div id="browser" <input type="button" vale="Generate" id="BtnGenerate" /> var folderBrowser = new FolderBrowserWidget({ connection: { url: 'https://domain/otcs/cs.exe/api/v1/', supportPath: '/img', authenticationHeaders:…
-
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…
-
How to use internationalization inside handlebars template
Hi, I have a Marionnette view which I based off the default hello world widget that you can automatically build using the generator and CSUI-SDK. The view has a templateHelper which is where it gets all the handlebars patterns. Now, I want to internationalize my widget, moving all my strings into an nls/lang.js file. I can…
-
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…
-
Issues masking the tool items in folder browser widget
Hey Everyone, I am trying to mask the tool items (inline actions) in the folder browser widget using the “ToolItemsMask” by following CSUI SDK documentation. In order to achieve this task, I have created the folder browser widget. csui.onReady2([ "csui/lib/jquery", 'csui/integration/folderbrowser/folderbrowser.widget' ],…
-
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 ▶…
-
Rename "My Assignments" widget
Hello Experts, is there any wat we can rename the my assignment tab name ? if yes, please advise how can we do that?
-
Initiate Document workflow (from Template Workspaces)
using this link to level set my question to the gurus of SmarTUI ToFoolTheBOThttps://knowledge.opentext.com/knowledge/llisapi.dll?func=ll&objId=66024348&objAction=viewincontainer&ShowReplyEntry=69140652#forum_topic_69140652 In Classic UI of my CS 22 Content Server 21.4, build 16.2.18.1690 I have that command. When I switch…
-
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