Skip to content

Hierarchical Embedding

Overall Platform Embedding

In this application scenario, all functionalities are made available to logged-in users via iframe. An example of embedding is as follows:

html
<iframe
  name=""
  src="https://preview.hengshi.com/app/1">
</iframe>

img

Single Module Embedding

In this application scenario, a primary function is made available to logged-in users via iframe. An example of embedding is as follows:

html
<iframe
  name="export,noHeader"
  src="https://preview.hengshi.com/app/1">
</iframe>

By specifying name="noHeader", the embedded page will hide the top banner and the primary function's toggle menu.

img

Single Entity Embedding

html
<iframe
  name="export,noHeader,noRoute"
  src="https://preview.hengshi.com/app/1">
</iframe>

In this application scenario, a single entity is made available to logged-in users via iframe. The entity can be an app, a data connection, a data science notebook, or a published application. An example of embedding is as follows:

img

By specifying name="noRoute", the embedded page will hide the function directory toggle entry. User operations are then restricted within a single application.

HENGSHI SENSE Platform User Manual