src/inc/cheapcgi.h 1.62
1.62 2009/04/10 23:59:39 tdreszer
Added new flavor of Text input box using standard class and declarable width
Index: src/inc/cheapcgi.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/inc/cheapcgi.h,v
retrieving revision 1.61
retrieving revision 1.62
diff -b -B -U 4 -r1.61 -r1.62
--- src/inc/cheapcgi.h 1 Apr 2009 19:56:44 -0000 1.61
+++ src/inc/cheapcgi.h 10 Apr 2009 23:59:39 -0000 1.62
@@ -210,8 +210,11 @@
void cgiMakeTextVar(char *varName, char *initialVal, int charSize);
/* Make a text control filled with initial value. If charSize
* is zero it's calculated from initialVal size. */
+void cgiMakeTextVarWithExtraHtml(char *varName, char *initialVal, int width, char *extra);
+/* Make a text control filled with initial value. */
+
void cgiMakeOnKeypressTextVar(char *varName, char *initialVal, int charSize,
char *script);
/* Make a text control filled with initial value, with a (java)script
* to execute every time a key is pressed. If charSize is zero it's