You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Helmut Swaczinna (JIRA)" <de...@myfaces.apache.org> on 2007/02/07 16:01:17 UTC

[jira] Reopened: (TOBAGO-215) markup attribute for all input components

     [ https://issues.apache.org/jira/browse/TOBAGO-215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Helmut Swaczinna reopened TOBAGO-215:
-------------------------------------


Markup for tc:selectBooleanCheckbox doesn't work. I get always this message:

2007-02-07 15:51:15 ERROR - org.apache.myfaces.tobago.context.RenderersConfigImpl - Calling isMarkupSupported selectBooleanCheckbox modified but no configuration found.
2007-02-07 15:51:15 WARN  - org.apache.myfaces.tobago.renderkit.html.HtmlRendererUtil - Unknown markup='modified '

tobago-theme.xml:

    <renderer>
      <name>SelectBooleanCheckbox</name>
      <supported-markup>
        <markup>modified</markup>
      </supported-markup>
    </renderer>

style.css:

.tobago-selectBooleanCheckbox-markup-modified  {
  background-color: #ffffd0;
}  


> markup attribute for all input components
> -----------------------------------------
>
>                 Key: TOBAGO-215
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-215
>             Project: MyFaces Tobago
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 1.0.7, 1.0.8, 1.0.9
>         Environment: All
>            Reporter: Helmut Swaczinna
>         Assigned To: Bernd Bohmann
>             Fix For: 1.0.10
>
>
> Please provide a markup attribute for all input components.
> I have to set the background color for some individual input components.
> So far, I use a Javascript workaround, but this doesn't work, when the
> component resides on an Ajax loaded part of the page (tc:popup, tc:tab).
> So when the page is initially loaded, I can't access these components via
> Javascript. 
> Nice to have: Specifying a combination of markups for one component, for example markup="number;bold."

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.