IFrame.jwc 510 B

12345678910
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE component-specification PUBLIC
  3. "-//Apache Software Foundation//Tapestry Specification 4.0//EN"
  4. "http://tapestry.apache.org/dtd/Tapestry_4_0.dtd">
  5. <component-specification class="jeus.tool.webadmin.component.IFrame" allow-body="yes" allow-informal-parameters="yes">
  6. <parameter name="page" property="targetPage" required="yes"/>
  7. <inject property="pageService" object="engine-service:page"/>
  8. <reserved-parameter name="src"/>
  9. </component-specification>