Cell
containing information about all files which have to be
included inside the alphabetical HTML file.
Data Types: single| double
Specify optional comma-separated pairs of Name,Value
arguments.
Name
is the argument name and Value
is the corresponding value. Name
must appear
inside single quotes (' '
).
You can specify several name and value pair arguments in any order as
Name1,Value1,...,NameN,ValueN
.
Example:
'CreateTxtFile',false
, 'webhelp',true
, 'outputDir','C:'
, 'Createnavbars',false
If CreateTxtFile is false
(default) no txt file is created, else, a txt file named
function-alpha.txt is created which contains, the
names of the files (separated by commas), inside
folder (main root of FSDA)\helpfiles\FSDA. Every
function which will be automatically created by
publishFS looks into this file and (through a
Javascript) adds the link on top and at the bottom of
the page to the two file which come before and after
current file in alphabetical order.
Example: 'CreateTxtFile',false
Data Types: boolean
If webhelp is true, the output is produced in the path
(FSDA root)\helpfiles\FSDAweb.
If webhelp is false (default), the output is produced in the path
(FSDA root)\helpfiles\FSDA.
Note that this option is valid just if outpuDir option below
is omitted.
Example: 'webhelp',true
Data Types: logical
Output folder to which the HTML document is saved and where
template file function-alphaEmpty.html is located, specified
as the comma-separated pair consisting of 'outputDir' and the
full path. You must specify the full path as a string, for
example 'C:\PublishedOutput'. Note that inside outputDir
there must be a file named "function-alphaEmpty.html" which
contains the template to create the alphabetical list of
functions. The defaults of 'outputDir' are as follows:
if input option webhelp is false outputDir is
(FSDA root)\helpfiles\FSDA path,
else if input option webhelp is true outputDir is
(FSDA root)\helpfiles\FSDAweb path.
Remark - outputDir must be a valid path.
Example: 'outputDir','C:'
Data Types: string
js. Boolean.
If Createnavbars is true (default), this routine assumes
there is a templsate input files inside (FSDA
root)\helpfiles\FSDA\includesFS named topscriptEMPTY.js and
bottomscriptEMPTY.js which contain top navigation bar to
include in each .html file. When this option is set to true,
file (FSDA root)\helpfiles\FSDA\includesFS\top(bottom)script.js
are created. This files contain an array variable that is the
list of files in input option InputCell and enables
the navigation bar functionality.
Example: 'Createnavbars',false
Data Types: boolean