blob: b4d9b4c1596848775abf7833484bfbda58f79791 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
-->
<ui:composition template="/plain.xhtml"
xmlns:tc="http://myfaces.apache.org/tobago/component"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:f="http://java.sun.com/jsf/core">
<ui:param name="title" value="Resize Event"/>
<f:facet name="resize">
<tc:link id="resize" action="#{resizeController.resize}"/>
</f:facet>
<tc:panel>
<tc:event event="click" action="#{resizeController.resize}">
<f:ajax/>
</tc:event>
Please to a resize of the browser window and look in the server logs to check the resize actions...
<br/>
<!--todo-->
Todo: make nicer example
<br/>
Resizing demo. Resizing the window will call a command (from the resize facet).
</tc:panel>
</ui:composition>