- Publicity: Public Only All
document-procs.tcl
An API for managing documents.
- Location:
- packages/acs-tcl/tcl/document-procs.tcl
- Created:
- 22 May 2000
- Author:
- Jon Salz [jsalz@arsdigita.com]
- CVS Identification:
$Id: document-procs.tcl,v 1.11 2018/12/04 21:05:59 hectorr Exp $
Procedures in this file
- doc_parse_property_string (private)
Detailed information
doc_parse_property_string (private)
doc_parse_property_string properties
Parses a properties declaration of the form that programmers specify.
- Parameters:
- properties (required)
- The property string as the programmer specified it.
- Returns:
- an internal array-as-a-list representation of the properties declaration.
- Error:
- if there's any problem with the string.
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.