JBoss Rich Faces SVN: r15365 - branches/community/3.3.X/docs/userguide/en/src/main/docbook/included.
by richfaces-svn-commits@lists.jboss.org
Author: atsebro
Date: 2009-08-27 13:35:37 -0400 (Thu, 27 Aug 2009)
New Revision: 15365
Modified:
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/rich_virtualEarth.xml
Log:
RF-7756: Rich Miscellaneous component group description review --> rich:virtualEarth
Modified: branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/rich_virtualEarth.xml
===================================================================
--- branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/rich_virtualEarth.xml 2009-08-27 17:34:36 UTC (rev 15364)
+++ branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/rich_virtualEarth.xml 2009-08-27 17:35:37 UTC (rev 15365)
@@ -60,7 +60,7 @@
<para>
<emphasis>
<property>"dashboardSize"</property>
- </emphasis> specifies a type of a rendered map (Normal, Small, Tiny) </para>
+ </emphasis> specifies a type of a rendered map (<code>Normal</code>, <code>Small</code>, <code>Tiny</code>) </para>
</listitem>
</itemizedlist>
<para> For example, the city of Paris is shown after rendering with the following initial settings: <code>lat = "48.833"</code> , <code>lng = "2.40"</code> and <code>zoom = "11"</code> . </para>
@@ -89,21 +89,21 @@
<listitem>
<para>
<emphasis>
- <property>"onmouseover"</property>
+ <code>onmouseover</code>
</emphasis>
</para>
</listitem>
<listitem>
<para>
<emphasis>
- <property>"onclick"</property>
+ <code>onclick</code>
</emphasis>
</para>
</listitem>
<listitem>
<para>
<emphasis>
- <property>"onmouseout"</property>
+ <code>onmouseout</code>
</emphasis>
</para>
</listitem>
15 years, 4 months
JBoss Rich Faces SVN: r15364 - branches/community/3.3.X/docs/userguide/en/src/main/docbook.
by richfaces-svn-commits@lists.jboss.org
Author: smukhina
Date: 2009-08-27 13:34:36 -0400 (Thu, 27 Aug 2009)
New Revision: 15364
Modified:
branches/community/3.3.X/docs/userguide/en/src/main/docbook/master.xml
Log:
https://jira.jboss.org/jira/browse/RF-944 added 2 new descriptions to components section
Modified: branches/community/3.3.X/docs/userguide/en/src/main/docbook/master.xml
===================================================================
--- branches/community/3.3.X/docs/userguide/en/src/main/docbook/master.xml 2009-08-27 17:32:30 UTC (rev 15363)
+++ branches/community/3.3.X/docs/userguide/en/src/main/docbook/master.xml 2009-08-27 17:34:36 UTC (rev 15364)
@@ -237,6 +237,7 @@
<section id="ajaxMiscellaneous" xreflabel="ajaxMiscellaneous">
<?dbhtml filename="ajaxMiscellaneous.html"?>
<title>Ajax Miscellaneous</title>
+ <para>A collection of Ajax Miscellaneous components</para>
<?forseChanks?>
&a4j_page;
&a4j_portlet;
@@ -379,6 +380,7 @@
<section id="richMiscellaneous" xreflabel="richMiscellaneous">
<?dbhtml filename="richMiscellaneous.html"?>
<title>Rich Miscellaneous</title>
+ <para>A collection of Ajax Miscellaneous components</para>
<?forseChanks?>
&rich_componentControl;
&rich_effect;
15 years, 4 months
JBoss Rich Faces SVN: r15363 - branches/community/3.3.X/docs/userguide/en/src/main/docbook/included.
by richfaces-svn-commits@lists.jboss.org
Author: atsebro
Date: 2009-08-27 13:32:30 -0400 (Thu, 27 Aug 2009)
New Revision: 15363
Modified:
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/rich_virtualEarth.xml
Log:
RF-7756: Rich Miscellaneous component group description review --> rich:virtualEarth
Modified: branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/rich_virtualEarth.xml
===================================================================
--- branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/rich_virtualEarth.xml 2009-08-27 17:17:10 UTC (rev 15362)
+++ branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/rich_virtualEarth.xml 2009-08-27 17:32:30 UTC (rev 15363)
@@ -76,14 +76,7 @@
</mediaobject>
</figure>
<para>Code for this example is placed below:</para>
- <para>
- <emphasis role="bold">Example:</emphasis>
- </para>
- <programlisting role="XML">...
-<rich:virtualEarth style="width:800px;" id="vm" lat="48.833" lng="2.40"
- dashboardSize="Normal" zoom="11" mapStyle="Hybrid" var="map" />
-...
-</programlisting>
+ <programlisting role="XML"><rich:virtualEarth style="width:800px;" id="vm" lat="48.833" lng="2.40" dashboardSize="Normal" zoom="11" mapStyle="Hybrid" var="map" /></programlisting>
<para> To set all these parameters and perform some activity (Zoom In/Out etc.) is possible with your JavaScript, i.e. declare a name of an object on a <property>map</property> in the <emphasis>
<property>"var"</property>
@@ -121,17 +114,15 @@
<note>
<para> Virtual Earth does not support XHTML format of the page. Thus, if you use Facelets and JSF 1.2, do not forget to put the following tags somewhere on the page: </para>
- <programlisting role="XML">...
-<f:view contentType="text/html">...</f:view>
-...
-</programlisting>
+ <programlisting role="XML"><f:view contentType="text/html">...</f:view></programlisting>
</note>
</section>
<section>
<title>Reference Data</title>
<para>
- <ulink url="&tlddoc;rich/virtualEarth.html">Table of <rich:virtualEarth> attributes</ulink>. </para>
+ <ulink url="&tlddoc;rich/virtualEarth.html">Table of <rich:virtualEarth> attributes</ulink>.
+ </para>
<table>
<title>Component Identification Parameters</title>
<tgroup cols="2">
15 years, 4 months
JBoss Rich Faces SVN: r15362 - branches/community/3.3.X/docs/userguide/en/src/main/docbook/included.
by richfaces-svn-commits@lists.jboss.org
Author: atsebro
Date: 2009-08-27 13:17:10 -0400 (Thu, 27 Aug 2009)
New Revision: 15362
Modified:
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/rich_virtualEarth.xml
Log:
RF-7756: Rich Miscellaneous component group description review --> rich:virtualEarth
Modified: branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/rich_virtualEarth.xml
===================================================================
--- branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/rich_virtualEarth.xml 2009-08-27 17:12:07 UTC (rev 15361)
+++ branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/rich_virtualEarth.xml 2009-08-27 17:17:10 UTC (rev 15362)
@@ -166,7 +166,7 @@
</tgroup>
</table>
<table>
- <title> Classes names that define a component appearance </title>
+ <title>Classes names that define a component appearance </title>
<tgroup cols="2">
<thead>
<row>
@@ -189,7 +189,15 @@
<section>
<title>Relevant Resources Links</title>
<para>
- <ulink url="http://msdn2.microsoft.com/en-us/library/bb429619.aspx"> Here </ulink> you can found additional information about Microsoft <property>Virtual Earth map</property>. </para>
- <para> Some additional information about usage of component can be found <ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/virtualEarth.jsf?c=vi...">on its LiveDemo page</ulink>.</para>
+ Visit the <ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/virtualEarth.jsf?c=vi...">VirtualEarth page</ulink> at RichFaces LiveDemo for examples of component usage and their sources.
+ </para>
+
+ <para>Useful articles:</para>
+ <itemizedlist>
+ <listitem>
+ <para><ulink url="http://msdn2.microsoft.com/en-us/library/bb429619.aspx">Bing Map Control SDK 6.2</ulink> provides invormation about Microsoft interactive Earth map.</para>
+ </listitem>
+ </itemizedlist>
+
</section>
</section>
15 years, 4 months
JBoss Rich Faces SVN: r15361 - in root: ui/trunk/components/core/src/main/java/org/ajax4jsf/component and 1 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: nbelaevski
Date: 2009-08-27 13:12:07 -0400 (Thu, 27 Aug 2009)
New Revision: 15361
Removed:
root/ui/trunk/components/core/src/main/java/org/ajax4jsf/component/UIAjaxLog.java
Modified:
root/framework/trunk/impl/src/main/java/org/ajax4jsf/renderkit/HandlersChain.java
root/ui/trunk/components/core/src/main/java/org/richfaces/renderkit/html/AjaxStatusRenderer.java
Log:
https://jira.jboss.org/jira/browse/RF-7758
Modified: root/framework/trunk/impl/src/main/java/org/ajax4jsf/renderkit/HandlersChain.java
===================================================================
--- root/framework/trunk/impl/src/main/java/org/ajax4jsf/renderkit/HandlersChain.java 2009-08-27 17:09:28 UTC (rev 15360)
+++ root/framework/trunk/impl/src/main/java/org/ajax4jsf/renderkit/HandlersChain.java 2009-08-27 17:12:07 UTC (rev 15361)
@@ -54,6 +54,8 @@
private Collection<Parameter> parameters;
+ private boolean includeClientId = false;
+
//TODO: review for optimization
private List<String> handlers = new ArrayList<String>(2);
@@ -61,16 +63,26 @@
return s != null && s.length() != 0;
}
-
public HandlersChain(UIComponent component) {
this.component = component;
}
+ public HandlersChain(UIComponent component, boolean includeClientId) {
+ this.component = component;
+ this.includeClientId = includeClientId;
+ }
+
public HandlersChain(UIComponent component, Collection<Parameter> parameters) {
this.component = component;
this.parameters = parameters;
}
+ public HandlersChain(UIComponent component, Collection<Parameter> parameters, boolean includeClientId) {
+ this.component = component;
+ this.parameters = parameters;
+ this.includeClientId = includeClientId;
+ }
+
private final List<ClientBehavior> getBehaviorsList(String behaviorName) {
List<ClientBehavior> behaviors = null;
if (component instanceof ClientBehaviorHolder) {
@@ -121,7 +133,8 @@
}
if (behaviorsList != null) {
ClientBehaviorContext behaviorContext = ClientBehaviorContext.createClientBehaviorContext(
- context, component, name, null, getParameters(context));
+ context, component, name, includeClientId ? component.getClientId(context) : null,
+ getParameters(context));
for (ClientBehavior clientBehavior : behaviorsList) {
String behaviorScript = clientBehavior.getScript(behaviorContext);
Deleted: root/ui/trunk/components/core/src/main/java/org/ajax4jsf/component/UIAjaxLog.java
===================================================================
--- root/ui/trunk/components/core/src/main/java/org/ajax4jsf/component/UIAjaxLog.java 2009-08-27 17:09:28 UTC (rev 15360)
+++ root/ui/trunk/components/core/src/main/java/org/ajax4jsf/component/UIAjaxLog.java 2009-08-27 17:12:07 UTC (rev 15361)
@@ -1,52 +0,0 @@
-/**
- * License Agreement.
- *
- * Rich Faces - Natural Ajax for Java Server Faces (JSF)
- *
- * Copyright (C) 2007 Exadel, Inc.
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License version 2.1 as published by the Free Software Foundation.
- *
- * This library 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 library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
- */
-
-package org.ajax4jsf.component;
-
-import javax.faces.component.UIComponentBase;
-
-/**
- * @author shura
- *
- */
-public abstract class UIAjaxLog extends UIComponentBase {
-
- public static final String COMPONENT_TYPE = "org.ajax4jsf.Log";
-
- public abstract String getHotkey();
-
- public abstract void setHotkey(String newvalue);
-
- public abstract String getName();
- public abstract void setName(String newvalue);
-
- public abstract String getWidth();
- public abstract void setWidth(String newvalue);
-
- public abstract String getHeight();
- public abstract void setHeight(String newvalue);
-
- public abstract String getLevel();
- public abstract void setLevel(String newvalue);
-
- public abstract boolean isPopup();
- public abstract void setPopup(boolean popup);
-}
Modified: root/ui/trunk/components/core/src/main/java/org/richfaces/renderkit/html/AjaxStatusRenderer.java
===================================================================
--- root/ui/trunk/components/core/src/main/java/org/richfaces/renderkit/html/AjaxStatusRenderer.java 2009-08-27 17:09:28 UTC (rev 15360)
+++ root/ui/trunk/components/core/src/main/java/org/richfaces/renderkit/html/AjaxStatusRenderer.java 2009-08-27 17:12:07 UTC (rev 15361)
@@ -30,10 +30,10 @@
import javax.faces.component.UIComponent;
import javax.faces.context.FacesContext;
import javax.faces.context.ResponseWriter;
-import javax.faces.render.Renderer;
import org.ajax4jsf.javascript.JSFunction;
import org.ajax4jsf.renderkit.HandlersChain;
+import org.ajax4jsf.renderkit.RendererBase;
import org.ajax4jsf.renderkit.RendererUtils;
import org.ajax4jsf.renderkit.RendererUtils.HTML;
import org.ajax4jsf.renderkit.RendererUtils.ScriptHashVariableWrapper;
@@ -48,7 +48,7 @@
@ResourceDependency(library = "javax.faces", name = "jsf.js"),
@ResourceDependency(name = "jquery.js"),
@ResourceDependency(name = "richfaces.js") })
-public class AjaxStatusRenderer extends Renderer {
+public class AjaxStatusRenderer extends RendererBase {
private static final String START = "start";
private static final String STOP = "stop";
@@ -201,7 +201,7 @@
Map<String, Object> attributes = ajaxStatus.getAttributes();
for (String eventName : EVENT_NAMES) {
String eventAttribute = "on" + eventName;
- HandlersChain handlersChain = new HandlersChain(component);
+ HandlersChain handlersChain = new HandlersChain(component, true);
handlersChain.addInlineHandlerFromAttribute(context, eventAttribute);
handlersChain.addBehaviors(context, eventName);
rendererUtils.addToScriptHash(options, eventAttribute,
@@ -220,4 +220,12 @@
writer.endElement(HTML.SPAN_ELEM);
}
+
+ /* (non-Javadoc)
+ * @see org.ajax4jsf.renderkit.RendererBase#getComponentClass()
+ */
+ @Override
+ protected Class<? extends UIComponent> getComponentClass() {
+ return UIAjaxStatus.class;
+ }
}
15 years, 4 months
JBoss Rich Faces SVN: r15360 - branches/community/3.3.X/docs/userguide/en/src/main/docbook/included.
by richfaces-svn-commits@lists.jboss.org
Author: atsebro
Date: 2009-08-27 13:09:28 -0400 (Thu, 27 Aug 2009)
New Revision: 15360
Modified:
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/rich_virtualEarth.xml
Log:
RF-7756: Rich Miscellaneous component group description review --> rich:virtualEarth
Modified: branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/rich_virtualEarth.xml
===================================================================
--- branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/rich_virtualEarth.xml 2009-08-27 17:01:31 UTC (rev 15359)
+++ branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/rich_virtualEarth.xml 2009-08-27 17:09:28 UTC (rev 15360)
@@ -1,266 +1,195 @@
<section role="NotInToc" id="rich_virtualEarth">
- <title>
- <
- rich:virtualEarth
- >
- <emphasis role="since">
- <superscript> available since <emphasis role="version">3.1.0</emphasis>
- </superscript>
- </emphasis>
- </title>
- <section>
- <title>Description</title>
- <para>The component presents the Microsoft <property>Virtual Earth map</property> in the JSF applications.</para>
- <figure>
- <title>
- <emphasis role="bold">
- <property><rich:virtualEarth></property>
- </emphasis> component</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/virtualEarth_init.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- </section>
- <section>
- <title>Key Features</title>
- <itemizedlist>
- <listitem>
- <para>Presents the Microsoft <property>Virtual Earth map</property> functionality</para>
- </listitem>
- <listitem>
- <para>Highly customizable via attributes</para>
- </listitem>
- <listitem>
- <para>No developers JavaScript writing is needed to use it on a pages</para>
- </listitem>
- </itemizedlist>
- </section>
- <section>
- <title>Details of Usage</title>
+ <title> < rich:virtualEarth > <emphasis role="since">
+ <superscript> available since <emphasis role="version">3.1.0</emphasis>
+ </superscript>
+ </emphasis>
+ </title>
+ <section>
+ <title>Description</title>
+ <para>The component presents the Microsoft <property>Virtual Earth map</property> in the JSF applications.</para>
+ <figure>
+ <title>
+ <emphasis role="bold">
+ <property><rich:virtualEarth></property>
+ </emphasis> component</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/virtualEarth_init.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ </section>
+ <section>
+ <title>Key Features</title>
+ <itemizedlist>
+ <listitem>
+ <para>Presents the Microsoft <property>Virtual Earth map</property> functionality</para>
+ </listitem>
+ <listitem>
+ <para>Highly customizable via attributes</para>
+ </listitem>
+ <listitem>
+ <para>No developers JavaScript writing is needed to use it on a pages</para>
+ </listitem>
+ </itemizedlist>
+ </section>
+ <section>
+ <title>Details of Usage</title>
- <para>
- Here are the main settings of initial rendering performed
- with a component
- <property>map</property>
- that are accessible with the following attributes:
- </para>
- <itemizedlist>
- <listitem>
- <para>
- <emphasis>
- <property>"zoom"</property>
- </emphasis>
- defines an approximation size (boundary values 1-18)
- </para>
- </listitem>
- <listitem>
- <para>
- <emphasis>
- <property>"lat"</property>
- </emphasis>
- specifies an initial latitude coordinate in degrees,
- as a number between -90 and +90
- </para>
- </listitem>
- <listitem>
- <para>
- <emphasis>
- <property>"lng"</property>
- </emphasis>
- specifies an initial longitude coordinate in
- degrees, as a number between -180 and +180
- </para>
- </listitem>
- <listitem>
- <para>
- <emphasis>
- <property>"dashboardSize"</property>
- </emphasis>
- specifies a type of a rendered map (Normal, Small,
- Tiny)
- </para>
- </listitem>
- </itemizedlist>
- <para>
- For example, the city of Paris is shown after rendering with
- the following initial settings:
- <code>lat = "48.833"</code>
- ,
- <code>lng = "2.40"</code>
- and
- <code>zoom = "11"</code>
- .
- </para>
- <figure>
- <title>
- <emphasis role="bold">
- <property><rich:virtualEarth></property>
- </emphasis>
- initial rendering
- </title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/virtualEarth2.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- <para>Code for this example is placed below:</para>
- <para>
- <emphasis role="bold">Example:</emphasis>
- </para>
- <programlisting role="XML">...
+ <para> Here are the main settings of initial rendering performed with a component <property>map</property> that are accessible with the following attributes: </para>
+ <itemizedlist>
+ <listitem>
+ <para>
+ <emphasis>
+ <property>"zoom"</property>
+ </emphasis> defines an approximation size (boundary values 1-18) </para>
+ </listitem>
+ <listitem>
+ <para>
+ <emphasis>
+ <property>"lat"</property>
+ </emphasis> specifies an initial latitude coordinate in degrees, as a number between -90 and +90 </para>
+ </listitem>
+ <listitem>
+ <para>
+ <emphasis>
+ <property>"lng"</property>
+ </emphasis> specifies an initial longitude coordinate in degrees, as a number between -180 and +180 </para>
+ </listitem>
+ <listitem>
+ <para>
+ <emphasis>
+ <property>"dashboardSize"</property>
+ </emphasis> specifies a type of a rendered map (Normal, Small, Tiny) </para>
+ </listitem>
+ </itemizedlist>
+ <para> For example, the city of Paris is shown after rendering with the following initial settings: <code>lat = "48.833"</code> , <code>lng = "2.40"</code> and <code>zoom = "11"</code> . </para>
+ <figure>
+ <title>
+ <emphasis role="bold">
+ <property><rich:virtualEarth></property>
+ </emphasis> initial rendering </title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/virtualEarth2.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>Code for this example is placed below:</para>
+ <para>
+ <emphasis role="bold">Example:</emphasis>
+ </para>
+ <programlisting role="XML">...
<rich:virtualEarth style="width:800px;" id="vm" lat="48.833" lng="2.40"
dashboardSize="Normal" zoom="11" mapStyle="Hybrid" var="map" />
...
</programlisting>
- <para>
- To set all these parameters and perform some activity (Zoom
- In/Out etc.) is possible with your JavaScript, i.e. declare
- a name of an object on a
- <property>map</property>
- in the
- <emphasis>
- <property>"var"</property>
- </emphasis>
- attribute and then call the object directly with API
- <emphasis>
- <property>Microsoft Virtual Earth map</property>
- .
- </emphasis>
- </para>
- <para>
- For example, to approximate a map for
- <code>var = "map"</code>
- declared inside the component, call
- <code>map.ZoomIn()</code>
- on an event.
- </para>
- <para>
- Moreover, to add e.g. some JavaScript effects, events
- defined on it are used.
- </para>
- <itemizedlist>
- <listitem>
- <para>
- <emphasis>
- <property>"onmouseover"</property>
- </emphasis>
+ <para> To set all these parameters and perform some activity (Zoom In/Out etc.) is possible with your JavaScript, i.e. declare a name of an object on a <property>map</property> in the <emphasis>
+ <property>"var"</property>
+ </emphasis> attribute and then call the object directly with API <emphasis>
+ <property>Microsoft Virtual Earth map</property> . </emphasis>
</para>
- </listitem>
- <listitem>
- <para>
- <emphasis>
- <property>"onclick"</property>
- </emphasis>
- </para>
- </listitem>
- <listitem>
- <para>
- <emphasis>
- <property>"onmouseout"</property>
- </emphasis>
- </para>
- </listitem>
- <listitem>
- <para>etc.</para>
- </listitem>
- </itemizedlist>
+ <para> For example, to approximate a map for <code>var = "map"</code> declared inside the component, call <code>map.ZoomIn()</code> on an event. </para>
+ <para> Moreover, to add e.g. some JavaScript effects, events defined on it are used. </para>
+ <itemizedlist>
+ <listitem>
+ <para>
+ <emphasis>
+ <property>"onmouseover"</property>
+ </emphasis>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <emphasis>
+ <property>"onclick"</property>
+ </emphasis>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <emphasis>
+ <property>"onmouseout"</property>
+ </emphasis>
+ </para>
+ </listitem>
+ <listitem>
+ <para>etc.</para>
+ </listitem>
+ </itemizedlist>
- <note>
- <para>
- Virtual Earth does not support XHTML format of the page.
- Thus, if you use Facelets and JSF 1.2, do not forget to
- put the following tags somewhere on the page:
- </para>
- <programlisting role="XML">...
+ <note>
+ <para> Virtual Earth does not support XHTML format of the page. Thus, if you use Facelets and JSF 1.2, do not forget to put the following tags somewhere on the page: </para>
+ <programlisting role="XML">...
<f:view contentType="text/html">...</f:view>
...
</programlisting>
- </note>
+ </note>
- </section>
- <section>
- <title>Reference Data</title>
- <para>
- <ulink url="&tlddoc;rich/virtualEarth.html">Table of
- <rich:virtualEarth>
- attributes</ulink>.
- </para>
- <table>
- <title>Component Identification Parameters</title>
- <tgroup cols="2">
- <thead>
- <row>
- <entry>Name</entry>
- <entry>Value</entry>
- </row>
- </thead>
- <tbody>
- <row>
- <entry>component-type</entry>
- <entry>org.richfaces.VirtualEarth</entry>
- </row>
- <row>
- <entry>component-class</entry>
- <entry>
- org.richfaces.component.html.HtmlVirtualEarth
- </entry>
- </row>
- <row>
- <entry>component-family</entry>
- <entry>org.richfaces.VirtualEarth</entry>
- </row>
- <row>
- <entry>renderer-type</entry>
- <entry>org.richfaces.VirtualEarthRenderer</entry>
- </row>
- <row>
- <entry>tag-class</entry>
- <entry>org.richfaces.taglib.VirtualEarthTag</entry>
- </row>
- </tbody>
- </tgroup>
- </table>
- <table>
- <title>
- Classes names that define a component appearance
- </title>
- <tgroup cols="2">
- <thead>
- <row>
- <entry>Class name</entry>
- <entry>Description</entry>
- </row>
- </thead>
- <tbody>
- <row>
- <entry>rich-virtualEarth</entry>
- <entry>
- Defines styles for a wrapper <div>
- element of a component
- </entry>
- </row>
- </tbody>
- </tgroup>
- </table>
- You can find all necessary information about style classes redefinition in
- <link linkend="customstyles">Definition of Custom Style Classes</link>
- section.
- </section>
- <section>
- <title>Relevant Resources Links</title>
- <para>
- <ulink url="http://msdn2.microsoft.com/en-us/library/bb429619.aspx">
- Here
- </ulink>
- you can found additional information about Microsoft
- <property>Virtual Earth map</property>.
- </para>
- <para>
- Some additional information about usage of component can be found
- <ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/virtualEarth.jsf?c=vi...">on its LiveDemo page</ulink>.</para>
- </section>
-</section>
\ No newline at end of file
+ </section>
+ <section>
+ <title>Reference Data</title>
+ <para>
+ <ulink url="&tlddoc;rich/virtualEarth.html">Table of <rich:virtualEarth> attributes</ulink>. </para>
+ <table>
+ <title>Component Identification Parameters</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Name</entry>
+ <entry>Value</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>component-type</entry>
+ <entry>org.richfaces.VirtualEarth</entry>
+ </row>
+ <row>
+ <entry>component-class</entry>
+ <entry> org.richfaces.component.html.HtmlVirtualEarth </entry>
+ </row>
+ <row>
+ <entry>component-family</entry>
+ <entry>org.richfaces.VirtualEarth</entry>
+ </row>
+ <row>
+ <entry>renderer-type</entry>
+ <entry>org.richfaces.VirtualEarthRenderer</entry>
+ </row>
+ <row>
+ <entry>tag-class</entry>
+ <entry>org.richfaces.taglib.VirtualEarthTag</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+ <table>
+ <title> Classes names that define a component appearance </title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Class name</entry>
+ <entry>Description</entry>
+ <entrty>Skin parameter</entrty>
+ <entry>CSS property</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>rich-virtualEarth</entry>
+ <entry>Defines styles for a wrapper <div> element of a component </entry>
+ <entry>no</entry>
+ <entry>height, width</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table> You can find all necessary information about style classes redefinition in <link linkend="customstyles">Definition of Custom Style Classes</link> section. </section>
+ <section>
+ <title>Relevant Resources Links</title>
+ <para>
+ <ulink url="http://msdn2.microsoft.com/en-us/library/bb429619.aspx"> Here </ulink> you can found additional information about Microsoft <property>Virtual Earth map</property>. </para>
+ <para> Some additional information about usage of component can be found <ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/virtualEarth.jsf?c=vi...">on its LiveDemo page</ulink>.</para>
+ </section>
+</section>
15 years, 4 months
JBoss Rich Faces SVN: r15359 - branches/community/3.3.X/examples.
by richfaces-svn-commits@lists.jboss.org
Author: msorokin
Date: 2009-08-27 13:01:31 -0400 (Thu, 27 Aug 2009)
New Revision: 15359
Modified:
branches/community/3.3.X/examples/readme.txt
Log:
Modified: branches/community/3.3.X/examples/readme.txt
===================================================================
--- branches/community/3.3.X/examples/readme.txt 2009-08-27 16:53:38 UTC (rev 15358)
+++ branches/community/3.3.X/examples/readme.txt 2009-08-27 17:01:31 UTC (rev 15359)
@@ -28,7 +28,7 @@
To explore the application start your favorite browser and point it to http://localhost:8080/photoalbum.
In order to explore, run and deploy the application in Eclipse IDE build it with the
- mvn clean install eclipse:clean eclipse:eclipse eclipse:eclipse command
+ mvn clean install eclipse:clean eclipse:eclipse command
and import the project to the IDE. More details you can find in the JBoss Server Manager Reference Guide (http://download.jboss.org/jbosstools/nightly-docs/en/as/html/index.html)
15 years, 4 months
JBoss Rich Faces SVN: r15358 - in root/examples/trunk: richfaces-demo and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: nbelaevski
Date: 2009-08-27 12:53:38 -0400 (Thu, 27 Aug 2009)
New Revision: 15358
Modified:
root/examples/trunk/components/core-demo/pom.xml
root/examples/trunk/richfaces-demo/pom.xml
Log:
Removed mandatory EhCache dependency
Modified: root/examples/trunk/components/core-demo/pom.xml
===================================================================
--- root/examples/trunk/components/core-demo/pom.xml 2009-08-27 16:50:48 UTC (rev 15357)
+++ root/examples/trunk/components/core-demo/pom.xml 2009-08-27 16:53:38 UTC (rev 15358)
@@ -56,11 +56,6 @@
<version>3.1.0.GA</version>
</dependency>
<dependency>
- <groupId>net.sf.ehcache</groupId>
- <artifactId>ehcache</artifactId>
- <version>1.6.0</version>
- </dependency>
- <dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.5.8</version>
Modified: root/examples/trunk/richfaces-demo/pom.xml
===================================================================
--- root/examples/trunk/richfaces-demo/pom.xml 2009-08-27 16:50:48 UTC (rev 15357)
+++ root/examples/trunk/richfaces-demo/pom.xml 2009-08-27 16:53:38 UTC (rev 15358)
@@ -53,11 +53,6 @@
<version>3.1.0.GA</version>
</dependency>
<dependency>
- <groupId>net.sf.ehcache</groupId>
- <artifactId>ehcache</artifactId>
- <version>1.6.0</version>
- </dependency>
- <dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.5.8</version>
15 years, 4 months
JBoss Rich Faces SVN: r15357 - branches/community/3.3.X/docs/photo_album_app_guide/en/src/main/docbook/includes.
by richfaces-svn-commits@lists.jboss.org
Author: msorokin
Date: 2009-08-27 12:50:48 -0400 (Thu, 27 Aug 2009)
New Revision: 15357
Modified:
branches/community/3.3.X/docs/photo_album_app_guide/en/src/main/docbook/includes/albumView.xml
branches/community/3.3.X/docs/photo_album_app_guide/en/src/main/docbook/includes/imageView.xml
branches/community/3.3.X/docs/photo_album_app_guide/en/src/main/docbook/includes/navigationPanel.xml
branches/community/3.3.X/docs/photo_album_app_guide/en/src/main/docbook/includes/uploadImages.xml
Log:
corrected spelling
Modified: branches/community/3.3.X/docs/photo_album_app_guide/en/src/main/docbook/includes/albumView.xml
===================================================================
--- branches/community/3.3.X/docs/photo_album_app_guide/en/src/main/docbook/includes/albumView.xml 2009-08-27 16:40:00 UTC (rev 15356)
+++ branches/community/3.3.X/docs/photo_album_app_guide/en/src/main/docbook/includes/albumView.xml 2009-08-27 16:50:48 UTC (rev 15357)
@@ -340,7 +340,7 @@
</para>
</section>
<para>
- vizit following pages at RichFaces Live Demo for more information, examples and sources on the components used in the application and described in this chapter:
+ Visit following pages at RichFaces Live Demo for more information, examples and sources on the components used in the application and described in this chapter:
</para>
<itemizedlist>
Modified: branches/community/3.3.X/docs/photo_album_app_guide/en/src/main/docbook/includes/imageView.xml
===================================================================
--- branches/community/3.3.X/docs/photo_album_app_guide/en/src/main/docbook/includes/imageView.xml 2009-08-27 16:40:00 UTC (rev 15356)
+++ branches/community/3.3.X/docs/photo_album_app_guide/en/src/main/docbook/includes/imageView.xml 2009-08-27 16:50:48 UTC (rev 15357)
@@ -143,7 +143,7 @@
</para>
<para>
- vizit following pages at RichFaces Live Demo for more information, examples and sources on the components used in the application and described in this chapter:
+ Visit following pages at RichFaces Live Demo for more information, examples and sources on the components used in the application and described in this chapter:
</para>
<itemizedlist>
Modified: branches/community/3.3.X/docs/photo_album_app_guide/en/src/main/docbook/includes/navigationPanel.xml
===================================================================
--- branches/community/3.3.X/docs/photo_album_app_guide/en/src/main/docbook/includes/navigationPanel.xml 2009-08-27 16:40:00 UTC (rev 15356)
+++ branches/community/3.3.X/docs/photo_album_app_guide/en/src/main/docbook/includes/navigationPanel.xml 2009-08-27 16:50:48 UTC (rev 15357)
@@ -91,7 +91,7 @@
for the <emphasis role="bold"><property><rich:tree></property></emphasis>.
The values for nodes to render are passed directly into the corresponding adaptor
and the component performs all the necessary iterative work
- (vizit the <ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/treeNodesAdaptor.jsf?..."><rich:treeNodesAdaptor> page</ulink> on the RichFacesLiveDemo for more details).
+ (Visit the <ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/treeNodesAdaptor.jsf?..."><rich:treeNodesAdaptor> page</ulink> on the RichFacesLiveDemo for more details).
</para>
<para>
@@ -367,7 +367,7 @@
</mediaobject>
</figure>
<para>
- vizit following pages at RichFaces Live Demo for more information, examples and sources on the components used in the application and described in this chapter:
+ Visit following pages at RichFaces Live Demo for more information, examples and sources on the components used in the application and described in this chapter:
</para>
<itemizedlist>
Modified: branches/community/3.3.X/docs/photo_album_app_guide/en/src/main/docbook/includes/uploadImages.xml
===================================================================
--- branches/community/3.3.X/docs/photo_album_app_guide/en/src/main/docbook/includes/uploadImages.xml 2009-08-27 16:40:00 UTC (rev 15356)
+++ branches/community/3.3.X/docs/photo_album_app_guide/en/src/main/docbook/includes/uploadImages.xml 2009-08-27 16:50:48 UTC (rev 15357)
@@ -113,7 +113,7 @@
</para>
<para>
- vizit following pages at RichFaces Live Demo for more information, examples and sources on the components used in the application and described in this chapter:
+ Visit following pages at RichFaces Live Demo for more information, examples and sources on the components used in the application and described in this chapter:
</para>
<itemizedlist>
15 years, 4 months
JBoss Rich Faces SVN: r15356 - branches/community/3.3.X/docs/photo_album_app_guide.
by richfaces-svn-commits@lists.jboss.org
Author: msorokin
Date: 2009-08-27 12:40:00 -0400 (Thu, 27 Aug 2009)
New Revision: 15356
Modified:
branches/community/3.3.X/docs/photo_album_app_guide/pom.xml
Log:
https://jira.jboss.org/jira/browse/RF-5768
updated
Modified: branches/community/3.3.X/docs/photo_album_app_guide/pom.xml
===================================================================
--- branches/community/3.3.X/docs/photo_album_app_guide/pom.xml 2009-08-27 16:39:02 UTC (rev 15355)
+++ branches/community/3.3.X/docs/photo_album_app_guide/pom.xml 2009-08-27 16:40:00 UTC (rev 15356)
@@ -84,6 +84,16 @@
</build>
</profile>
</profiles>
+
+ <distributionManagement>
+ <repository>
+ <id>ftpserver</id>
+ <name>some ftpserver name</name>
+ <url>ftp://norskleksen.com/wwww/norskleksen.com/docs</url>
+
+ </repository>
+ </distributionManagement>
+
<build>
<pluginManagement>
<plugins>
15 years, 4 months