Share

acedAddHTMLPalette Function

C++

int acedAddHTMLPalette(
    CAdUiPaletteSet* ps, 
    const ACHAR* name, 
    const ACHAR* uriOfHtmlPage
);

File

AcHTMLApi.h

Description

This function can be used to launch an AutoCAD palette with the specified URI. The palette hosts a browser window which displays the html page.

Parameters

Parameters Description
ps The CAdUiPaletteSet that contains the palette with the hosted browser window.
name Palette name
uriOfHtmlPage URI of the page to be loaded into the palette

Returns

TRUE - upon success

FALSE - if invalid URL

Was this information helpful?