Duplicating the behavior of DataFormWebHostDialog in other platforms?

I would like to display Data Forms, Data Lists, etc just as they are displayed in CRM in a third party application or web applicatiopn. Currently I can do this from a WinForms app using DataFormWebHostDialog, but I want to be able to do it from any iFrame, or a ruby dialog, iOS app, or basically anywhere I want to use it. After reading https://www.bbdevnetwork.com/blogs/anatomy-infinitys-browser-based-interface/ I was hopeful that I could just call some javascript in an HTML page and get where I want to go. However, the documentation is lacking and I'm not getting there as fast as I expected. Does anyone out there have an example of loading a Data Form directly in an external iFrame, HTML page, or any SDK other than using DataFormWebHostDialog?

Categories