JBoss Rich Faces SVN: r13964 - trunk/examples/photoalbum/source/web/src/main/webapp/includes/search/result.
by richfaces-svn-commits@lists.jboss.org
Author: abelevich
Date: 2009-04-30 09:55:28 -0400 (Thu, 30 Apr 2009)
New Revision: 13964
Modified:
trunk/examples/photoalbum/source/web/src/main/webapp/includes/search/result/albumsResult.xhtml
trunk/examples/photoalbum/source/web/src/main/webapp/includes/search/result/imageResult.xhtml
trunk/examples/photoalbum/source/web/src/main/webapp/includes/search/result/userResult.xhtml
Log:
remove form reRender
Modified: trunk/examples/photoalbum/source/web/src/main/webapp/includes/search/result/albumsResult.xhtml
===================================================================
--- trunk/examples/photoalbum/source/web/src/main/webapp/includes/search/result/albumsResult.xhtml 2009-04-30 13:55:04 UTC (rev 13963)
+++ trunk/examples/photoalbum/source/web/src/main/webapp/includes/search/result/albumsResult.xhtml 2009-04-30 13:55:28 UTC (rev 13964)
@@ -11,7 +11,7 @@
<h:panelGroup>
<a4j:commandLink
actionListener="#{controller.showAlbum(album)}"
- reRender="mainArea, treeform">
+ reRender="mainArea, treePanel">
<a4j:mediaOutput rendered="#{!album.isEmpty()}" id="img" element="img"
createContent="#{imageLoader.paintImage}"
styleClass="album-cover-image"
Modified: trunk/examples/photoalbum/source/web/src/main/webapp/includes/search/result/imageResult.xhtml
===================================================================
--- trunk/examples/photoalbum/source/web/src/main/webapp/includes/search/result/imageResult.xhtml 2009-04-30 13:55:04 UTC (rev 13963)
+++ trunk/examples/photoalbum/source/web/src/main/webapp/includes/search/result/imageResult.xhtml 2009-04-30 13:55:28 UTC (rev 13964)
@@ -18,7 +18,7 @@
<h:panelGroup>
<a4j:commandLink
actionListener="#{controller.showImage(image)}"
- reRender="mainArea, treeform">
+ reRender="mainArea, treePanel">
<a4j:mediaOutput id="img" element="img"
createContent="#{imageLoader.paintImage}"
style="border : 2px solid #FFFFFF;"
Modified: trunk/examples/photoalbum/source/web/src/main/webapp/includes/search/result/userResult.xhtml
===================================================================
--- trunk/examples/photoalbum/source/web/src/main/webapp/includes/search/result/userResult.xhtml 2009-04-30 13:55:04 UTC (rev 13963)
+++ trunk/examples/photoalbum/source/web/src/main/webapp/includes/search/result/userResult.xhtml 2009-04-30 13:55:28 UTC (rev 13964)
@@ -28,7 +28,7 @@
</h:outputText>
</h:panelGroup>
<h:panelGroup layout="block" styleClass="photo_data">
- <a4j:commandLink reRender="treeform, mainArea" actionListener="#{controller.showSharedAlbums(searchedUser)}" ><h:outputText value="#{searchedUser.sharedAlbums.size} #{messages['albums_small']} "/></a4j:commandLink> | <a4j:commandLink reRender="mainArea" actionListener="#{controller.showSharedImages(searchedUser)}"><h:outputText value="#{searchedUser.sharedImages.size} #{messages['photos']}"/></a4j:commandLink>
+ <a4j:commandLink reRender="treePanel, mainArea" actionListener="#{controller.showSharedAlbums(searchedUser)}" ><h:outputText value="#{searchedUser.sharedAlbums.size} #{messages['albums_small']} "/></a4j:commandLink> | <a4j:commandLink reRender="mainArea" actionListener="#{controller.showSharedImages(searchedUser)}"><h:outputText value="#{searchedUser.sharedImages.size} #{messages['photos']}"/></a4j:commandLink>
</h:panelGroup>
</h:panelGroup>
</a4j:repeat>
15 years, 8 months
JBoss Rich Faces SVN: r13963 - trunk/examples/photoalbum/source/web/src/main/webapp/includes/misc.
by richfaces-svn-commits@lists.jboss.org
Author: abelevich
Date: 2009-04-30 09:55:04 -0400 (Thu, 30 Apr 2009)
New Revision: 13963
Modified:
trunk/examples/photoalbum/source/web/src/main/webapp/includes/misc/confirmation.xhtml
trunk/examples/photoalbum/source/web/src/main/webapp/includes/misc/errorPanel.xhtml
trunk/examples/photoalbum/source/web/src/main/webapp/includes/misc/slideShowPooler.xhtml
Log:
remove form reRender
Modified: trunk/examples/photoalbum/source/web/src/main/webapp/includes/misc/confirmation.xhtml
===================================================================
(Binary files differ)
Modified: trunk/examples/photoalbum/source/web/src/main/webapp/includes/misc/errorPanel.xhtml
===================================================================
(Binary files differ)
Modified: trunk/examples/photoalbum/source/web/src/main/webapp/includes/misc/slideShowPooler.xhtml
===================================================================
(Binary files differ)
15 years, 8 months
JBoss Rich Faces SVN: r13962 - trunk/examples/photoalbum/source/web/src/main/webapp/includes/index.
by richfaces-svn-commits@lists.jboss.org
Author: abelevich
Date: 2009-04-30 09:54:39 -0400 (Thu, 30 Apr 2009)
New Revision: 13962
Modified:
trunk/examples/photoalbum/source/web/src/main/webapp/includes/index/login.xhtml
trunk/examples/photoalbum/source/web/src/main/webapp/includes/index/menu.xhtml
trunk/examples/photoalbum/source/web/src/main/webapp/includes/index/tree.xhtml
Log:
remove form reRender
Modified: trunk/examples/photoalbum/source/web/src/main/webapp/includes/index/login.xhtml
===================================================================
(Binary files differ)
Modified: trunk/examples/photoalbum/source/web/src/main/webapp/includes/index/menu.xhtml
===================================================================
(Binary files differ)
Modified: trunk/examples/photoalbum/source/web/src/main/webapp/includes/index/tree.xhtml
===================================================================
(Binary files differ)
15 years, 8 months
JBoss Rich Faces SVN: r13961 - trunk/examples/photoalbum/source/web/src/main/webapp/includes/image.
by richfaces-svn-commits@lists.jboss.org
Author: abelevich
Date: 2009-04-30 09:54:06 -0400 (Thu, 30 Apr 2009)
New Revision: 13961
Modified:
trunk/examples/photoalbum/source/web/src/main/webapp/includes/image/imageInfo.xhtml
trunk/examples/photoalbum/source/web/src/main/webapp/includes/image/imageList.xhtml
trunk/examples/photoalbum/source/web/src/main/webapp/includes/image/imageScroller.xhtml
trunk/examples/photoalbum/source/web/src/main/webapp/includes/image/slideshow.xhtml
Log:
remove form rerender
Modified: trunk/examples/photoalbum/source/web/src/main/webapp/includes/image/imageInfo.xhtml
===================================================================
(Binary files differ)
Modified: trunk/examples/photoalbum/source/web/src/main/webapp/includes/image/imageList.xhtml
===================================================================
(Binary files differ)
Modified: trunk/examples/photoalbum/source/web/src/main/webapp/includes/image/imageScroller.xhtml
===================================================================
--- trunk/examples/photoalbum/source/web/src/main/webapp/includes/image/imageScroller.xhtml 2009-04-30 13:53:36 UTC (rev 13960)
+++ trunk/examples/photoalbum/source/web/src/main/webapp/includes/image/imageScroller.xhtml 2009-04-30 13:54:06 UTC (rev 13961)
@@ -5,7 +5,7 @@
xmlns:a4j="http://richfaces.org/a4j"
xmlns:rich="http://richfaces.org/rich">
<h:panelGroup layout="block" id="imagesTable"
- style="margin: 30px 0px 40px 30px; float: left; position: relative; zoom: 1; left: -2px;">
+ style="margin: 30px 0px 40px 30px; float: left; position: relative; left: -2px;">
<a4j:repeat value="#{model.selectedAlbum.images}" rows="5" var="img"
id="repeat" rowKeyVar="rk">
@@ -29,7 +29,7 @@
<a4j:support event="onclick"
rendered="#{model.selectedImage != img}"
- reRender="mainArea,treeform, imagesTable"
+ reRender="mainArea,treePanel, imagesTable"
action="#{controller.showImage(img)}" />
</a4j:outputPanel>
</a4j:repeat>
Modified: trunk/examples/photoalbum/source/web/src/main/webapp/includes/image/slideshow.xhtml
===================================================================
(Binary files differ)
15 years, 8 months
JBoss Rich Faces SVN: r13960 - trunk/examples/photoalbum/source/web/src/main/webapp/includes/fileUpload.
by richfaces-svn-commits@lists.jboss.org
Author: abelevich
Date: 2009-04-30 09:53:36 -0400 (Thu, 30 Apr 2009)
New Revision: 13960
Modified:
trunk/examples/photoalbum/source/web/src/main/webapp/includes/fileUpload/fileUploader.xhtml
trunk/examples/photoalbum/source/web/src/main/webapp/includes/fileUpload/uploadResult.xhtml
Log:
remove form reRender
Modified: trunk/examples/photoalbum/source/web/src/main/webapp/includes/fileUpload/fileUploader.xhtml
===================================================================
(Binary files differ)
Modified: trunk/examples/photoalbum/source/web/src/main/webapp/includes/fileUpload/uploadResult.xhtml
===================================================================
(Binary files differ)
15 years, 8 months
JBoss Rich Faces SVN: r13959 - trunk/examples/photoalbum/source/web/src/main/webapp/includes/album.
by richfaces-svn-commits@lists.jboss.org
Author: abelevich
Date: 2009-04-30 09:53:06 -0400 (Thu, 30 Apr 2009)
New Revision: 13959
Modified:
trunk/examples/photoalbum/source/web/src/main/webapp/includes/album/albumInfo.xhtml
trunk/examples/photoalbum/source/web/src/main/webapp/includes/album/albumsList.xhtml
trunk/examples/photoalbum/source/web/src/main/webapp/includes/album/createAlbum.xhtml
Log:
remove form reRender
Modified: trunk/examples/photoalbum/source/web/src/main/webapp/includes/album/albumInfo.xhtml
===================================================================
(Binary files differ)
Modified: trunk/examples/photoalbum/source/web/src/main/webapp/includes/album/albumsList.xhtml
===================================================================
(Binary files differ)
Modified: trunk/examples/photoalbum/source/web/src/main/webapp/includes/album/createAlbum.xhtml
===================================================================
(Binary files differ)
15 years, 8 months
JBoss Rich Faces SVN: r13958 - trunk/examples/photoalbum/source/web/src/main/webapp/layout.
by richfaces-svn-commits@lists.jboss.org
Author: abelevich
Date: 2009-04-30 09:52:33 -0400 (Thu, 30 Apr 2009)
New Revision: 13958
Modified:
trunk/examples/photoalbum/source/web/src/main/webapp/layout/template.xhtml
Log:
fix IE 7/8 shelves presentation
Modified: trunk/examples/photoalbum/source/web/src/main/webapp/layout/template.xhtml
===================================================================
(Binary files differ)
15 years, 8 months
JBoss Rich Faces SVN: r13957 - trunk/examples/photoalbum/source/web/src/main/webapp.
by richfaces-svn-commits@lists.jboss.org
Author: abelevich
Date: 2009-04-30 09:52:17 -0400 (Thu, 30 Apr 2009)
New Revision: 13957
Modified:
trunk/examples/photoalbum/source/web/src/main/webapp/index.xhtml
Log:
fix IE 7/8 shelves presentation
Modified: trunk/examples/photoalbum/source/web/src/main/webapp/index.xhtml
===================================================================
(Binary files differ)
15 years, 8 months
JBoss Rich Faces SVN: r13956 - trunk/ui/calendar/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2009-04-30 09:40:12 -0400 (Thu, 30 Apr 2009)
New Revision: 13956
Modified:
trunk/ui/calendar/src/main/config/component/calendar.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - the event handlers descriptions are unified;
Modified: trunk/ui/calendar/src/main/config/component/calendar.xml
===================================================================
--- trunk/ui/calendar/src/main/config/component/calendar.xml 2009-04-30 13:15:58 UTC (rev 13955)
+++ trunk/ui/calendar/src/main/config/component/calendar.xml 2009-04-30 13:40:12 UTC (rev 13956)
@@ -159,7 +159,7 @@
<name>popup</name>
<classname>boolean</classname>
<description>
- If "true" calendar will be rendered initially
+ If "true", the calendar will be rendered initially
as hidden with additional elements for calling as popup. Default value is "true".
</description>
<defaultvalue>true</defaultvalue>
@@ -328,108 +328,108 @@
<property>
<name>oninputmouseover</name>
<classname>java.lang.String</classname>
- <description>HTML: a script expression; a pointer is moved onto</description>
+ <description>The client side script method to be called when a pointer is moved onto the input field</description>
</property>
<property>
<name>oninputmouseout</name>
<classname>java.lang.String</classname>
- <description>HTML: a script expression; a pointer is moved away</description>
+ <description>The client side script method to be called when a pointer is moved away from the input field</description>
</property>
<property>
<name>ondateselect</name>
<classname>java.lang.String</classname>
- <description>HTML: script expression; to invoke before some date cell was selected.</description>
+ <description>The client side script method to be called when some date cell is selected</description>
</property>
<property>
<name>ondateselected</name>
<classname>java.lang.String</classname>
- <description>HTML: script expression; to invoke after some date cell selected.</description>
+ <description>The client side script method to be called after some date cell is selected</description>
</property>
<property>
<name>ontimeselect</name>
<classname>java.lang.String</classname>
- <description>HTML: script expression; to invoke before new time was selected</description>
+ <description>The client side script method to be called before new time is selected</description>
</property>
<property>
<name>ontimeselected</name>
<classname>java.lang.String</classname>
- <description>HTML: script expression; to invoke after time selected</description>
+ <description>The client side script method to be called after time is selected</description>
</property>
<property>
<name>onchanged</name>
<classname>java.lang.String</classname>
- <description>HTML: script expression; to invoke when date or time was changed and applied to input</description>
+ <description>The client side script method to be called when the date or time is changed and applied to input</description>
</property>
<property>
<name>oncurrentdateselect</name>
<classname>java.lang.String</classname>
- <description>HTML: script expression; to invoke before current month was changed </description>
+ <description>The client side script method to be called when the current month or year is changed</description>
</property>
<property>
<name>oncurrentdateselected</name>
<classname>java.lang.String</classname>
- <description>HTML: script expression; to invoke after current month was changed </description>
+ <description>The client side script method to be called after the current month or year is changed</description>
</property>
<property>
<name>onexpand</name>
<classname>java.lang.String</classname>
- <description>HTML: script expression; calendar was opened</description>
+ <description>The client side script method to be called before the calendar popup is opened</description>
</property>
<property>
<name>oncollapse</name>
<classname>java.lang.String</classname>
- <description>HTML: script expression; calendar was closed</description>
+ <description>The client side script method to be called before the calendar popup is closed</description>
</property>
<property>
<name>ondatemouseover</name>
<classname>java.lang.String</classname>
- <description>HTML: script expression; to invoke when a pointer is moved to the date cell</description>
+ <description>The client side script method to be called when a pointer is moved onto the date cell</description>
</property>
<property>
<name>ondatemouseout</name>
<classname>java.lang.String</classname>
- <description>HTML: a script expression; a pointer is moved away the date cell</description>
+ <description>The client side script method to be called when a pointer is moved away from the date cell</description>
</property>
<property>
<name>oninputchange</name>
<classname>java.lang.String</classname>
- <description>HTML: script expression; the input field is changed</description>
+ <description>The client side script method to be called when the input field value is changed manually</description>
</property>
<property>
<name>oninputselect</name>
<classname>java.lang.String</classname>
- <description>HTML: script expression; the input field is selected</description>
+ <description>The client side script method to be called when the input field value is selected</description>
</property>
<property>
<name>oninputfocus</name>
<classname>java.lang.String</classname>
- <description>HTML: script expression; the input field got the focus</description>
+ <description>The client side script method to be called when the input field gets the focus</description>
</property>
<property>
<name>oninputblur</name>
<classname>java.lang.String</classname>
- <description>HTML: script expression; the input field lost the focus</description>
+ <description>The client side script method to be called when the input field loses the focus</description>
</property>
<property>
<name>oninputclick</name>
<classname>java.lang.String</classname>
- <description>HTML: a script expression; the input field is clicked</description>
+ <description>The client side script method to be called when the input field is clicked</description>
</property>
<property>
<name>oninputkeypress</name>
<classname>java.lang.String</classname>
- <description>HTML: a script expression; a key for the input field is pressed and released</description>
+ <description>The client side script method to be called when a key is pressed and released in the input field</description>
</property>
<property>
<name>oninputkeydown</name>
<classname>java.lang.String</classname>
- <description>HTML: a script expression; a key for the input field is pressed down</description>
+ <description>The client side script method to be called when a key is pressed down in the input field</description>
</property>
<property>
<name>oninputkeyup</name>
<classname>java.lang.String</classname>
- <description>HTML: a script expression; a key for the input field is released</description>
+ <description>The client side script method to be called when a key is released in the input field</description>
</property>
<property hidden="true">
15 years, 8 months
JBoss Rich Faces SVN: r13955 - trunk/examples/photoalbum/source/web/src/main/resources/org/richfaces/photoalbum/editor.
by richfaces-svn-commits@lists.jboss.org
Author: amarkhel
Date: 2009-04-30 09:15:58 -0400 (Thu, 30 Apr 2009)
New Revision: 13955
Modified:
trunk/examples/photoalbum/source/web/src/main/resources/org/richfaces/photoalbum/editor/advanced.properties
Log:
Modified: trunk/examples/photoalbum/source/web/src/main/resources/org/richfaces/photoalbum/editor/advanced.properties
===================================================================
--- trunk/examples/photoalbum/source/web/src/main/resources/org/richfaces/photoalbum/editor/advanced.properties 2009-04-30 12:55:44 UTC (rev 13954)
+++ trunk/examples/photoalbum/source/web/src/main/resources/org/richfaces/photoalbum/editor/advanced.properties 2009-04-30 13:15:58 UTC (rev 13955)
@@ -1,5 +1,8 @@
theme="advanced"
-theme_advanced_toolbar_location="top"
-theme_advanced_toolbar_align="left"
-plugins="preview,insertdatetime"
-theme_advanced_buttons3="hr,removeformat,visualaid,separator,sub,sup,separator,charmap"
+plugins="style,save,insertdatetime,paste"
+theme_advanced_buttons1 : "bold,italic,underline,strikethrough,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,fontselect,fontsizeselect"
+theme_advanced_buttons2 : "cut,copy,paste,pastetext,pasteword,separator,bullist,numlist,separator,undo,redo,separator,cleanup,help,code,separator,insertdate,inserttime,separator,forecolor,backcolor"
+theme_advanced_buttons3 : "hr,sub,sup"
+theme_advanced_toolbar_location : "top"
+theme_advanced_toolbar_align : "left"
+
15 years, 8 months