From: Thyamad c. <th...@us...> - 2005-09-02 02:58:05
|
Update of /cvsroot/thyapi/thyapi/thywidgets In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14028/thywidgets Modified Files: thycheckbox.js Log Message: Commiting file additions and modification from SVN revision 1889 to 1890... Changes made by vinicius on 2005-09-02 05:15:27 +0200 (Fri, 02 Sep 2005) corresponding to SVN revision 1890 with message: created thyeditbox->getValue() Index: thycheckbox.js =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/thycheckbox.js,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** thycheckbox.js 1 Sep 2005 18:15:38 -0000 1.1 --- thycheckbox.js 2 Sep 2005 02:57:55 -0000 1.2 *************** *** 132,135 **** --- 132,147 ---- } + /** + * Method: getValue + * + * Returns the actual checked state + * + */ + p.getValue = function () + { + return this.checkedState; + } + + /*************************************************************************\ * Group: Private Methods * |