Frontmatter
| id | 5509 |
| title | Portal.view.home.parts.Helix: test rendering the helix into an iframe |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Jul 1, 2024, 1:57 PM |
| updatedAt | Jul 1, 2024, 4:14 PM |
| githubUrl | https://github.com/neomjs/neo/issues/5509 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jul 1, 2024, 4:14 PM |

items : [{ module : LivePreview, cls : ['page-live-preview'], height : '100%', reference: 'live-preview', value: [ "import IFrame from '../component/IFrame.mjs';", "import Viewport from '../container/Viewport.mjs';", "", "class MainView extends Viewport {", " static config = {", " className: 'Portal.view.MultiWindowHelix',", " layout : 'fit',", "", " items: [{", " module: IFrame,", " src : '../../examples/component/multiWindowHelix/'", " }]", " }", "}", "", "Neo.setupClass(MainView);" ].join('\n') }]