Ignore:
Timestamp:
2001-02-20T14:32:26+13:00 (23 years ago)
Author:
sjboddie
Message:

Caught some of the classifiers up with the documentation (finally). The
old "title" option has been replaced with the "buttonname" option.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/classify/HTML.pm

    r1839 r2022  
    2727# that's simply a link to a web page
    2828# options are:
    29 # title=Title       -- (optional) the title field for this classification.
     29# buttonname=Title  -- (optional) the title field for this classification.
    3030#                      if not included title field 'Browse'
    3131# url=url           -- the url of the web page to link to
     
    4444  options:
    4545   -url X         The url of the web page to link to.
    46    -title X       (optional) the title field for this classification.
     46   -buttonname X  (optional) the title field for this classification.
    4747                  The default is 'Browse'
    4848
     
    6060    if (!parsargv::parse(\@_,
    6161             q^url/.*/^, \$url,
    62              q^title/.*/Browse^, \$title,
     62             q^buttonname/.*/Browse^, \$title,
    6363             "allow_extra_options")) {
    6464   
Note: See TracChangeset for help on using the changeset viewer.