Field-level Context-Sensitive Help
Posted: Tue Mar 14, 2023 8:07 am
Hi,
I need to create field-level CSH -- user clicks icon next to GUI field and a pop-up window displays the help.
Question: How do I define the pop-up window in which the help appears? Or is this done by the developers?
1. I created a micro-content file and from topics, inserted selected content into this micro-content file.
2. I generated an Alias help file from this micro-content file.
3. Checked that the calls work using Flare's built-in Test CSH tool.
4. Provided developers with the header file and gave them this JS to call the help:
<script type="text/javascript" src="https://techdocs.audc.com/test/csh.js"><\script>
<input type="button" value="Open Help System" onclick="MadCap.OpenHelp(SMART_4000, null, null, null );" />
I need to create field-level CSH -- user clicks icon next to GUI field and a pop-up window displays the help.
Question: How do I define the pop-up window in which the help appears? Or is this done by the developers?
1. I created a micro-content file and from topics, inserted selected content into this micro-content file.
2. I generated an Alias help file from this micro-content file.
3. Checked that the calls work using Flare's built-in Test CSH tool.
4. Provided developers with the header file and gave them this JS to call the help:
<script type="text/javascript" src="https://techdocs.audc.com/test/csh.js"><\script>
<input type="button" value="Open Help System" onclick="MadCap.OpenHelp(SMART_4000, null, null, null );" />