You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sv...@apache.org on 2004/12/02 23:28:31 UTC

cvs commit: incubator-myfaces/webapps/examples/web/WEB-INF examples-config.xml

svieujot    2004/12/02 14:28:31

  Modified:    webapps/examples/web/inc navigation.jsp
               conf     faces-config.xml
               webapps/examples/src/org/apache/myfaces/examples/resource
                        example_messages.properties
               tlds     myfaces_ext.tld
               webapps/examples/web/WEB-INF examples-config.xml
  Added:       src/components/org/apache/myfaces/custom/htmlEditor/resource/kupudrawers
                        demolibraries.xml demolibrary2.xml imagedrawer.xsl
                        demolibrary1.xml librarydrawer.xsl linkdrawer.xsl
               src/components/org/apache/myfaces/custom/htmlEditor/resource
                        kupuinspector.js kupueditor.js kupuloggers.js
                        kupuform.html kupucontextmenu.js sarissa.js
                        kupustart_multi.js kupuinit_multi.js kupustart.js
                        kupudrawers.js kupubasetools.js myFacesUtils.js
                        kupu.html kupumulti.html kupumultieditor.js
                        kupuinit_form.js kupudrawerstyles.css fulldoc.html
                        kupusourceedit.js kupusaveonpart.js
                        kupustart_form.js kupustyles.css kupuinit.js
                        kupuinit_experimental.js kupuhelpers.js
                        kupucontentfilters.js
               src/components/org/apache/myfaces/custom/htmlEditor/resource/kupupopups
                        link.html image.html
               src/components/org/apache/myfaces/custom/htmlEditor/resource/kupuimages
                        image.gif hyperlink.gif superscript.gif
                        underline.gif centre.gif numbered.gif toolbox.gif
                        exit.gif remove.png source.gif kupu_icon.gif
                        redo.gif subscript.gif space.gif save.gif
                        definitionlist.gif italic.gif kupusearch_icon.gif
                        bold.gif indent.gif hr.gif definitionlist.png
                        undo.gif left_just.gif right_just.gif bgcolor.gif
                        table.gif list.gif textcolor.gif outdent.gif
               src/components/org/apache/myfaces/custom/htmlEditor
                        HtmlEditorRenderer.java HtmlEditor.java
                        HtmlEditorTag.java HtmlEditor.xml
               webapps/examples/src/org/apache/myfaces/examples/htmleditorexample
                        EditorFace.java
               webapps/examples/web htmlEditor.jsp
  Log:
  Add an x:htmlEditor based on the Kupu library.
  
  Revision  Changes    Path
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupudrawers/demolibraries.xml
  
  http://cvs.apache.org/viewcvs/incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupudrawers/demolibraries.xml?rev=1.1
  
  
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupudrawers/demolibrary2.xml
  
  http://cvs.apache.org/viewcvs/incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupudrawers/demolibrary2.xml?rev=1.1
  
  
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupudrawers/imagedrawer.xsl
  
  http://cvs.apache.org/viewcvs/incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupudrawers/imagedrawer.xsl?rev=1.1
  
  
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupudrawers/demolibrary1.xml
  
  http://cvs.apache.org/viewcvs/incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupudrawers/demolibrary1.xml?rev=1.1
  
  
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupudrawers/librarydrawer.xsl
  
  http://cvs.apache.org/viewcvs/incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupudrawers/librarydrawer.xsl?rev=1.1
  
  
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupudrawers/linkdrawer.xsl
  
  http://cvs.apache.org/viewcvs/incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupudrawers/linkdrawer.xsl?rev=1.1
  
  
  1.44      +1 -0      incubator-myfaces/webapps/examples/web/inc/navigation.jsp
  
  http://cvs.apache.org/viewcvs/incubator-myfaces/webapps/examples/web/inc/navigation.jsp.diff?r1=1.43&r2=1.44
  
  
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupuinspector.js
  
  http://cvs.apache.org/viewcvs/incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupuinspector.js?rev=1.1
  
  
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupueditor.js
  
  http://cvs.apache.org/viewcvs/incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupueditor.js?rev=1.1
  
  
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupuloggers.js
  
  http://cvs.apache.org/viewcvs/incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupuloggers.js?rev=1.1
  
  
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupuform.html
  
  http://cvs.apache.org/viewcvs/incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupuform.html?rev=1.1
  
  
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupucontextmenu.js
  
  http://cvs.apache.org/viewcvs/incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupucontextmenu.js?rev=1.1
  
  
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/sarissa.js
  
  http://cvs.apache.org/viewcvs/incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/sarissa.js?rev=1.1
  
  
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupustart_multi.js
  
  http://cvs.apache.org/viewcvs/incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupustart_multi.js?rev=1.1
  
  
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupuinit_multi.js
  
  http://cvs.apache.org/viewcvs/incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupuinit_multi.js?rev=1.1
  
  
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupustart.js
  
  http://cvs.apache.org/viewcvs/incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupustart.js?rev=1.1
  
  
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupudrawers.js
  
  http://cvs.apache.org/viewcvs/incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupudrawers.js?rev=1.1
  
  
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupubasetools.js
  
  http://cvs.apache.org/viewcvs/incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupubasetools.js?rev=1.1
  
  
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/myFacesUtils.js
  
  http://cvs.apache.org/viewcvs/incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/myFacesUtils.js?rev=1.1
  
  
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupu.html
  
  http://cvs.apache.org/viewcvs/incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupu.html?rev=1.1
  
  
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupumulti.html
  
  http://cvs.apache.org/viewcvs/incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupumulti.html?rev=1.1
  
  
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupumultieditor.js
  
  http://cvs.apache.org/viewcvs/incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupumultieditor.js?rev=1.1
  
  
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupuinit_form.js
  
  http://cvs.apache.org/viewcvs/incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupuinit_form.js?rev=1.1
  
  
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupudrawerstyles.css
  
  http://cvs.apache.org/viewcvs/incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupudrawerstyles.css?rev=1.1
  
  
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/fulldoc.html
  
  http://cvs.apache.org/viewcvs/incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/fulldoc.html?rev=1.1
  
  
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupusourceedit.js
  
  http://cvs.apache.org/viewcvs/incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupusourceedit.js?rev=1.1
  
  
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupusaveonpart.js
  
  http://cvs.apache.org/viewcvs/incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupusaveonpart.js?rev=1.1
  
  
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupustart_form.js
  
  http://cvs.apache.org/viewcvs/incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupustart_form.js?rev=1.1
  
  
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupustyles.css
  
  http://cvs.apache.org/viewcvs/incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupustyles.css?rev=1.1
  
  
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupuinit.js
  
  http://cvs.apache.org/viewcvs/incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupuinit.js?rev=1.1
  
  
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupuinit_experimental.js
  
  http://cvs.apache.org/viewcvs/incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupuinit_experimental.js?rev=1.1
  
  
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupuhelpers.js
  
  http://cvs.apache.org/viewcvs/incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupuhelpers.js?rev=1.1
  
  
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupucontentfilters.js
  
  http://cvs.apache.org/viewcvs/incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupucontentfilters.js?rev=1.1
  
  
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupupopups/link.html
  
  http://cvs.apache.org/viewcvs/incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupupopups/link.html?rev=1.1
  
  
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupupopups/image.html
  
  http://cvs.apache.org/viewcvs/incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupupopups/image.html?rev=1.1
  
  
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupuimages/image.gif
  
  	<<Binary file>>
  
  
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupuimages/hyperlink.gif
  
  	<<Binary file>>
  
  
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupuimages/superscript.gif
  
  	<<Binary file>>
  
  
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupuimages/underline.gif
  
  	<<Binary file>>
  
  
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupuimages/centre.gif
  
  	<<Binary file>>
  
  
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupuimages/numbered.gif
  
  	<<Binary file>>
  
  
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupuimages/toolbox.gif
  
  	<<Binary file>>
  
  
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupuimages/exit.gif
  
  	<<Binary file>>
  
  
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupuimages/remove.png
  
  	<<Binary file>>
  
  
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupuimages/source.gif
  
  	<<Binary file>>
  
  
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupuimages/kupu_icon.gif
  
  	<<Binary file>>
  
  
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupuimages/redo.gif
  
  	<<Binary file>>
  
  
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupuimages/subscript.gif
  
  	<<Binary file>>
  
  
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupuimages/space.gif
  
  	<<Binary file>>
  
  
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupuimages/save.gif
  
  	<<Binary file>>
  
  
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupuimages/definitionlist.gif
  
  	<<Binary file>>
  
  
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupuimages/italic.gif
  
  	<<Binary file>>
  
  
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupuimages/kupusearch_icon.gif
  
  	<<Binary file>>
  
  
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupuimages/bold.gif
  
  	<<Binary file>>
  
  
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupuimages/indent.gif
  
  	<<Binary file>>
  
  
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupuimages/hr.gif
  
  	<<Binary file>>
  
  
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupuimages/definitionlist.png
  
  	<<Binary file>>
  
  
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupuimages/undo.gif
  
  	<<Binary file>>
  
  
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupuimages/left_just.gif
  
  	<<Binary file>>
  
  
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupuimages/right_just.gif
  
  	<<Binary file>>
  
  
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupuimages/bgcolor.gif
  
  	<<Binary file>>
  
  
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupuimages/table.gif
  
  	<<Binary file>>
  
  
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupuimages/list.gif
  
  	<<Binary file>>
  
  
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupuimages/textcolor.gif
  
  	<<Binary file>>
  
  
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/resource/kupuimages/outdent.gif
  
  	<<Binary file>>
  
  
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/HtmlEditorRenderer.java
  
  http://cvs.apache.org/viewcvs/incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/HtmlEditorRenderer.java?rev=1.1
  
  
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/HtmlEditor.java
  
  http://cvs.apache.org/viewcvs/incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/HtmlEditor.java?rev=1.1
  
  
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/HtmlEditorTag.java
  
  http://cvs.apache.org/viewcvs/incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/HtmlEditorTag.java?rev=1.1
  
  
  1.1                  incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/HtmlEditor.xml
  
  http://cvs.apache.org/viewcvs/incubator-myfaces/src/components/org/apache/myfaces/custom/htmlEditor/HtmlEditor.xml?rev=1.1
  
  
  1.100     +17 -5     incubator-myfaces/conf/faces-config.xml
  
  http://cvs.apache.org/viewcvs/incubator-myfaces/conf/faces-config.xml.diff?r1=1.99&r2=1.100
  
  
  1.1                  incubator-myfaces/webapps/examples/src/org/apache/myfaces/examples/htmleditorexample/EditorFace.java
  
  http://cvs.apache.org/viewcvs/incubator-myfaces/webapps/examples/src/org/apache/myfaces/examples/htmleditorexample/EditorFace.java?rev=1.1
  
  
  1.10      +1 -0      incubator-myfaces/webapps/examples/src/org/apache/myfaces/examples/resource/example_messages.properties
  
  http://cvs.apache.org/viewcvs/incubator-myfaces/webapps/examples/src/org/apache/myfaces/examples/resource/example_messages.properties.diff?r1=1.9&r2=1.10
  
  
  1.1                  incubator-myfaces/webapps/examples/web/htmlEditor.jsp
  
  http://cvs.apache.org/viewcvs/incubator-myfaces/webapps/examples/web/htmlEditor.jsp?rev=1.1
  
  
  1.133     +17 -0     incubator-myfaces/tlds/myfaces_ext.tld
  
  http://cvs.apache.org/viewcvs/incubator-myfaces/tlds/myfaces_ext.tld.diff?r1=1.132&r2=1.133
  
  
  1.37      +11 -0     incubator-myfaces/webapps/examples/web/WEB-INF/examples-config.xml
  
  http://cvs.apache.org/viewcvs/incubator-myfaces/webapps/examples/web/WEB-INF/examples-config.xml.diff?r1=1.36&r2=1.37