最近搜索
没有最近搜索
ZAF Client - Multiple Pages?
已于 2024年5月25日 发布
Hi all,
I am working on my company's first Zendesk private app. So far, I'm finding it really powerful with one exception: it seems to not work when I try to use multiple pages. I am using vanilla JS. Is it possible to have more than one file in addition to iframe.html? Thanks in advance for the advice.
Carl
0
2
2 条评论
Tipene Hughes
Only one file/url can be provided for each location so unfortunately the app won't be able to be multipage in the sense of rendering different HTML files. That said, the ZAF react scaffold could be a good place to look and will definitely be able to do what you need. Otherwise, I'd look at using Javascript to conditionally render the required info and data within the same iframe.html.
0
Carl Bramblett
Thanks, Tipene!
0