xqfaq.tcl


# QddbScript for Qddb FAQ Database System
# Copyright (c) 1997-2001 Herrin Software Development, Inc.
# All rights reserved.

[code value="
    set qfaq_library LIBRARY_DIR
    lappend auto_path $qfaq_library
    Qfaq:Init
"]
[prologue
    config="qfaq"    ;# default configuration file
]
[menubar]
[code value="Qfaq:MenuSetup"]
[options autoalign]
[frame border=3 relief=groove]
    [entry attr=CategoryNumber width=8 label="Category#"]
    [entry attr=QuestionNumber width=8 label="Question#"]
    [entry attr=Keywords width=30]
    [break]
    [text attr=Question width=80 height=4 label="Question"]
    [break]
    [text attr=Answer width=80 height=24]
[end frame]
[code value="Qfaq:SetFxOptions"] ;# set up mandatory fields, etc.
[epilogue]