inputHtml
---------

                 Key: TOMAHAWK-827
                 URL: http://issues.apache.org/jira/browse/TOMAHAWK-827
             Project: MyFaces Tomahawk
          Issue Type: Bug
          Components: Html Editor
    Affects Versions: 1.1.3
         Environment: Using IE 6
            Reporter: Gabriel Enriquez
             Fix For: 1.1.3


I am able to display using:
<f:view>

        <h:form>
                <t:inputHtml value="#{htmlEditorBean.theValue}"
                        type="Constant"
                        allowExternalLinks="true"
                        addKupuLogo="false"
                        showAllToolBoxes="false"
                        allowEditSource="true"
                        showPropertiesToolBox="true"
                        showLinksToolBox="false"
                        showImagesToolBox="false"
                        showTablesToolBox="false"
                        showDebugToolBox="false"
                        showCleanupExpressionsToolBox="false" />
        </h:form>
</f:view>

And there is a JS error.

According to this url:
http://wiki.apache.org/myfaces/WYSIWYG_Editor?highlight=%28inputHtml%29
(supposedly last update: last edited 2006-02-17 22:28:26 by MikeKienenberger.)

It has some bugs.

I want to double check if there are still bugs on this  component and should 
try another component like DOJO library.

Thanks,
Gabriel

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to