6.3.8. iframe

GnrDomSrc.iframe(childcontent=None, main=None, **kwargs)

Create an iframe and returns it

Parameters:
  • childcontent – the html content
  • main – TODO

TODO

CLIPBOARD:

example:

if self.index_url:
    indexpane.iframe(height='100%', width='100%', src=self.getResourceUri(self.index_url), border='0px')

Previous topic

6.3.7.2.2. slotBar and slotToolbar

Next topic

6.3.9. tree

This Page