<frame>
A page element similar to HTML's <iframe>
, which can embed a Lynx page into the current page.
The <frame>
element was introduced in Lynx version 3.4. To use this element, the Lynx dependency version must be upgraded to 3.4 or higher.
<frame>
does not currently support automatic height adjustment. You need to manually set the width and height of the frame.
src
RequiredSets the loading path for the frame resource. The resource pointed to by the path will be fetched as a template via TemplateResourceFetcher.
<frame>
can be any Lynx page, but Lazy Bundle is not currently supported.data
Passes data to the nested Lynx page within the frame.
LCD tables only load in the browser