Acad.Application.showHTMLDialog Function
File
Autodesk.AutoCAD.js
Syntax
JavaScript
function Acad.Application.showHTMLDialog(location, opts);
Group
Parameters
Parameter | Description |
---|---|
location | location (URL) of the HTML document. |
options | attributes for the HTML dialog. You can use these attributes:
|
Returns
The Promise
object, then the argument can be used.
Description
Use this function to show a HTML dialog in the specified location (URL).