From: <ian...@us...> - 2003-03-30 17:25:35
|
Update of /cvsroot/funformkit/FunFormKit/Docs In directory sc8-pr-cvs1:/tmp/cvs-serv16871/Docs Modified Files: UserGuide.txt Log Message: Per Luke O.'s suggestion, image submits now take options for the images, small bug fix in same, docs. Index: UserGuide.txt =================================================================== RCS file: /cvsroot/funformkit/FunFormKit/Docs/UserGuide.txt,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** UserGuide.txt 11 Feb 2003 07:31:48 -0000 1.4 --- UserGuide.txt 30 Mar 2003 17:25:31 -0000 1.5 *************** *** 523,527 **** an image. Instead of using ``description`` for the text, you pass the arguments ``imgSrc`` (the URL of the image), ``imgWidth``, ! ``imgHeight``, and ``border``. HiddenField --- 523,528 ---- an image. Instead of using ``description`` for the text, you pass the arguments ``imgSrc`` (the URL of the image), ``imgWidth``, ! ``imgHeight``, and ``border``. ``imgSrc``, ``imgWidth``, and ! ``imgHeight`` are also all options. HiddenField |