p:editor skinning problem

UI Components for JSF
Post Reply
zawi
Posts: 2
Joined: 16 Jan 2011, 11:03

06 Feb 2011, 22:21

I'm using primefaces 2.2.RC2 and I have problem with css styles - they do not apply to p:editor :/
I've used example from user guid and nothing

Code: Select all

<?xml version='1.0' encoding='UTF-8' ?> 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html 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:p="http://primefaces.prime.com.tr/ui">

    <h:head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <link type="text/css" rel="stylesheet" href="./resources/black-tie/skin.css" />
        <style type="text/css" >
            .yui-skin-sam .yui-editor-container {
                border-color: red;
            }
            .yui-skin-sam .yui-toolbar-container .yui-toolbar-titlebar h2 {
                background: red;
            }

            .yui-skin-sam .yui-toolbar-container {
                background-color: red ;
            }

            .yui-skin-sam .yui-toolbar-container .yui-toolbar-group h3 {
                color: red;
            }
        </style>
        <p:resources/>
    </h:head>

    <h:body>
        <f:view contentType="text/html">
            <h:form>
                <p:editor value="text" />
                <p:panel header="Header Text" footer="Footer Text">
                    Test test test
                </p:panel>
                <p:commandButton value="Test"/>
            </h:form>
        </f:view>
    </h:body>
</html>
what am I doing wrong panels buttons seem to work fine(so i think web.xml is ok - yes I have add servlet and context-param).
I'll be gratefuller for help in solving this problem.

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 47 guests