Supported CSS selectors
All CSS 2.1 selector classes are supported with the exception of so-called pseudo selector
classes such as :first-child, :visited and :hover.
3.7.4 Example: This is how you generate an OEM-specific online help book
Preconditions
Generate the following files:
● Configuration file: "slhlp.xml"
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!DOCTYPE CONFIGURATION>
<CONFIGURATION>
<OnlineHelpFiles>
<hmi_myhelp>
<EntriesFile value="hmi_myhelp.xml" type="QString"/>
<DisableIndex value="false" type="bool"/>
</hmi_myhelp>
</OnlineHelpFiles>
</CONFIGURATION>
● Definition of the help book: "hmi_myhelp.xml"
<?xml version="1.0" encoding="UTF-8"?>
<HMI_SL_HELP language="en-US">
<BOOK ref="index.html" title="Easy Help" helpdir="hmi_myhelp">
<ENTRY ref="chapter_1.html" title="Chapter 1">
<INDEX_ENTRY ref="chapter_1.html" title="Keyword 1"/>
<INDEX_ENTRY ref="chapter_1.html" title="Keyword 2"/>
</ENTRY>
<ENTRY ref="chapter_2.html" title="Chapter 2">
<INDEX_ENTRY ref="chapter_2.html" title="Keyword 2"/>
</ENTRY>
<ENTRY ref="chapter_3.html" title="Chapter 3">
<INDEX_ENTRY ref="chapter_3.html" title="Keyword 3"/>
<ENTRY ref="chapter_31.html" title="Chapter 3.1">
<INDEX_ENTRY ref="chapter_31.html" title="test;Chapter 3.1"/>
</ENTRY>
Operating software settings
3.7 Creating OEM-specific online help
CNC commissioning
66 Commissioning Manual, 10/2015, 6FC5397-3DP40-5BA3