Update of /cvsroot/thyapi/thyapi/thywidgets
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14036/thywidgets
Modified Files:
thyformdialog.js
Log Message:
Commiting file additions and modification from SVN revision 1951 to 1952...
Changes made by vinicius on 2005-09-16 04:20:14 +0200 (Fri, 16 Sep 2005) corresponding to SVN revision 1952 with message:
Small modifications in thyFormDialog
Index: thyformdialog.js
===================================================================
RCS file: /cvsroot/thyapi/thyapi/thywidgets/thyformdialog.js,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** thyformdialog.js 10 Sep 2005 18:09:03 -0000 1.4
--- thyformdialog.js 16 Sep 2005 02:02:41 -0000 1.5
***************
*** 20,24 ****
*
* This class implements a Dialog Window widget with a preconfigured
! * Data Source algorithm. To use it, just inherit from this class and
* in the constructor set the Data Source protocol and the server
* methods, either using setServerClass or the other specific methods.
--- 20,24 ----
*
* This class implements a Dialog Window widget with a preconfigured
! * Data Source component. To use it, just inherit from this class and
* in the constructor set the Data Source protocol and the server
* methods, either using setServerClass or the other specific methods.
|