Hello,
Does anyone know of a java script v4.12 sample, or created something similar themselves, which is the v4.12 equivalent of the 3.x https://developers.arcgis.com/javascript/3/samples/find_drilldown/ ?
The sample above displays tabs inside a 3.x info window, making use of the dojo claro theme.
I have managed to create something similar using the v4.12 javascript api, but only by using the claro theme styling from v3.x, which i'm sure is not a good idea. What I have done works fine until I go a little beyond the above sample and try to change the title of one of the content panes inside the tab container programmatically. When I do this , the tabs disappear (when I press F12 to check for errors, the tabs reappear!). As I say, if I don't try to change the content pane title, it works fine, in the same way as the above example.
From what I have read I realise I probably shouldn't be using a claro theme to implement tabs with v4.12 (they seem to have disappeared), but this version is still based on dojo and claro is a dojo theme? The v4.12 documentation seems to suggest using third party libraries to implement tabs.
Thanks