[Javaclient-cvs] javaclient/metadata jc.xsl,1.9,1.10
Status: Alpha
Brought to you by:
rimmeraj
|
From: cuongnt <cu...@us...> - 2004-10-25 14:05:39
|
Update of /cvsroot/javaclient/javaclient/metadata In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26882/metadata Modified Files: jc.xsl Log Message: add getWorkArea() method Index: jc.xsl =================================================================== RCS file: /cvsroot/javaclient/javaclient/metadata/jc.xsl,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** jc.xsl 14 Oct 2004 20:13:25 -0000 1.9 --- jc.xsl 25 Oct 2004 14:05:28 -0000 1.10 *************** *** 45,49 **** <xsl:value-of select="jc:addComponent($class,$window,true())"/> <xsl:variable name="workArea" select="jc:WorkArea.new(@margin)"/> ! <xsl:value-of select="jc:addComponent($class,$workArea,true())"/> <xsl:call-template name="processWidgets"/> <xsl:value-of select="jc:endComponent($class)"/> --- 45,49 ---- <xsl:value-of select="jc:addComponent($class,$window,true())"/> <xsl:variable name="workArea" select="jc:WorkArea.new(@margin)"/> ! <xsl:value-of select="jc:addComponent($class,$workArea, true())"/> <xsl:call-template name="processWidgets"/> <xsl:value-of select="jc:endComponent($class)"/> |