Hi folks,
Is anyone able to point out how the perspective/ smart view showcased in this video can be achieved?
https://youtu.be/V6g-bpxECJ0?t=50s
Thank you,
Frank
Make yourself familiar with Perspective Manager in the CS Administration. You will be able to create custom pages - perspectives - and assign them to users or folders by ActiveViews rules. You will be able to pick widgets from a gallery and place them on the perspectives. You can create testing perspectives and learn, what functionality the widgets offer.
Just to add a little to Ian’s response:
As far is replicating these kind of UI, here are a few pointers:
Neil
From: eLink Entry: Content Server Smart UI SDK Forum [mailto:smartuisdk@elinkkc.opentext.com]Sent: 29 March 2018 18:52To: eLink Recipient <devnull@elinkkc.opentext.com>Subject: Re Enterprise Workspace Icon view
Re Enterprise Workspace Icon view
Posted byAdmin (Administrator, Knowledge Center) On 03/29/2018 01:51 PM
Hi,Most of this was done using the HTML Webreport widget. However, with the 16.2.4 release most of that functionality, including prebuilt HTML templates, is also possible with the new HTML tile widget that is included with core Content Server.Ian
From: eLink Entry: Content Server Smart UI SDK Forum <smartuisdk@elinkkc.opentext.com>Sent: 28 March 2018 13:55:15To: eLink RecipientSubject: Enterprise Workspace Icon view
Enterprise Workspace Icon view
Posted byfrank.chandrashekar@ombudsman.parliament.nz (Chandrashekar, Frank) On 03/28/2018 08:49 AM
Attachment Links:
CS16.2 UI Intro video
[To post a comment, use the normal reply function]
Forum:
Content Server Smart UI SDK Forum
Content Server:
My Support
Topic:
Thank you so much Ian and Neil - exactly what I was looking for!
Regards,
thanks
Posted by Admin (Administrator, Knowledge Center) On 03/29/2018 01:51 PM
Hi, Most of this was done using the HTML Webreport widget. However, with the 16.2.4 release most of that functionality, including prebuilt HTML templates, is also possible with the new HTML tile widget that is included with core Content Server. Ian
Posted by frank.chandrashekar@ombudsman.parliament.nz (Chandrashekar, Frank) On 03/28/2018 08:49 AM
Hi Darren,
I don't think you can embed PHP code within a widget/tile - at least not without including a server to parse that code, which is probably uncharted waters.
What are you trying to achieve with the PHP embeds? There's a good chance you can do pretty much anything with the HTML widget, as well WebReports that can output data via Ajax. If you really must, you can also include WebReports OScript snippets. Have a look at the WebReports examples in the online help for more details.
Cheers,
If you have an existing component, which is supposed to be integrated via an iframe in web portals, you can put it to a widget hosting an iframe. The component can be stock exchange quotes, todayt's weather, workflows behind the due date etc. The common point is, that the HTML content is delivered from a URL and it is supposed to placed in a smaller rectangular space. If it is generated by PHP or other script on the server side is not so important.
You could write a custom widget consisting of a single iframe element using CS UI SDK. The source URL of the iframe would be configurable in Perspective Manager. When you place the widget on a perspective, you would set the URL to your PHP script.
You could create a WebReport returning just the iframe and use TileReport to place it on a perspective.
If you have static information, which doesn't change every hour or day and you only edit it manually from time to time, you would use HTML Tile (Wiki Tile).
You could file a feature request to include an "iframe widget" in the core product to make integration of URL-based components easier.