Update of /cvsroot/webmacro/webmacro/macros/html
In directory sc8-pr-cvs1:/tmp/cvs-serv5682/macros/html
Modified Files:
frames.wmm
Log Message:
Updates include:
RelaxedDirectiveBuilding Property.
Test Cases for above property.
assert() --> assertTrue() allowing compilation under java1.4
some additions/improvements to the standard macro library
all tests run without error under jdk 1.3, solaris 2.8.
some work needs to be done on test cases to remove unix dependencies.
Index: frames.wmm
===================================================================
RCS file: /cvsroot/webmacro/webmacro/macros/html/frames.wmm,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** frames.wmm 10 Jan 2003 16:49:45 -0000 1.2
--- frames.wmm 23 Mar 2003 02:00:33 -0000 1.3
***************
*** 20,25 ****
'popup',
'resizable=$scriptProps.resizeable,toolbar=no,status=no,location=no,scrollbars=yes,width=$scriptProps.width,height=$scriptProps.height,screenX=0,screenY=0,alwaysRaised=yes')">
! $urlProps.hrefLabel</a>
! }
## splitWindow()(contentProps, frameProps) where:
--- 20,24 ----
'popup',
'resizable=$scriptProps.resizeable,toolbar=no,status=no,location=no,scrollbars=yes,width=$scriptProps.width,height=$scriptProps.height,screenX=0,screenY=0,alwaysRaised=yes')">
! $urlProps.hrefLabel</a>}
## splitWindow()(contentProps, frameProps) where:
|