Hello, I want ot use images in Tab container but unable to do it how can i do it.
First create a separate view with image component inside. Then in the tab container you have, define a tab with a viewPath to newly created view (and viewParams if needed).
More on that: Perspective - Tab Container | Ignition User Manual
1 Like
Hello @fakcior thanks for your reply, but I want to achieve this thing.
Technically speaking you don't need a tab container for that.
You can create a view template that accepts input params like iconPath
and viewPath
which you can use as a placeholder for your tabs. Place an embedded view as the main component that's being displayed and configure an onClick() event handler for each tab that updates the main embedded view's viewPath.
Thanks @Fran_Dujmovic