[Tapestry-commits] CVS: Tapestry/examples/Tutorial/src/tutorial/workbench/components Border.jwc,1.12
Brought to you by:
hship
|
From: Howard L. S. <hs...@us...> - 2002-11-30 03:32:41
|
Update of /cvsroot/tapestry/Tapestry/examples/Tutorial/src/tutorial/workbench/components
In directory sc8-pr-cvs1:/tmp/cvs-serv15202/examples/Tutorial/src/tutorial/workbench/components
Modified Files:
Tag: hship-2-3
Border.jwc
Log Message:
Move the Inspector into the contrib library.
Index: Border.jwc
===================================================================
RCS file: /cvsroot/tapestry/Tapestry/examples/Tutorial/src/tutorial/workbench/components/Border.jwc,v
retrieving revision 1.12
retrieving revision 1.12.2.1
diff -C2 -d -r1.12 -r1.12.2.1
*** Border.jwc 25 Sep 2002 12:17:41 -0000 1.12
--- Border.jwc 30 Nov 2002 03:32:38 -0000 1.12.2.1
***************
*** 35,39 ****
! <component id="pageLink" type="Direct">
<binding name="listener" expression="listeners.selectPage"/>
<binding name="parameters" expression="pageName"/>
--- 35,39 ----
! <component id="pageLink" type="DirectLink">
<binding name="listener" expression="listeners.selectPage"/>
<binding name="parameters" expression="pageName"/>
***************
*** 75,79 ****
</component>
! <component id="inspector" type="InspectorButton">
<binding name="disabled" expression="page.visit.disableInspector"/>
</component>
--- 75,79 ----
</component>
! <component id="inspector" type="contrib:InspectorButton">
<binding name="disabled" expression="page.visit.disableInspector"/>
</component>
|