src

the URL of a document you'd like to show in an iframe

string src;

Example

webix.ui({
    view:"iframe", 
    id:"frame-body", 
    src:"http://data/pageA.com"
});

See also
  • API
  • Articles
  • Back to top