1 2 Previous Next 20 Replies Latest reply on Aug 26, 2009 9:42 AM by ilya_shaikovsky

    rich:editor input locked

    ajanz

      i use rich:editor on my page. first the input is locked. i must click some of the buttons like, font-size, or bold or something. then input is enabled.

      any help for this?

      declaration is

       <rich:editor theme="advanced" plugins="paste" language="de" readonly="false"
       height="410" width="720" id="text"
       value="#{Page.bearbeitungstext}">
       <f:param name="theme_advanced_buttons1"
       value="bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,styleselect,formatselect,fontselect,fontsizeselect" />
       <f:param name="skin" value="o2k7" />
       <f:param name="theme_advanced_toolbar_location" value="top" />
       <f:param name="theme_advanced_toolbar_align" value="left" />
       </rich:editor>
      


        • 1. Re: rich:editor input locked
          ajanz

          the editor is in modal panel

          i tried workaround from

          https://jira.jboss.org/jira/browse/RF-5268

          so set domElementAttachment="parent"

          but doesn't help

          • 2. Re: rich:editor input locked
            ilya_shaikovsky

            show the code.

            • 3. Re: rich:editor input locked
              ilya_shaikovsky

              and inform us about RF version used.

              • 4. Re: rich:editor input locked
                ajanz

                i use version 3.3.1 i found out, that when not using advanced theme it works, but that's no option

                code is



                <?xml version="1.0" encoding="ISO-8859-1"?>
                <ui:composition xmlns="http://www.w3.org/1999/xhtml"
                 xmlns:ui="http://java.sun.com/jsf/facelets"
                 xmlns:h="http://java.sun.com/jsf/html"
                 xmlns:f="http://java.sun.com/jsf/core"
                 xmlns:rich="http://richfaces.org/rich"
                 xmlns:a4j="http://richfaces.org/a4j"
                 xmlns:s="http://jboss.com/products/seam/taglib">
                
                 <rich:modalPanel id="bearbeitendlgaufgabe" autosized="false" overlapEmbedObjects="true"
                 domElementAttachment="parent" height="580"
                 width="750" rendered="true">
                 <f:facet name="header">
                 <h:panelGroup>
                 <h:outputText value="Bearbeiten"></h:outputText>
                 </h:panelGroup>
                
                 </f:facet>
                
                
                 <a4j:form id="bearbeitenformaufgabe">
                 <rich:messages id="errormsg" />
                
                 <h:panelGroup>
                 <h:panelGrid columns="2">
                 <h:outputLabel value="Status" for="" />
                 <rich:comboBox value="#{Page.bearbeitungsstatus}">
                 <f:selectItems value="#{<?xml version="1.0" encoding="ISO-8859-1"?>
                <ui:composition xmlns="http://www.w3.org/1999/xhtml"
                 xmlns:ui="http://java.sun.com/jsf/facelets"
                 xmlns:h="http://java.sun.com/jsf/html"
                 xmlns:f="http://java.sun.com/jsf/core"
                 xmlns:rich="http://richfaces.org/rich"
                 xmlns:a4j="http://richfaces.org/a4j"
                 xmlns:s="http://jboss.com/products/seam/taglib">
                
                 <rich:modalPanel id="bearbeitendlgaufgabe" autosized="false" overlapEmbedObjects="true"
                 domElementAttachment="parent" height="580"
                 width="750" rendered="true">
                 <f:facet name="header">
                 <h:panelGroup>
                 <h:outputText value="Bearbeiten"></h:outputText>
                 </h:panelGroup>
                
                 </f:facet>
                
                
                 <a4j:form id="bearbeitenformaufgabe">
                 <rich:messages id="errormsg" />
                
                 <h:panelGroup>
                 <h:panelGrid columns="2">
                 <h:outputLabel value="Status" for="" />
                 <rich:comboBox value="#{Page.bearbeitungsstatus}">
                 <f:selectItems value="#{Page.comboentries}" />
                 </rich:comboBox>
                 </h:panelGrid>
                 </h:panelGroup>
                 <rich:spacer width="5px"></rich:spacer>
                 <rich:separator rendered="#{Page.ergebnismode}"></rich:separator>
                 <h:panelGrid id="bearbeitenpanelaufgabe" columns="1" width="720">
                 <rich:editor plugins="paste" language="de" skin="o2k7" theme="advanced"
                 readonly="false" height="410" width="720" id="textaufgabe"
                 value="#{WorkflowPage.bearbeitungstext}">
                 <f:param name="theme_advanced_toolbar_location" value="top" />
                 <f:param name="theme_advanced_toolbar_align" value="left" />
                
                 </rich:editor>
                 </h:panelGrid>
                
                
                 <rich:spacer height="5px" width="5px"></rich:spacer>
                 <div><rich:spacer height="5px" width="5px"></rich:spacer> <rich:separator></rich:separator>
                
                 <h:panelGrid columns="2" style="float:right">
                
                 <a4j:commandButton id="btnokaufgabe" value="Ok"
                 oncomplete="Richfaces.hideModalPanel('bearbeitendlgaufgabe');"
                 onmouseover="this.style.backgroundColor='yellow'"
                 onmouseout="this.style.backgroundColor=''" styleClass="rich-button"
                 action="#{WorkflowPage.savebearbeitungstext}"
                 reRender="tabcurrentworkflow" style="width:90px;">
                
                 </a4j:commandButton>
                
                 <a4j:commandButton id="btncancelaufgabe" value="Abrechen"
                 immediate="true" onmouseover="this.style.backgroundColor='yellow'"
                 onmouseout="this.style.backgroundColor=''"
                 onclick="Richfaces.hideModalPanel('bearbeitendlgaufgabe')"
                 styleClass="rich-button" style="width:90px;float:right;">
                 </a4j:commandButton>
                 </h:panelGrid></div>
                 </a4j:form>
                
                
                 </rich:modalPanel>
                </ui:composition>
                Page.comboentries}" />
                 </rich:comboBox>
                 </h:panelGrid>
                 </h:panelGroup>
                 <rich:spacer width="5px"></rich:spacer>
                 <rich:separator rendered="#{WorkflowPage.ergebnismode}"></rich:separator>
                 <h:panelGrid id="bearbeitenpanelaufgabe" columns="1" width="720">
                 <rich:editor plugins="paste" language="de" skin="o2k7" theme="advanced"
                 readonly="false" height="410" width="720" id="textaufgabe"
                 value="#{Page.bearbeitungstext}">
                 <f:param name="theme_advanced_toolbar_location" value="top" />
                 <f:param name="theme_advanced_toolbar_align" value="left" />
                
                 </rich:editor>
                 </h:panelGrid>
                
                
                 <rich:spacer height="5px" width="5px"></rich:spacer>
                 <div><rich:spacer height="5px" width="5px"></rich:spacer> <rich:separator></rich:separator>
                
                 <h:panelGrid columns="2" style="float:right">
                
                 <a4j:commandButton id="btnokaufgabe" value="Ok"
                 oncomplete="Richfaces.hideModalPanel('bearbeitendlgaufgabe');"
                 onmouseover="this.style.backgroundColor='yellow'"
                 onmouseout="this.style.backgroundColor=''" styleClass="rich-button"
                 action="#{Page.savebearbeitungstext}"
                 reRender="tabcurrentworkflow" style="width:90px;">
                
                 </a4j:commandButton>
                
                 <a4j:commandButton id="btncancelaufgabe" value="Abrechen"
                 immediate="true" onmouseover="this.style.backgroundColor='yellow'"
                 onmouseout="this.style.backgroundColor=''"
                 onclick="Richfaces.hideModalPanel('bearbeitendlgaufgabe')"
                 styleClass="rich-button" style="width:90px;float:right;">
                 </a4j:commandButton>
                 </h:panelGrid></div>
                 </a4j:form>
                
                
                 </rich:modalPanel>
                </ui:composition>
                
                
                


                • 5. Re: rich:editor input locked
                  ilya_shaikovsky

                  please try the most latest 3.3.2 snapshot we updated tinyMCE packages to latest release and fixed some additional poblems there. So just let's check that it still actual from the beginning.

                  • 6. Re: rich:editor input locked
                    ajanz

                    with a 3.3.2 snapshot it works....

                    but unfortunately other things not...

                    so i try to build a patch version.

                    what must i replace in version 3.3.1 GA?

                    • 7. Re: rich:editor input locked
                      ilya_shaikovsky

                      As we are in 3.3.2 pre-release state I think it will be much more cool to solve


                      but unfortunately other things not...


                      could you please clarify that non-working cases?


                      • 8. Re: rich:editor input locked
                        ajanz

                        rich:calendar with popup, the days are left blank. no number like 1,2,3,4,5,6,7....

                        i set inputstyle to a different width. is this a problem?

                        • 9. Re: rich:editor input locked
                          ilya_shaikovsky

                          please concrete code sample. Think we could solve it. ;)

                          • 10. Re: rich:editor input locked
                            ajanz

                            would be nice :-)

                            the modal panel is

                            <?xml version="1.0" encoding="ISO-8859-1"?>
                            <ui:composition xmlns="http://www.w3.org/1999/xhtml"
                             xmlns:ui="http://java.sun.com/jsf/facelets"
                             xmlns:h="http://java.sun.com/jsf/html"
                             xmlns:f="http://java.sun.com/jsf/core"
                             xmlns:rich="http://richfaces.org/rich"
                             xmlns:a4j="http://richfaces.org/a4j"
                             xmlns:s="http://jboss.com/products/seam/taglib">
                            
                            
                             <rich:modalPanel id="bearbeitendlgaufgabe" autosized="false"
                             height="580" overlapEmbedObjects="true" width="750" rendered="true" >
                            
                            
                            
                             <f:facet name="header">
                             <h:panelGroup>
                             <h:outputText value="Bearbeiten"></h:outputText>
                             </h:panelGroup>
                            
                             </f:facet>
                            
                            
                             <a4j:form id="bearbeitenformaufgabe" >
                             <rich:messages id="errormsg" />
                             <h:panelGroup>
                             <h:panelGrid columns="2">
                            
                             <h:outputLabel value="Status" for="" />
                             <rich:comboBox value="#{WorkflowPage.bearbeitungsstatus}" >
                             <f:selectItems value="#{WorkflowPage.comboentries}" />
                             </rich:comboBox>
                            
                            
                            
                             </h:panelGrid>
                             </h:panelGroup>
                             <rich:spacer width="5px"></rich:spacer>
                             <rich:separator rendered="#{WorkflowPage.ergebnismode}"></rich:separator>
                             <rich:editor theme="advanced" plugins="paste" language="de" readonly="false"
                             height="410" width="720" id="text" style="font-family: Arial;"
                             value="#{WorkflowPage.bearbeitungstext}">
                             <f:param name="theme_advanced_buttons1"
                             value="bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,styleselect,formatselect,fontselect,fontsizeselect" />
                             <f:param name="theme_advanced_buttons2"
                             value="cut,copy,paste,pastetext,pasteword,|,search,replace,|,bullist,numlist,|,outdent,indent,blockquote,|,undo,redo,|,link,unlink,anchor,image,cleanup,help,code,|,insertdate,inserttime,preview,|,forecolor,backcolor" />
                            
                             <f:param name="skin" value="o2k7" />
                             <f:param name="theme_advanced_toolbar_location" value="top" />
                             <f:param name="theme_advanced_toolbar_align" value="left" />
                             </rich:editor>
                            
                            
                             <rich:spacer height="5px" width="5px"></rich:spacer>
                             <div><rich:spacer height="5px" width="5px"></rich:spacer> <rich:separator></rich:separator>
                            
                             <h:panelGrid columns="2" style="float:right">
                             <a4j:commandButton id="btnokaufgabe" value="Ok" action="#{WorkflowPage.savebearbeitungstext}"
                             oncomplete="Richfaces.hideModalPanel('bearbeitendlgaufgabe');"
                             onmouseover="this.style.backgroundColor='yellow'"
                             onmouseout="this.style.backgroundColor=''" styleClass="rich-button"
                            
                             reRender="tabcurrentworkflow" style="width:90px;">
                            
                             </a4j:commandButton>
                            
                             <a4j:commandButton id="btncancelaufgabe" value="Abrechen"
                             immediate="true" onmouseover="this.style.backgroundColor='yellow'"
                             onmouseout="this.style.backgroundColor=''"
                             onclick="Richfaces.hideModalPanel('bearbeitendlgaufgabe')"
                             styleClass="rich-button" style="width:90px;float:right;">
                             </a4j:commandButton>
                             </h:panelGrid></div>
                             </a4j:form>
                            
                            
                             </rich:modalPanel>
                            </ui:composition>
                            


                            it is included in

                            <?xml version="1.0" encoding="ISO-8859-15"?>
                            <ui:composition xmlns="http://www.w3.org/1999/xhtml"
                             xmlns:ui="http://java.sun.com/jsf/facelets"
                             xmlns:h="http://java.sun.com/jsf/html"
                             xmlns:f="http://java.sun.com/jsf/core"
                             xmlns:rich="http://richfaces.org/rich"
                             xmlns:a4j="http://richfaces.org/a4j"
                             xmlns:s="http://jboss.com/products/seam/taglib" template="/layout/template.xhtml">
                            
                             <ui:define name="body">
                             <h:panelGroup layout="block" >
                             <ui:include src="layout/upload.xhtml">
                             </ui:include>
                             <ui:include src="editdokument.xhtml">
                             </ui:include>
                             <ui:include src="Umlauflisten.xhtml">
                             </ui:include>
                             <ui:include src="anordnung.xhtml"/>
                             <ui:include src="layout/weiterleitendlg.xhtml"/>
                             <ui:include src="layout/edittabledata.xhtml" />
                             <ui:include src="edittxtdlgaufgabe.xhtml">
                             </ui:include>
                             </h:panelGroup>
                            
                            
                            
                            
                             <a4j:form id="masterform" >
                            
                             <rich:panel style="width:1200px;height:950px" >
                            
                             <rich:toolBar itemSeparator="line" style="height:25px" id="navbar" >
                             <h:outputLink value="wfindex.seam" disabled="#{Page.disablelink()}" style="color:#{Page.linkcolor};width:105px;" onmouseover="this.style.color='#FFFF99'" onmouseout="this.style.color='#{Page.linkcolor}'">
                             <h:outputText value="Workflow" ></h:outputText>
                             </h:outputLink>
                            
                             <h:outputLink value="home.seam" disabled="#{Page.disablelink()}" style="color:#{Page.linkcolor};width:105px;text-decoration:none" onmouseover="this.style.color='#FFFF99'" onmouseout="this.style.color='#{Page.linkcolor}'">
                             <h:outputText value="Flows" />
                             </h:outputLink>
                            
                             <h:outputLink value="start.seam" disabled="#{Page.disablelink()}" rendered="#{Page.userHasRole('WF-Starter')}" style="color:#{Page.linkcolor};width:105px;text-decoration:none" onmouseover="this.style.color='#FFFF99'" onmouseout="this.style.color='#{Page.linkcolor}'">
                             <h:outputText value="Start" ></h:outputText>
                             </h:outputLink>
                            
                             <h:outputLink value="buch.seam" rendered="#{Page.userHasRole('Buch')}" disabled="#{Page.disablelink()}" style="color:#{Page.linkcolor};width:105px;text-decoration:none" onmouseover="this.style.color='#FFFF99'" onmouseout="this.style.color='#{Page.linkcolor}'">
                             <h:outputText value="Buch" ></h:outputText>
                             </h:outputLink>
                            
                             </rich:toolBar>
                            
                            
                            
                            
                            
                             <h:inputHidden id="hiddenwf" value="#{Page.current_workflow_id}" />
                            
                             <table border="0" cellpadding="0" cellspacing="5" >
                             <tr>
                             <td valign="top" style="width:475px;margin-left:5px">
                            
                             <rich:spacer height="5px"></rich:spacer>
                             <div style="vertical-align:bottom"><h:outputText value=" #{Page.data.type}" style="vertical-align:bottom;font-size:20px;float:left;"/><h:graphicImage value="/icons/1.gif" style="padding:5px;float:right;margin-right:10px"/></div>
                             <rich:tabPanel style="width:470px;height:820px;" id="tabcurrent" selectedTab="#{Page.selectedtab}" switchType="ajax">
                             <rich:tab id="tabformular" label="Formular" >
                             <a4j:support action="#{Page.clearnewmasterdoc}" event="ontabenter" ajaxSingle="true" reRender="docframe" immediate="true" bypassUpdates="true"></a4j:support>
                            
                             <h:panelGroup id="wfindexpanelgroup"
                             binding="#{Page.wfindexpanelgroup}" layout="block" style="z-index: 1000;margin-top:0px">
                             </h:panelGroup>
                            
                            
                             </rich:tab>
                            
                             <rich:tab id="tabhinweise" disabled="#{Page.disablelink()}"
                             rendered="true" label="Hinweise (#{Page.data.hinweise.size()})" >
                            
                             <ui:include src="hinweise.xhtml">
                             </ui:include>
                            
                             </rich:tab>
                             <rich:tab id="tabdokumente" disabled="#{Page.disablelink()}"
                             rendered="true" label="Dokumente (#{Page.data.dokumente.size()})" >
                             <ui:include src="dokumente.xhtml">
                             </ui:include>
                            
                             </rich:tab>
                            
                             <rich:tab id="tabverlauftext" disabled="#{Page.disablelink()}"
                             rendered="true" label="Verlauf" >
                             <ui:include src="verlauftext.xhtml">
                             </ui:include>
                             </rich:tab>
                            
                             </rich:tabPanel>
                            
                            
                             </td>
                             <td valign="top" style="z-index: 1">
                            
                             <a4j:outputPanel id="docframe" style="z-index:0" layout="block" >
                            
                            
                            <h:outputLabel value="" for="" />
                             <s:link action="#{Download.getfile}" rendered="#{Page.workflowdata.dokumente.size()>0}" style="border:0px" >
                             <h:graphicImage value="icons/edit.png" style="border:0px" />
                             <h:outputText value ="Datei extern öffnen" />
                             <f:param name="file" value="#{Page.masterdoc}"/>
                             <f:param name="orig" value="#{Page.dokorigfilename}"/>
                             </s:link>
                             <h:outputLabel value="" for="" />
                             <rich:separator height="0px" />
                            
                            
                             <iframe src="#{Page.masterdoc}" frameborder="1" allowTransparency="true"
                             style="position: relative; overflow-y: scroll; overflow-x: scroll;z-index:0;border:1px solid #000000;background-color:transparent"
                             height="885px" width="684px" />
                            </a4j:outputPanel>
                            
                             </td>
                             </tr>
                            
                            </table>
                            </rich:panel>
                            </a4j:form>
                            </ui:define>
                            </ui:composition>
                            
                            


                            do you need more info?

                            • 11. Re: rich:editor input locked
                              ajanz

                              code of modal panel is

                              
                              <?xml version="1.0" encoding="ISO-8859-1"?>
                              <ui:composition xmlns="http://www.w3.org/1999/xhtml"
                               xmlns:ui="http://java.sun.com/jsf/facelets"
                               xmlns:h="http://java.sun.com/jsf/html"
                               xmlns:f="http://java.sun.com/jsf/core"
                               xmlns:rich="http://richfaces.org/rich"
                               xmlns:a4j="http://richfaces.org/a4j"
                               xmlns:s="http://jboss.com/products/seam/taglib">
                              
                              
                               <rich:modalPanel id="bearbeitendlgaufgabe" autosized="false"
                               height="580" overlapEmbedObjects="true" width="750" rendered="true" >
                              
                              
                              
                               <f:facet name="header">
                               <h:panelGroup>
                               <h:outputText value="Bearbeiten"></h:outputText>
                               </h:panelGroup>
                              
                               </f:facet>
                              
                              
                               <a4j:form id="bearbeitenformaufgabe" >
                               <rich:messages id="errormsg" />
                               <h:panelGroup>
                               <h:panelGrid columns="2">
                              
                               <h:outputLabel value="Status" for="" />
                               <rich:comboBox value="#{Page.bearbeitungsstatus}" >
                               <f:selectItems value="#{Page.comboentries}" />
                               </rich:comboBox>
                              
                              
                              
                               </h:panelGrid>
                               </h:panelGroup>
                               <rich:spacer width="5px"></rich:spacer>
                               <rich:separator rendered="#{Page.ergebnismode}"></rich:separator>
                               <rich:editor theme="advanced" plugins="paste" language="de" readonly="false"
                               height="410" width="720" id="text" style="font-family: Arial;"
                               value="#{Page.bearbeitungstext}">
                               <f:param name="theme_advanced_buttons1"
                               value="bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,styleselect,formatselect,fontselect,fontsizeselect" />
                               <f:param name="theme_advanced_buttons2"
                               value="cut,copy,paste,pastetext,pasteword,|,search,replace,|,bullist,numlist,|,outdent,indent,blockquote,|,undo,redo,|,link,unlink,anchor,image,cleanup,help,code,|,insertdate,inserttime,preview,|,forecolor,backcolor" />
                              
                               <f:param name="skin" value="o2k7" />
                               <f:param name="theme_advanced_toolbar_location" value="top" />
                               <f:param name="theme_advanced_toolbar_align" value="left" />
                               </rich:editor>
                              
                              
                               <rich:spacer height="5px" width="5px"></rich:spacer>
                               <div><rich:spacer height="5px" width="5px"></rich:spacer> <rich:separator></rich:separator>
                              
                               <h:panelGrid columns="2" style="float:right">
                               <a4j:commandButton id="btnokaufgabe" value="Ok" action="#{Page.savebearbeitungstext}"
                               oncomplete="Richfaces.hideModalPanel('bearbeitendlgaufgabe');"
                               onmouseover="this.style.backgroundColor='yellow'"
                               onmouseout="this.style.backgroundColor=''" styleClass="rich-button"
                              
                               reRender="tabcurrentworkflow" style="width:90px;">
                              
                               </a4j:commandButton>
                              
                               <a4j:commandButton id="btncancelaufgabe" value="Abrechen"
                               immediate="true" onmouseover="this.style.backgroundColor='yellow'"
                               onmouseout="this.style.backgroundColor=''"
                               onclick="Richfaces.hideModalPanel('bearbeitendlgaufgabe')"
                               styleClass="rich-button" style="width:90px;float:right;">
                               </a4j:commandButton>
                               </h:panelGrid></div>
                               </a4j:form>
                              
                              
                               </rich:modalPanel>
                              </ui:composition>
                              



                              included by

                              
                              <?xml version="1.0" encoding="ISO-8859-15"?>
                              <ui:composition xmlns="http://www.w3.org/1999/xhtml"
                               xmlns:ui="http://java.sun.com/jsf/facelets"
                               xmlns:h="http://java.sun.com/jsf/html"
                               xmlns:f="http://java.sun.com/jsf/core"
                               xmlns:rich="http://richfaces.org/rich"
                               xmlns:a4j="http://richfaces.org/a4j"
                               xmlns:s="http://jboss.com/products/seam/taglib" template="/layout/template.xhtml">
                              
                               <ui:define name="body">
                               <h:panelGroup layout="block" >
                               <ui:include src="layout/upload.xhtml">
                               </ui:include>
                               <ui:include src="editdokument.xhtml">
                               </ui:include>
                               <ui:include src="Umlauflisten.xhtml">
                               </ui:include>
                               <ui:include src="anordnung.xhtml"/>
                               <ui:include src="layout/weiterleitendlg.xhtml"/>
                               <ui:include src="layout/edittabledata.xhtml" />
                               <ui:include src="edittxtdlgaufgabe.xhtml">
                               </ui:include>
                               </h:panelGroup>
                              
                              
                              
                              
                               <a4j:form id="masterform" >
                              
                               <rich:panel style="width:1200px;height:950px" >
                              
                               <rich:toolBar itemSeparator="line" style="height:25px" id="navbar" >
                               <h:outputLink value="wfindex.seam" disabled="#{Page.disablelink()}" style="color:#{Page.linkcolor};width:105px;" onmouseover="this.style.color='#FFFF99'" onmouseout="this.style.color='#{Page.linkcolor}'">
                               <h:outputText value="Workflow" ></h:outputText>
                               </h:outputLink>
                              
                               <h:outputLink value="home.seam" disabled="#{Page.disablelink()}" style="color:#{Page.linkcolor};width:105px;text-decoration:none" onmouseover="this.style.color='#FFFF99'" onmouseout="this.style.color='#{Page.linkcolor}'">
                               <h:outputText value="Meine Workflows" />
                               </h:outputLink>
                              
                               <h:outputLink value="startworkflow.seam" disabled="#{Page.disablelink()}" rendered="#{Page.userHasRole('WF-Starter')}" style="color:#{Page.linkcolor};width:105px;text-decoration:none" onmouseover="this.style.color='#FFFF99'" onmouseout="this.style.color='#{Page.linkcolor}'">
                               <h:outputText value="Start" ></h:outputText>
                               </h:outputLink>
                              
                               <h:outputLink value="rechnungseingangsbuch.seam" rendered="#{Page.userHasRole('RGBuch')}" disabled="#{Page.disablelink()}" style="color:#{Page.linkcolor};width:105px;text-decoration:none" onmouseover="this.style.color='#FFFF99'" onmouseout="this.style.color='#{Page.linkcolor}'">
                               <h:outputText value="Rechnungseingangsbuch" ></h:outputText>
                               </h:outputLink>
                              
                               </rich:toolBar>
                              
                              
                              
                              
                              
                               <h:inputHidden id="hiddenwf" value="#{Page.current_workflow_id}" />
                              
                               <table border="0" cellpadding="0" cellspacing="5" >
                               <tr>
                               <td valign="top" style="width:475px;margin-left:5px">
                              
                               <rich:spacer height="5px"></rich:spacer>
                               <div style="vertical-align:bottom"><h:outputText value=" #{Page.workflowdata.type}" style="vertical-align:bottom;font-size:20px;float:left;"/><h:graphicImage value="/icons/dms21.gif" style="padding:5px;float:right;margin-right:10px"/></div>
                               <!-- achtung muss switchtype client sein. sonst gehen beim reiterwechsel e ingaben verloren -->
                              
                              
                               <rich:tabPanel style="width:470px;height:820px;" id="tabcurrentworkflow" selectedTab="#{Page.tabcurrentworkflow_selectedtab}" switchType="ajax">
                               <rich:tab id="tabformular" label="Formular" >
                               <a4j:support action="#{Page.clearnewmasterdoc}" event="ontabenter" ajaxSingle="true" reRender="docframe" immediate="true" bypassUpdates="true"></a4j:support>
                              
                              
                              
                              
                               <!-- h:commandButton value="Ich darf..." rendered="#{s:hasPermission('workflow','bearbeiten',wfview)}" / -->
                              
                              
                              
                               <h:panelGroup id="wfindexpanelgroup"
                               binding="#{Page.wfindexpanelgroup}" layout="block" style="z-index: 1000;margin-top:0px">
                               </h:panelGroup>
                              
                              
                               </rich:tab>
                              
                               <rich:tab id="tabhinweise" disabled="#{Page.disablelink()}"
                               rendered="true" label="Hinweise (#{Page.workflowdata.hinweise.size()})" >
                              
                               <ui:include src="hinweise.xhtml">
                               </ui:include>
                              
                               </rich:tab>
                               <rich:tab id="tabdokumente" disabled="#{Page.disablelink()}"
                               rendered="true" label="Dokumente (#{Page.workflowdata.dokumente.size()})" >
                               <ui:include src="dokumente.xhtml">
                               </ui:include>
                              
                               </rich:tab>
                              
                               <rich:tab id="tabverlauftext" disabled="#{Page.disablelink()}"
                               rendered="true" label="Verlauf" >
                               <ui:include src="verlauftext.xhtml">
                               </ui:include>
                               </rich:tab>
                              
                               </rich:tabPanel>
                              
                              
                               </td>
                               <td valign="top" style="z-index: 1"> <!-- embed src="docs/Rechnung.pdf" wmode="transparent" style="position:relative;z-index:-1;width:800px;height:1000px" / -->
                              
                              
                               <a4j:outputPanel id="docframe" style="z-index:0" layout="block" >
                              
                              
                              <h:outputLabel value="" for="" />
                               <s:link action="#{Download.getfile}" rendered="#{Page.workflowdata.dokumente.size()>0}" style="border:0px" >
                               <h:graphicImage value="icons/edit.png" style="border:0px" />
                               <h:outputText value ="Datei extern öffnen" />
                               <f:param name="file" value="#{Page.masterdoc}"/>
                               <f:param name="orig" value="#{Page.dokorigfilename}"/>
                               </s:link>
                               <h:outputLabel value="" for="" />
                               <rich:separator height="0px" />
                              
                              
                               <iframe src="#{Page.masterdoc}" frameborder="1" allowTransparency="true"
                               style="position: relative; overflow-y: scroll; overflow-x: scroll;z-index:0;border:1px solid #000000;background-color:transparent"
                               height="885px" width="684px" />
                              </a4j:outputPanel>
                              
                               </td>
                               </tr>
                              
                              </table>
                              </rich:panel>
                              </a4j:form>
                              </ui:define>
                              </ui:composition>
                              
                              
                              
                              


                              do you need more infos?



                              • 12. Re: rich:editor input locked
                                ajanz

                                the strange thing is ....when i click on the rich:comboBox input is enabled...

                                • 13. Re: rich:editor input locked
                                  ilya_shaikovsky

                                  I talked about calendar problem. And this seems the code for previous one. It seems not good idea to continue workaround the input locked because tinyMCE already updated to latest version in 3.3.2 and seems working fine as you saw.

                                  • 14. Re: rich:editor input locked
                                    ilya_shaikovsky

                                    can't see the calendar in this snippets. Do you returned to editor locked problem again? But why? As I told you the editor script finally updated to latest in 3.3.2 and as you could saw it works fine now.

                                    1 2 Previous Next