Commit fa6c7e94afd2a12940689d2d6108b4b2c9309ccd

Authored by rob
1 parent cb58b1a0

Comment update


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@599 c91229c3-7414-0410-bfa2-8a42b809f60b
lib/visualpatterns/PatternListFromQuery.inc
@@ -23,11 +23,7 @@ class PatternListFromQuery { @@ -23,11 +23,7 @@ class PatternListFromQuery {
23 var $aColumnNames; 23 var $aColumnNames;
24 /** array of hyperlink URLS */ 24 /** array of hyperlink URLS */
25 var $aHyperLinkURL; 25 var $aHyperLinkURL;
26 - /** array of text to be used on querystring with a hyperlink  
27 - Each entry must take the format of:  
28 - <queryStringName>=<[columnName]>&<queryStringName2>=<columnName2> e.g. fId = [DOC.id] (the querystring will be  
29 - build by replacing <columnName> with the actual value from the column  
30 - retrieved from the query)*/ 26 + /** array of text to be used on querystring with a hyperlink */
31 var $aQueryStringText; 27 var $aQueryStringText;
32 /** number of rows for text area if text area option is being used */ 28 /** number of rows for text area if text area option is being used */
33 var $iTextAreaRows = 6; 29 var $iTextAreaRows = 6;