[interchange-cvs] interchange - heins modified code/UserTag/button.tag

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Tue Apr 29 16:09:00 2003


User:      heins
Date:      2003-04-29 20:08:26 GMT
Modified:  code/UserTag button.tag
Log:
( Complete comments and docs from last commit)

* Add [button wait-text="-- Please Wait --" text="Place Order" ...] so
  button has indication of press beyond normal browser indication.

* Allow direct setting of id, class, and style HTML characteristics without
  having to shoehorn them in extra=" style='...'" etc.

Revision  Changes    Path
1.10      +5 -1      interchange/code/UserTag/button.tag


rev 1.10, prev_rev 1.9
Index: button.tag
===================================================================
RCS file: /var/cvs/interchange/code/UserTag/button.tag,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- button.tag	29 Apr 2003 20:03:09 -0000	1.9
+++ button.tag	29 Apr 2003 20:08:26 -0000	1.10
@@ -2,7 +2,7 @@
 UserTag button addAttr
 UserTag button attrAlias value text
 UserTag button hasEndTag
-UserTag button Version $Id: button.tag,v 1.9 2003/04/29 20:03:09 mheins Exp $
+UserTag button Version $Id: button.tag,v 1.10 2003/04/29 20:08:26 mheins Exp $
 UserTag button Documentation <<EOD
 
 =pod
@@ -39,6 +39,8 @@
 try:
 	src="/yourstore/images/blueyellow/placeorder.gif"
 
+WARNING: Do not use if JavaScript not required for catalog.
+
 =item text             
 
 The text of the button, also the name of the scratch action
@@ -48,6 +50,8 @@
 
 The text of the button after a click -- also the name of the scratch action
 instead of "text" when this is set.
+
+WARNING: Do not use if JavaScript not required for catalog.
 
 =item border, height, width, vspace, hspace, align