-
csui-sdk 21.4.0 FolderBrowser Widget add Button sample
Hi All, I am new to and having some trouble learning the smart UI sdk framework, I have been studying require.js, backbone.js and marionette.js but it's still taking me awhile to understand how to implement functionality to more complicated widgets. Are there any samples where I can inject a custom button under the…
-
Lazy loading commands - delayed actions - async enabled
Hello OTEX community. We are thinking about the principle of delayed commands in context of enabled: method. It is said that command can be enabled only synchronosly - see the "documentation" here - yourProject\lib\src\csui\utils\commands\commands.md. So what is happening when you click "more" button and you see three dots…
-
Shortcuts edit
Hello, everyone) I have some created shortcut based on URL. What does it URL mean? and how I can make some changing in this shortcut (it's not my creation)? If you have information, please help me
-
SmartView Workflow Step Page Attachments
How can we customize to view the attachments with thumbnail view in the step page of workflow? Any pointers?
-
Workflow Smart UI Form Not Saving Data Added Programmatically
Hi All, We are developing workflows for a client and working hard (and creatively) to use OOB Smart UI Forms. We have a form where we launch a webreport for data search and api lookup...then, the user selects a record and we populate the form data in the workflow form. Easy Peezy, right? (no, tkl will not be appropriate in…
-
Looking for way to display a group of nodes and their sub-folders in the same widget
The obvious answer might seem to be WebReports but a WebReport for custom node browsing seems to only work in classic view - I need this to work in Smart View. And given that I'm dealing with a government client, I can't do a custom widget because that means a custom module (just so you can update a single Javascript list…
-
Smart UI commands - implementing the open classic view example
Hi, Really hoping that someone in the know reads this and responds. I'm trying to implement a Smart UI command. For my needs, I am using the open.classic.command from the Smart UI SDK sample (Content Server 21.4, btw). I'm integrating with another smart UI extension that adds a Vue dialog to the interface which I don't…
-
How do I add individual attributes to the Metadata Widget - perspective manager v22.1
Perspective manager says that it allows me to select the data for the metadata widget from either a category or as a group of attributes. If I take the Attribute option, I am prompted to search for a category. I select the category, but I see no way to select the attributes that want in the widget. The help for the…
-
How to disable Drag and Drop in Smart UI
Hello Smart Viewers, 🖐️ Together with @jakubkares we figured out how to globally disable the Drag and Drop in the NodesTable widget. (The reason being one of the customer's requests). Turns out all you have to do is have a Smart UI SDK module deployed, and setting a flag inside of your -extensions.json, like so:…
-
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