SOLVED
View html code from example alteryx workflows
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Printer Friendly Page
lkdonne1
5 - Atom
‎02-16-2022
09:24 AM
- Mark as New
- Subscribe to RSS Feed
- Permalink
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
Solved! Go to Solution.
Labels:
- Labels:
- Custom Tools
- HTML GUI
2 REPLIES 2
11 - Bolide
‎02-16-2022
10:36 AM
- Mark as New
- Subscribe to RSS Feed
- Permalink
You can find the 'HTML - Gui Library' files in your Alteryx installation folder under:
bin\HtmlPlugins\HtmlGuiSdk
‎02-22-2022
09:15 AM
- Mark as New
- Subscribe to RSS Feed
- Permalink
Thank you! I'm actually following one of your tutorials for the python SDK, you've been super helpful