Smart View
Extend Smart View and build your own widgets
-
Perspective Manager Resizing Widget
Hi we have a perspective with Layout(Flow). In this perspective is 6 widgets 3 on top row and 3 on bottom row. The business wanted to now have 5 widgets and for one of the widgets the height to be the same height as two widgets. Can we change the heights of widgets(eg connected workspace(workspace) widget and if so how do…
-
Compound Doc Reorganize/Reorder in Smart View
In OTCS 16.2.11 in Smart View, I don't see a way to reorganize/reorder, or set as master a Compound Document. Is there a setting that I can turn this on for the Smart View?
-
OTCS 20.3 smart view header message persists despite being set to not permanently display
In OTCS 20.3 the smart view header message persists despite being set to not permanently display. I have set the smart view config setting as unchecked for header messages. The header persists when you add a document and doesn't go away until closing via the X. On other actions, the header automatically disappears - in a…
-
Adding your own logo to Content Server Smart View
Hello Experts OpenText Extended ECM Platform: Integration and Configuration Guide section 9.5 – Adding your own logo to Content Server Smart View gives guidance on the customisation of the logo. On a standard CS environment, the <Content Server home>\support\xecmpf is not present. How can one archive the same configuration…
-
How to trap the Error in a UI Widget
I took the smart UI Documentation zip file and in there was a quick example of calling the folder browser widget. What I need help with is about two aspects. * One if the Authentication fails instead of the OT alert I have a console.log it will say "Error Fetching Initial configuration".I am running Fiddler and I can see…
-
Collections vs Models (and when to use a factory for each)
Hi, I can get a basic widget to work when it has a single model. What I'm trying to do is something where I need an array of models, or wait, how about a collection :smiley: Now when I started looking at the various source in the CSUI SDK (because lord knows there are no examples of this), it appears like using a…
-
Error generating new project
Hello, I am trying to generate a new project but with every versions for node, npm, grunt and yo, when I reach the step "yo csui-extension" I get this error: module.exports = yeoman.generators.Base.extend({ ^ TypeError: Cannot read property 'Base' of undefined at Object.<anonymous>…
-
Smart UI doesn't work through Citrix
Dear colleagues. We have strange issue. When users try to open Smart UI main page (/OTCS/cs.exe/app, it opens automaticaly after authentication) it doesn't work and we get error in IE console with code 8e5e0408. We tried to find info through internet, but it wasn't sucessfull. Our users work through Citrix. We tried to…
-
How to get a bigger dialog
Hi, Using the csui.controls.dialog.DialogView, I'm able to increase the width of a Dialog that is attached to a Smart UI command. However, the dialog is awfully short. Is there a parameter I can pass in to increase the height? The content of the dialog is an iFrame of another web page, so I need a bit more real estate. For…
-
Here's how to get module.config()
I posed a question in this thread about getting at the module config, mainly so I could access the dynamic config that I can set in my orphan of CSUI::Extensions. This allows me to make my smart UI commands appear or not based on config settings in my module. Here is the thread:…
-
How to access dynamic config
Hi, I am trying to access additional config information from my Smart UI command. The idea is to make a command conditional based on things like global parameters in the module (i.e. feature enabled or not), and information about the object itself (i.e. is it a document or a folder). In another post, I got a solution for…
-
sizing your custom smartUI widgets
Hi, I've observed that widgets in smart UI seem to be tethered to one or two sizes - either defined as type 'tile' which gives you a small amount of real-estate, or type 'fullpage' which takes up the full page. I'm looking for something inbetween - i.e. the equivalent of two tiles wide, but less than the full page. Is this…
-
New widget in Smart view
Can someone share reference link or document on how to build new widget for smart view?
-
What is the latest version of nodeJS, Grunt, and Yeoman (yo) supported for Smart UI?
Hi, I'm trying to build a smart UI dev environment. Can anyone tell me what are the latest versions of nodeJS, the npm package manager, grunt, and yeoman that are supported for SmartUI development? WHen I did the smartUI course at EW2019, the state of the art was something like NodeJS at version 8, npm at version 3, grunt…
-
Overview page from NodesTableView
Hi everyone and especially Ferdinand :) I have external app from which I show content of a folder via Smart View widget. I have a code to show folder content, in there I'd like that on a document href click it would show Overview page. Here is my try on it, but it doesn't really work. I get Overview page shown all the…
-
Is it possible to develop custom widgets and pages by extending existing brava widgets and pages?
Custom widget development by extending Standard widgets is possible. can't we extend brava widgets and pages?
-
Is it possible to develop custom widgets and pages by extending existing brava widgets and pages?
Custom widget development by extending Standard widgets is possible. can't we extend brava widgets and pages?
-
Creating new widget and Deploying it and using it.
Hi Guys, Please help me with some steps for creating widget and deploying and using it in Perspective manager. Thanks
-
Allowing a node subtype to be addable
We have a specific node subtype and would like to make it addable in SmartUI. I implemented a CSNode but couldn't find where to go next... Edit : I extended csui/controls/tabletoolbar/tabletoolbar.view, but adding a ToolItemModel with a signature other than "Add" won't show up in the Add menu. Edit 2 : I found that there…
-
Smart Integration Widget for Brava
Has any one used the Brava Widget which is used in the Smart UI screen in an External Application.