Hi team,
When will the new sdk version be available ? I want to extend the multi select actions toolbar to register our items.
Thanks,
Pierre
You can use any version of Smart UI SDK. The way of adding buttons to the table selection toolbar hasn't changed since CS 16.0.
Generally, the SDK is updated with each CS quarterly update. The next update is scheduled for March. The updated SDK should be used for the same or for a newer CS update.
perfect, I'll check the commands.
I also wanted to see if the new sdk provides a way to add browse view alternatives, like the thumbnails grid view in 16.2.7.
Thanks for the info,
You can have a look at the Rename command example at samples/commands/rename in the SDK. It adds a button to the (header) selection toolbar and to the inline action bar.
Do you want to write a new widget using the thumbnail view, or do you want to just make it available in the built-in nodestable widget?
I was hoping either to extend the existing one, or to register a new one from scratch if the first was not an option.
It depends on the kind of extension. If you want to retain all functionality of the nodestable widget add just a button to the toolbar, you won't be concerned by table and thumbnail views. You register the button to appear on the nodestable toolbar and let the user to choose their view. If you want to show somethihng else, than the nodestable widget is showing, you'd write a new widget.
@pnocera@globalcents.com said: perfect, I'll check the commands. I also wanted to see if the new sdk provides a way to add browse view alternatives, like the thumbnails grid view in 16.2.7. Thanks for the info, Pierre
@pnocera@globalcents.com said: perfect, I'll check the commands.
Were you able to use commands if yes can please share steps and how to use it in CS. Even following sample instruction I don't see any commands in nodestable toolbar