[docs] docs - edl modified 2 files

docs@interchange.redhat.com docs@interchange.redhat.com
Fri Nov 2 12:48:00 2001


User:      edl
Date:      2001-11-02 17:47:33 GMT
Modified:  .        ictags.sdf ictemplates.sdf
Log:
Removed references to obsolete special form variables:

	mv_cache_params
	mv_change_frame
	mv_checkout
	mv_delay_page

Revision  Changes    Path
1.64      +2 -7      docs/ictags.sdf


rev 1.64, prev_rev 1.63
Index: ictags.sdf
===================================================================
RCS file: /var/cvs/docs/ictags.sdf,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ictags.sdf	2001/10/11 18:24:22	1.63
+++ ictags.sdf	2001/11/02 17:47:33	1.64
@@ -1,10 +1,10 @@
 !init OPT_LOOK="akopia"; OPT_STYLE="manual" 
-# $Id: ictags.sdf,v 1.63 2001/10/11 18:24:22 bill Exp $
+# $Id: ictags.sdf,v 1.64 2001/11/02 17:47:33 edl Exp $
 
 !define DOC_NAME "Interchange Tags Reference"
 !define DOC_TYPE ""
 !define DOC_CODE "ictags"
-!define DOC_VERSION substr('$Revision: 1.63 $', 11, -2)
+!define DOC_VERSION substr('$Revision: 1.64 $', 11, -2)
 !define DOC_STATUS "Draft"
 !define DOC_PROJECT "Interchange"
 !define DOC_URL "http://interchange.redhat.com/doc/ictags.html"
@@ -16385,10 +16385,7 @@
 {{CMD[id="mv_begin_string"]mv_begin_string}}|bs|S|Pattern must match beginning of field
 {{CMD[id="mv_case"]mv_case}}|cs|S|Turns on case sensitivity
 {{CMD[id="mv_cartname"]mv_cartname}}||O|Sets the shopping cart name
-{{CMD[id="mv_cache_params"]mv_cache_params}}||S|Determines caching of searches
-{{CMD[id="mv_change_frame"]mv_change_frame}}||A|Any form, changes frame target of form output
 {{CMD[id="mv_check"]mv_check}}||A|Any form, sets multiple user variables after update
-{{CMD[id="mv_checkout"]mv_checkout}}||O|Sets the checkout page
 {{CMD[id="mv_click"]mv_click}}||A|Any form, sets multiple form variables before update
 {{CMD[id="mv_click"]mv_click}}||XA|Default mv_click routine, click is mv_click_arg
 {{CMD[id="mv_click_NAME"]mv_click I<name>}}||XA|Routine for a click I<name>, sends click as arg
@@ -16396,7 +16393,6 @@
 {{CMD[id="mv_coordinate"]mv_coordinate}}|co|S|Enables field/spec matching coordination
 {{CMD[id="mv_column_op"]mv_column_op}}|op|S|Operation for coordinated search
 {{CMD[id="mv_credit_card*"]mv_credit_card*}}||O|Discussed in order security (some are read-only)
-{{CMD[id="mv_delay_page"]mv_delay_page}}|dp|S|Delay search until after inital page display
 {{CMD[id="mv_dict_end"]mv_dict_end}}|de|S|Upper bound for binary search
 {{CMD[id="mv_dict_fold"]mv_dict_fold}}|df|S|Non-case sensitive binary search
 {{CMD[id="mv_dict_limit"]mv_dict_limit}}|di|S|Sets upper bound based on character position
@@ -16486,7 +16482,6 @@
 di|{{CMD[jump="#mv_dict_limit"]mv_dict_limit}}
 dl|{{CMD[jump="#mv_dict_look"]mv_dict_look}}
 do|{{CMD[jump="#mv_dict_order"]mv_dict_order}}
-dp|{{CMD[jump="#mv_delay_page"]mv_delay_page}}
 dr|{{CMD[jump="#mv_record_delim"]mv_record_delim}}
 em|{{CMD[jump="#mv_exact_match"]mv_exact_match}}
 er|{{CMD[jump="#mv_spelling_errors"]mv_spelling_errors}}



1.27      +2 -6      docs/ictemplates.sdf


rev 1.27, prev_rev 1.26
Index: ictemplates.sdf
===================================================================
RCS file: /var/cvs/docs/ictemplates.sdf,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ictemplates.sdf	2001/09/25 14:53:51	1.26
+++ ictemplates.sdf	2001/11/02 17:47:33	1.27
@@ -1,10 +1,10 @@
 !init OPT_LOOK="akopia"; OPT_STYLE="manual"
-# $Id: ictemplates.sdf,v 1.26 2001/09/25 14:53:51 jon Exp $
+# $Id: ictemplates.sdf,v 1.27 2001/11/02 17:47:33 edl Exp $
 
 !define DOC_NAME "Template Guide"
 !define DOC_TYPE ""
 !define DOC_CODE "ictemplates"
-!define DOC_VERSION substr('$Revision: 1.26 $',11, -2)
+!define DOC_VERSION substr('$Revision: 1.27 $',11, -2)
 !define DOC_STATUS "Draft"
 !define DOC_PROJECT "Interchange"
 !define DOC_URL "http://interchange.redhat.com/doc/ictemplates.html"
@@ -2321,10 +2321,7 @@
 mv_begin_string      bs  S   Pattern must match beginning of field
 mv_case              cs  S   Turns on case sensitivity
 mv_cartname              O   Sets the shopping cart name
-mv_cache_params          S   Determines caching of searches
-mv_change_frame          A   Any form, changes frame target of form output
 mv_check                 A   Any form, sets multiple user variables after update
-mv_checkout              O   Sets the checkout page
 mv_click                 A   Any form, sets multiple form variables before update
 mv_click                 XA  Default mv_click routine, click is mv_click_arg
 mv_click <name>          XA  Routine for a click <name>, sends click as arg
@@ -2332,7 +2329,6 @@
 mv_coordinate        co  S   Enables field/spec matching coordination
 mv_column_op         op  S   Operation for coordinated search
 mv_credit_card*          O   Discussed in order security (some are read-only)
-mv_delay_page        dp  S   Delay search until after inital page display
 mv_dict_end          de  S   Upper bound for binary search
 mv_dict_fold         df  S   Non-case sensitive binary search
 mv_dict_limit        di  S   Sets upper bound based on character position