Dev Space

Customize and extend the power of Alteryx with SDKs, APIs, custom tools, and more.
SOLVED

View html code from example alteryx workflows

lkdonne1
5 - Atom

Hi, I have a question that I imagine is very simple, but I've been struggling to find the answer

I'm developing a custom tool, and found this page with an example GUI: https://help.alteryx.com/developer-help/example-html-tools 

The example GUI has a few elements I want, but don't know how to use, because I don't know the raw HTML for those GUI elements. How do I access this? I can't seem to find the file location these examples are stored in

2 REPLIES 2
tlarsen7572
11 - Bolide
11 - Bolide

You can find the 'HTML - Gui Library' files in your Alteryx installation folder under:

bin\HtmlPlugins\HtmlGuiSdk

 

lkdonne1
5 - Atom

Thank you! I'm actually following one of your tutorials for the python SDK, you've been super helpful