I'd like to use discrete text within a textbox to control the loading of managed content into a separate textbox/iframe on the same page -without reloading the entire page. Dynamic page repeaters almost get me there, but they will only load the content into a dedicated Title page rather than into an element of the same page.
I considered the simple 'hidden on load' approach (https://www.youtube.com/watch?v=aayDBLTKG5c) but there will be hundreds of these items and Content Manager seems like a much better way to, well, manage that amount of content than does trying to keep track of hundreds of hidden textboxes.
**
Here is what I have so far:
https://myemcertpassport.editorx.io/myemcertain-topics/items
Goal: load managed content into #richContent1 via text link on left (e.g., "Vitals" or "Development")
details & clarity:
Wix has a database called Content Manager; It uses an 'all items' page with a Repeater containing a range of database item names; when a repeater item is clicked, it will load associated item information into a new tab; alternatively, it can load the item info into the current tab -replacing the current page.
I would like to use text links within a text box (rather than a repeater, so that I can use hierarchical bullet lists), and I would like to target the associated info into an iframe within the current page, so the bullet points don't reload/change scroll position.
I hope this adequately clarifies my hurdle; please comment with specifics if I can re-phrase or further clarify. Thanks!