summaryrefslogtreecommitdiffstats
path: root/examples/assistant/simpletextviewer/documentation/simpletextviewer.adp
blob: 660df4f382a6fd8e3e705b8501c1b0135257af6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE DCF>

<assistantconfig version="3.2.0">

<profile>
    <property name="name">simpletextviewer</property>
    <property name="title">Simple Text Viewer</property>
    <property name="applicationicon">images/handbook.png</property>
    <property name="startpage">index.html</property>
    <property name="aboutmenutext">About Simple Text Viewer</property>
    <property name="abouturl">about.txt</property>
    <property name="assistantdocs">.</property>
</profile>

<DCF ref="index.html" icon="images/handbook.png" title="Simple Text Viewer">
        <section ref="./findfile.html" title="Find File">
            <keyword ref="./index.html">Display</keyword>
            <keyword ref="./index.html">Rich text</keyword>
            <keyword ref="./index.html">Plain text</keyword>
            <keyword ref="./findfile.html">Find</keyword>
            <keyword ref="./findfile.html">File menu</keyword>
            <keyword ref="./filedialog.html">File name</keyword>
            <keyword ref="./filedialog.html">File dialog</keyword>
            <keyword ref="./wildcardmatching.html">File globbing</keyword>
            <keyword ref="./wildcardmatching.html">Wildcard matching</keyword>
            <keyword ref="./wildcardmatching.html">Wildcard syntax</keyword>
            <keyword ref="./browse.html">Browse</keyword>
            <keyword ref="./browse.html">Directory</keyword>
            <keyword ref="./openfile.html">Open</keyword>
            <keyword ref="./openfile.html">Select</keyword>

            <section ref="./filedialog.html" title="File Dialog" />
            <section ref="./wildcardmatching.html" title="Wildcard Matching" />
            <section ref="./browse.html" title="Browse" />
        </section>
        <section ref="./openfile.html" title="Open File" />
</DCF>

</assistantconfig>