Author: ppitonak(a)redhat.com
Date: 2010-10-06 04:10:52 -0400 (Wed, 06 Oct 2010)
New Revision: 19466
Removed:
modules/tests/metamer/trunk/application/src/main/webapp/components/richInplaceInput/facets.xhtml
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richInplaceInput/list.xhtml
Log:
* page facets for rich:inplaceInput removed because this functionality won't be
implemented
Deleted:
modules/tests/metamer/trunk/application/src/main/webapp/components/richInplaceInput/facets.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richInplaceInput/facets.xhtml 2010-10-06
08:08:50 UTC (rev 19465)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richInplaceInput/facets.xhtml 2010-10-06
08:10:52 UTC (rev 19466)
@@ -1,112 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html
xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
-
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:metamer="http://java.sun.com/jsf/composite/metamer"
-
xmlns:rich="http://richfaces.org/rich"
xmlns:a4j="http://richfaces.org/a4j">
-
- <!--
-JBoss, Home of Professional Open Source
-Copyright 2010, Red Hat, Inc. and individual contributors
-by the @authors tag. See the copyright.txt in the distribution for a
-full listing of individual contributors.
-
-This is free software; you can redistribute it and/or modify it
-under the terms of the GNU Lesser General Public License as
-published by the Free Software Foundation; either version 2.1 of
-the License, or (at your option) any later version.
-
-This software is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-Lesser General Public License for more details.
-
-You should have received a copy of the GNU Lesser General Public
-License along with this software; if not, write to the Free
-Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-02110-1301 USA, or see the FSF site:
http://www.fsf.org.
- -->
-
- <ui:composition template="/templates/template.xhtml">
-
- <ui:define name="head">
- <f:metadata>
- <f:viewParam name="templates"
value="#{templateBean.templates}">
- <f:converter converterId="templatesListConverter" />
- </f:viewParam>
- </f:metadata>
- </ui:define>
-
- <ui:define name="outOfTemplateBefore">
- </ui:define>
-
- <ui:define name="component">
- <rich:inplaceInput id="inplaceInput"
-
converter="#{richInplaceInputBean.attributes['converter'].value}"
-
converterMessage="#{richInplaceInputBean.attributes['converterMessage'].value}"
-
defaultLabel="#{richInplaceInputBean.attributes['defaultLabel'].value}"
-
editEvent="#{richInplaceInputBean.attributes['editEvent'].value}"
-
immediate="#{richInplaceInputBean.attributes['immediate'].value}"
-
inputWidth="#{richInplaceInputBean.attributes['inputWidth'].value}"
-
localValue="#{richInplaceInputBean.attributes['localValue'].value}"
-
localValueSet="#{richInplaceInputBean.attributes['localValueSet'].value}"
-
onInputBlur="#{richInplaceInputBean.attributes['onInputBlur'].value}"
-
onInputClick="#{richInplaceInputBean.attributes['onInputClick'].value}"
-
onInputDblClick="#{richInplaceInputBean.attributes['onInputDblClick'].value}"
-
onInputFocus="#{richInplaceInputBean.attributes['onInputFocus'].value}"
-
onInputKeydown="#{richInplaceInputBean.attributes['onInputKeydown'].value}"
-
onInputKeypress="#{richInplaceInputBean.attributes['onInputKeypress'].value}"
-
onInputKeyup="#{richInplaceInputBean.attributes['onInputKeyup'].value}"
-
onInputMousedown="#{richInplaceInputBean.attributes['onInputMousedown'].value}"
-
onInputMousemove="#{richInplaceInputBean.attributes['onInputMousemove'].value}"
-
onInputMouseout="#{richInplaceInputBean.attributes['onInputMouseout'].value}"
-
onInputMouseover="#{richInplaceInputBean.attributes['onInputMouseover'].value}"
-
onInputMouseup="#{richInplaceInputBean.attributes['onInputMouseup'].value}"
-
onblur="#{richInplaceInputBean.attributes['onblur'].value}"
-
onchange="#{richInplaceInputBean.attributes['onchange'].value}"
-
onclick="#{richInplaceInputBean.attributes['onclick'].value}"
-
ondblclick="#{richInplaceInputBean.attributes['ondblclick'].value}"
-
onfocus="#{richInplaceInputBean.attributes['onfocus'].value}"
-
onkeydown="#{richInplaceInputBean.attributes['onkeydown'].value}"
-
onkeypress="#{richInplaceInputBean.attributes['onkeypress'].value}"
-
onkeyup="#{richInplaceInputBean.attributes['onkeyup'].value}"
-
onmousedown="#{richInplaceInputBean.attributes['onmousedown'].value}"
-
onmousemove="#{richInplaceInputBean.attributes['onmousemove'].value}"
-
onmouseout="#{richInplaceInputBean.attributes['onmouseout'].value}"
-
onmouseover="#{richInplaceInputBean.attributes['onmouseover'].value}"
-
onmouseup="#{richInplaceInputBean.attributes['onmouseup'].value}"
-
onselect="#{richInplaceInputBean.attributes['onselect'].value}"
-
rendered="#{richInplaceInputBean.attributes['rendered'].value}"
-
required="#{richInplaceInputBean.attributes['required'].value}"
-
requiredMessage="#{richInplaceInputBean.attributes['requiredMessage'].value}"
-
showControls="#{richInplaceInputBean.attributes['showControls'].value}"
-
state="#{richInplaceInputBean.attributes['state'].value}"
-
submittedValue="#{richInplaceInputBean.attributes['submittedValue'].value}"
-
tabIndex="#{richInplaceInputBean.attributes['tabIndex'].value}"
-
valid="#{richInplaceInputBean.attributes['valid'].value}"
-
validator="#{richInplaceInputBean.attributes['validator'].value}"
-
validatorMessage="#{richInplaceInputBean.attributes['validatorMessage'].value}"
-
validators="#{richInplaceInputBean.attributes['validators'].value}"
-
value="#{richInplaceInputBean.attributes['value'].value}"
-
valueChangeListener="#{richInplaceInputBean.attributes['valueChangeListener'].value}"
-
valueChangeListeners="#{richInplaceInputBean.attributes['valueChangeListeners'].value}"
- >
-
- <f:facet name="controls">
- <button
onmousedown="#{rich:component('inplaceInput')}.save();"
type="button">Save</button>
- <button
onmousedown="#{rich:component('inplaceInput')}.cancel();"
type="button">Cancel</button>
- </f:facet>
-
- <a4j:ajax id="inplaceInputAjax" event="change"
render="output"/>
- </rich:inplaceInput>
-
- <br/><br/>
-
- output: <h:outputText id="output"
value="#{richInplaceInputBean.attributes['value'].value}"/>
- </ui:define>
-
- <ui:define name="outOfTemplateAfter">
- <metamer:attributes value="#{richInplaceInputBean.attributes}"
id="attributes" />
- </ui:define>
-
- </ui:composition>
-</html>
\ No newline at end of file
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richInplaceInput/list.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richInplaceInput/list.xhtml 2010-10-06
08:08:50 UTC (rev 19465)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richInplaceInput/list.xhtml 2010-10-06
08:10:52 UTC (rev 19466)
@@ -35,10 +35,6 @@
Simple page that contains <b>rich:inplaceInput</b> and input
boxes for all its attributes.
</metamer:testPageLink>
- <metamer:testPageLink id="facets" outcome="facets"
value="Facets">
- Simple page that contains <b>rich:inplaceInput</b> with
defined facets and input boxes for all its attributes.
- </metamer:testPageLink>
-
</ui:define>
</ui:composition>